-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,27 @@ | ||
# 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.1](/compare/@quiet/[email protected]...@quiet/[email protected]) (2024-04-12) | ||
|
||
|
||
### Bug Fixes | ||
[unreleased] | ||
|
||
* Remove unused dmPublicKey to prevent UI delay during joining (#2392) c089c68, closes #2392 | ||
# New features: | ||
|
||
# Refactorings: | ||
|
||
# Fixes: | ||
|
||
[2.2.0] | ||
|
||
# New features: | ||
|
||
[unreleased] | ||
* Add utilities for emoji detection in messages and make all-emoji message larger font size ([#519](https://github.com/TryQuiet/quiet/issues/519)) | ||
|
||
* Refactored package.json to have consistent license "GPL-3.0-or-later" | ||
|
||
# Refactorings: | ||
|
||
* Use ack for CREATE_NETWORK and simplify | ||
* Move Community model to the backend | ||
|
||
# Fixes | ||
# Fixes: | ||
|
||
* 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)) | ||
* Fix issues with recreating general channel when deleted while offline ([#2334](https://github.com/TryQuiet/quiet/issues/2334)) | ||
* Fix package.json license inconsistency | ||
|
||
[2.1.2] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,27 @@ | ||
# 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.1](/compare/@quiet/[email protected]...@quiet/[email protected]) (2024-04-12) | ||
|
||
|
||
### Bug Fixes | ||
[unreleased] | ||
|
||
* Adds a quick fix for the iOS sync issue after suspend (#2414) 595d896, closes #2414 | ||
* Remove unused dmPublicKey to prevent UI delay during joining (#2392) c089c68, closes #2392 | ||
# New features: | ||
|
||
# Refactorings: | ||
|
||
# Fixes: | ||
|
||
[2.2.0] | ||
|
||
# New features: | ||
|
||
[unreleased] | ||
* Add utilities for emoji detection in messages and make all-emoji message larger font size ([#519](https://github.com/TryQuiet/quiet/issues/519)) | ||
|
||
* Refactored package.json to have consistent license "GPL-3.0-or-later" | ||
|
||
# Refactorings: | ||
|
||
* Use ack for CREATE_NETWORK and simplify | ||
* Move Community model to the backend | ||
|
||
# Fixes | ||
# Fixes: | ||
|
||
* 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)) | ||
* Fix issues with recreating general channel when deleted while offline ([#2334](https://github.com/TryQuiet/quiet/issues/2334)) | ||
* Fix package.json license inconsistency | ||
|
||
[2.1.2] | ||
|
||
|