From 7786e262096252c65d49318178bbcb8c6dd9494d Mon Sep 17 00:00:00 2001 From: Lucas Leblow Date: Thu, 4 Apr 2024 13:06:41 -0700 Subject: [PATCH] Update packages CHANGELOG.md --- packages/desktop/CHANGELOG.md | 43 ++++++++++------------------------- packages/mobile/CHANGELOG.md | 41 ++++++++++----------------------- 2 files changed, 24 insertions(+), 60 deletions(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index a3a0c229f7..59c0741d0f 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -1,40 +1,19 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -# [2.2.0-alpha.0](/compare/@quiet/desktop@2.0.3-alpha.15...@quiet/desktop@2.2.0-alpha.0) (2024-04-04) - - -### Bug Fixes - -* "Invite A Friend" tab now reads "Add Members" (#2234) 049cd56, closes #2234 -* Add `patch` to requirements documentation (#1766) 8eb6fcc, closes #1766 -* Allow JPEG and GIF images as profile photos #2332 (#2353) 233725f, closes #2332 #2353 -* Clean up desktop UI console errors/warnings (#2226) 570a7a9, closes #2226 -* cleanup username creation component (#2216) 1d03995, closes #2216 -* create jdenticon from pubKey, not username - to distinguish user… (#2207) fd8bd06, closes #2207 -* Enable channel context menu for all users (#2206) 02f6809, closes #2206 -* Make community name field text visible on create community page (#2233) 0f4a33f, closes #2233 -* make sure local peer's address in in invitation link (#2268) 53f1ec9, closes #2268 -* pasting multiple files #1987 (#2306) 7c6b669, closes #1987 #2306 -* Quick fix for intro message race condition (#2376) d4f7449, closes #2376 -* Remove duplicate introduction messages once again (#2296) 655a812, closes #2296 -* Updating channel naming logic (#2307) 38b007e, closes #2307 - - -### Features - -* Add user profile feature for desktop (#1923) d016be5, closes #1923 -* Feat/519 big emoji messages (#2389) 71c8b22, closes #2389 - +[unreleased] +* Refactored package.json to have consistent license "GPL-3.0-or-later" + +# Refactorings: +* Use ack for CREATE_NETWORK and simplify +# Fixes -[unreleased] +* Allow JPEG and GIF files as profile photos ([#2332](https://github.com/TryQuiet/quiet/issues/2332)) +* Fixes issues with recreating general channel when deleted while offline ([#2334](https://github.com/TryQuiet/quiet/issues/2334)) +# New features +* Add utilities for emoji detection in messages and make all-emoji message larger font size ([#519](https://github.com/TryQuiet/quiet/issues/519)) [2.1.2] @@ -48,6 +27,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # Fixes: +* Fixes channel name creation logic * Remove duplicate introduction messages once again * Prevent channel creation with names that start with special character, then a hyphen * Choose random ports for Tor services (iOS) @@ -294,3 +274,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * C4 for Quiet architecture. Context and Container diagrams. * Invite tab as default in settings + diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 61c9d5037b..59c0741d0f 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -1,38 +1,19 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -# [2.2.0-alpha.0](/compare/@quiet/mobile@2.0.3-alpha.17...@quiet/mobile@2.2.0-alpha.0) (2024-04-04) - - -### Bug Fixes - -* Add `patch` to requirements documentation (#1766) 8eb6fcc, closes #1766 -* Add retry ability to tor-control and update Tor port on resume (#2360) 9517f08, closes #2360 -* ask push notification runtime permission on Android (#2213) 2f92e88, closes #2213 -* calling init websocket connection (#2261) fe1d9dd, closes #2261 -* cleanup username creation component (#2216) 1d03995, closes #2216 -* create jdenticon from pubKey, not username - to distinguish user… (#2207) fd8bd06, closes #2207 -* deep linking issues (#2154) 2867264, closes #2154 #1970 -* delay node start (#2300) 810f7c3, closes #2300 -* make sure local peer's address in in invitation link (#2268) 53f1ec9, closes #2268 -* Reduce max random port on iOS (#2402) 2c783aa, closes #2402 -* Updating channel naming logic (#2307) 38b007e, closes #2307 -* Use useLegacyPackaging feature in Gradle (#2384) 125ec4e, closes #2384 - - -### Features - -* Add user profile feature for desktop (#1923) d016be5, closes #1923 - +[unreleased] +* Refactored package.json to have consistent license "GPL-3.0-or-later" + +# Refactorings: +* Use ack for CREATE_NETWORK and simplify +# Fixes -[unreleased] +* Allow JPEG and GIF files as profile photos ([#2332](https://github.com/TryQuiet/quiet/issues/2332)) +* Fixes issues with recreating general channel when deleted while offline ([#2334](https://github.com/TryQuiet/quiet/issues/2334)) +# New features +* Add utilities for emoji detection in messages and make all-emoji message larger font size ([#519](https://github.com/TryQuiet/quiet/issues/519)) [2.1.2] @@ -46,6 +27,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # Fixes: +* Fixes channel name creation logic * Remove duplicate introduction messages once again * Prevent channel creation with names that start with special character, then a hyphen * Choose random ports for Tor services (iOS) @@ -292,3 +274,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * C4 for Quiet architecture. Context and Container diagrams. * Invite tab as default in settings +