-
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
Mar 26, 2024
1 parent
36faffd
commit 1b952fc
Showing
2 changed files
with
2 additions
and
54 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,27 +1,6 @@ | ||
# 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.2-alpha.14](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2024-03-26) | ||
|
||
**Note:** Version bump only for package @quiet/desktop | ||
|
||
|
||
|
||
|
||
|
||
[unreleased] | ||
|
||
# Refactorings: | ||
|
||
* Use ack for CREATE_NETWORK and simplify | ||
* Refactored package.json to have consistent license "GPL-3.0-or-later" | ||
|
||
# Fixes | ||
|
||
* Fixes channel name creation logic | ||
* Allow JPEG and GIF files as profile photos ([#2332](https://github.com/TryQuiet/quiet/issues/2332)) | ||
|
||
[2.1.2] | ||
|
||
|
@@ -40,9 +19,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
* Choose random ports for Tor services (iOS) | ||
* Use consistent identicons for messages and profile | ||
* Add retry ability to tor-control and misc tor-control fixes | ||
* Ship Tor binary and use custom TorHandler | ||
|
||
# Chores: | ||
# Other: | ||
|
||
* Upgraded React-Native to 0.73.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,35 +1,6 @@ | ||
# 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.2-alpha.14](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2024-03-26) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Use useLegacyPackaging feature in Gradle ([#2391](https://github.com/TryQuiet/quiet/issues/2391)) ([396ea4e](https://github.com/TryQuiet/quiet/commit/396ea4ea50fab9202230fe20889ddbf9095484ac)) | ||
|
||
|
||
### Reverts | ||
|
||
* Revert "fix: ship Tor binary and use custom TorHandler (#2366)" ([dc8b6c4](https://github.com/TryQuiet/quiet/commit/dc8b6c4e75fd7a022295c4df39b45f211e5aa855)), closes [#2366](https://github.com/TryQuiet/quiet/issues/2366) | ||
|
||
|
||
|
||
|
||
|
||
[unreleased] | ||
|
||
# Refactorings: | ||
|
||
* Use ack for CREATE_NETWORK and simplify | ||
* Refactored package.json to have consistent license "GPL-3.0-or-later" | ||
|
||
# Fixes | ||
|
||
* Fixes channel name creation logic | ||
* Allow JPEG and GIF files as profile photos ([#2332](https://github.com/TryQuiet/quiet/issues/2332)) | ||
|
||
[2.1.2] | ||
|
||
|
@@ -48,9 +19,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
* Choose random ports for Tor services (iOS) | ||
* Use consistent identicons for messages and profile | ||
* Add retry ability to tor-control and misc tor-control fixes | ||
* Ship Tor binary and use custom TorHandler | ||
|
||
# Chores: | ||
# Other: | ||
|
||
* Upgraded React-Native to 0.73.2 | ||
|
||
|