-
Notifications
You must be signed in to change notification settings - Fork 88
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
Lucas Leblow
committed
Feb 7, 2024
1 parent
1c58f73
commit 9061143
Showing
2 changed files
with
12 additions
and
32 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,25 +1,14 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.1.1-alpha.1](/compare/@quiet/[email protected]...@quiet/[email protected]) (2024-02-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* make sure local peer's address in in invitation link (#2268) 7c4043a, closes #2268 | ||
|
||
|
||
|
||
|
||
|
||
[2.1.1] | ||
|
||
# Fixes: | ||
|
||
* Make sure address of the inviting peer is in the invitation link | ||
* Opening the mobile app with joining links has been corrected. | ||
|
||
# Refactorings: | ||
|
||
* Remove unused backend events and state-manager event types | ||
|
||
[2.1.0] | ||
|
||
# New features: | ||
|
@@ -34,6 +23,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
# Refactorings: | ||
|
||
* Refactor registration service, replace promise waiting mechanism around certificate requests and help prevent duplicate username registration | ||
* Removed SAVE_OWNER_CERTIFICATE event. | ||
* Removed registrar reminders and rename LAUNCH_REGISTRAR. | ||
* Removed unused SEND_USER_CERTIFICATE event. | ||
|
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,25 +1,14 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.1.1-alpha.1](/compare/@quiet/[email protected]...@quiet/[email protected]) (2024-02-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* make sure local peer's address in in invitation link (#2268) 7c4043a, closes #2268 | ||
|
||
|
||
|
||
|
||
|
||
[2.1.1] | ||
|
||
# Fixes: | ||
|
||
* Make sure address of the inviting peer is in the invitation link | ||
* Opening the mobile app with joining links has been corrected. | ||
|
||
# Refactorings: | ||
|
||
* Remove unused backend events and state-manager event types | ||
|
||
[2.1.0] | ||
|
||
# New features: | ||
|
@@ -34,6 +23,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
# Refactorings: | ||
|
||
* Refactor registration service, replace promise waiting mechanism around certificate requests and help prevent duplicate username registration | ||
* Removed SAVE_OWNER_CERTIFICATE event. | ||
* Removed registrar reminders and rename LAUNCH_REGISTRAR. | ||
* Removed unused SEND_USER_CERTIFICATE event. | ||
|