Skip to content

Commit 0dcebef

Browse files
Update packages CHANGELOG.md
1 parent 536e0d7 commit 0dcebef

2 files changed

Lines changed: 32 additions & 29 deletions

File tree

packages/desktop/CHANGELOG.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
1-
# Change Log
2-
3-
All notable changes to this project will be documented in this file.
4-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5-
6-
# [4.1.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.2.1-alpha.1...@quiet/desktop@4.1.0-alpha.0) (2025-04-15)
7-
8-
9-
### Bug Fixes
10-
11-
* **#2593:** link color ([#2640](https://github.com/TryQuiet/quiet/issues/2640)) ([7110cb5](https://github.com/TryQuiet/quiet/commit/7110cb5d6c84c9c3862ad15c532b593ec1341455)), closes [#2593](https://github.com/TryQuiet/quiet/issues/2593)
12-
* adds meaningful date markers [#2745](https://github.com/TryQuiet/quiet/issues/2745) ([#2775](https://github.com/TryQuiet/quiet/issues/2775)) ([fdd78e6](https://github.com/TryQuiet/quiet/commit/fdd78e6f40bc463131fb86c27d830e4d8c5fede1))
13-
* user profile area should be clickable [#2566](https://github.com/TryQuiet/quiet/issues/2566) ([#2595](https://github.com/TryQuiet/quiet/issues/2595)) ([9dfd6da](https://github.com/TryQuiet/quiet/commit/9dfd6da55a744546afd185c17bc8e6bbe29ec3ad))
14-
1+
# Changelog
152

16-
### Features
3+
## [4.1.0]
174

18-
* **503:** Adds desktop context menu ([#2719](https://github.com/TryQuiet/quiet/issues/2719)) ([4a71f68](https://github.com/TryQuiet/quiet/commit/4a71f68400f4d01219bbf26a6239454216c2dbcd)), closes [#503](https://github.com/TryQuiet/quiet/issues/503) [#568](https://github.com/TryQuiet/quiet/issues/568)
19-
* Add in V2 invite links for LFA ([#2661](https://github.com/TryQuiet/quiet/issues/2661)) ([46c0716](https://github.com/TryQuiet/quiet/commit/46c07166b3a8afd03d8d47d275b1787da8cfdaf1))
20-
* add sticky date markers [#505](https://github.com/TryQuiet/quiet/issues/505) ([#2731](https://github.com/TryQuiet/quiet/issues/2731)) ([15d57b3](https://github.com/TryQuiet/quiet/commit/15d57b3227b1fee936feac21d5fe5c4921e9240a))
5+
### New Features
216

7+
* Adds sticky date markers to the chat view [#505](https://github.com/TryQuiet/quiet/issues/505)
8+
* Adds meaningful text to date markers, like "Today", "Yesterday", "Friday", or "Nov 30, 1999" [#2745](https://github.com/TryQuiet/quiet/issues/2745)
9+
* You can now type emoticons (<3) and emojicodes (:heart:) with tab completion and a handy dropdown. [#540](https://github.com/TryQuiet/quiet/issues/540) (thanks @agiledev24 for your initial work on this!)
2210

11+
### Fixes
12+
* Fixes an issue where heart emojis were displaying all tiny, ASCII, and goth. Now our hearts are big and bright red, for vibes! [#510](https://github.com/TryQuiet/quiet/issues/510)
13+
* Fixes back button navigation issues in user profile/edit screens [#2570](https://github.com/TryQuiet/quiet/issues/2570)
14+
* Fixes an issue on Android where the app was not correctly displaying times in the local timezone [#2766](https://github.com/TryQuiet/quiet/issues/2766) (thanks for the bug report, anon!)
2315

16+
### Chores
2417

18+
* Improves speed, reliability, and documentation for Cypress tests
19+
### Fixes
2520

26-
# Changelog
21+
* Fixes back button navigation issues in user profile/edit screens ([#2570]https://github.com/TryQuiet/quiet/issues/2570)
22+
* Change close button in settings to the back button ([#2792]https://github.com/TryQuiet/quiet/issues/2792)
23+
* Changing the Leave Community modal to match the rest of the Settings ([2569]https://github.com/TryQuiet/quiet/issues/2569)
2724

2825
## [4.0.3]
2926

packages/mobile/CHANGELOG.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
1-
# Change Log
2-
3-
All notable changes to this project will be documented in this file.
4-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5-
6-
# [4.1.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.2.1-alpha.1...@quiet/mobile@4.1.0-alpha.0) (2025-04-15)
7-
1+
# Changelog
82

9-
### Reverts
3+
## [4.1.0]
104

11-
* Revert "Fix/2766-wrong-timezone-on-mobile (#2780)" (#2791) ([02556f0](https://github.com/TryQuiet/quiet/commit/02556f0d617a7d6c84fe2c8c150dd16997795b36)), closes [#2780](https://github.com/TryQuiet/quiet/issues/2780) [#2791](https://github.com/TryQuiet/quiet/issues/2791)
5+
### New Features
126

7+
* Adds sticky date markers to the chat view [#505](https://github.com/TryQuiet/quiet/issues/505)
8+
* Adds meaningful text to date markers, like "Today", "Yesterday", "Friday", or "Nov 30, 1999" [#2745](https://github.com/TryQuiet/quiet/issues/2745)
9+
* You can now type emoticons (<3) and emojicodes (:heart:) with tab completion and a handy dropdown. [#540](https://github.com/TryQuiet/quiet/issues/540) (thanks @agiledev24 for your initial work on this!)
1310

11+
### Fixes
12+
* Fixes an issue where heart emojis were displaying all tiny, ASCII, and goth. Now our hearts are big and bright red, for vibes! [#510](https://github.com/TryQuiet/quiet/issues/510)
13+
* Fixes back button navigation issues in user profile/edit screens [#2570](https://github.com/TryQuiet/quiet/issues/2570)
14+
* Fixes an issue on Android where the app was not correctly displaying times in the local timezone [#2766](https://github.com/TryQuiet/quiet/issues/2766) (thanks for the bug report, anon!)
1415

16+
### Chores
1517

18+
* Improves speed, reliability, and documentation for Cypress tests
19+
### Fixes
1620

17-
# Changelog
21+
* Fixes back button navigation issues in user profile/edit screens ([#2570]https://github.com/TryQuiet/quiet/issues/2570)
22+
* Change close button in settings to the back button ([#2792]https://github.com/TryQuiet/quiet/issues/2792)
23+
* Changing the Leave Community modal to match the rest of the Settings ([2569]https://github.com/TryQuiet/quiet/issues/2569)
1824

1925
## [4.0.3]
2026

0 commit comments

Comments
 (0)