Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
islathehut committed Mar 25, 2024
1 parent fc34a09 commit 210b9a7
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

* Refactor: Consolidate profile photo validation and match magic byte check to type check

* Refactor: Updates peer connecting events to include updating peers DB and refactors some payload types ([#1706](https://github.com/TryQuiet/quiet/issues/1706))

* Refactor: Update Tor initialized status when Tor is connected ([#1706](https://github.com/TryQuiet/quiet/issues/1706))

[2.0.3-alpha.6]

* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb.
Expand Down
6 changes: 6 additions & 0 deletions packages/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
[unreleased]

# New Features

* Adds connection status information to messages panel when no peers are connected ([#1706](https://github.com/TryQuiet/quiet/issues/1706))

# Refactorings:

* Use ack for CREATE_NETWORK and simplify
* Refactored package.json to have consistent license "GPL-3.0-or-later"
* Updates all logging from renderer to write to the node console
* Updates usages of `act` in tests to use `@testing-library/react` to avoid errors/warnings

# Fixes

Expand Down
6 changes: 6 additions & 0 deletions packages/e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@

* Add tests for JPEG and GIF profile photos

* Feature: adds optional retriability to selectors

* Fix: updates message finding selectors to actually return fail when messages aren't found

* Adds tests for connection status element ([#1706](https://github.com/TryQuiet/quiet/issues/1706))

[2.0.3-alpha.6]

* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb.
Expand Down
2 changes: 2 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

* Feature: add functionality to export chat to text document in desktop version

* Feature: adds ElectronLogger for writing logs from renderer context to node console

[2.0.3-alpha.6]

* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb.
Expand Down
8 changes: 8 additions & 0 deletions packages/state-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@

* Feature: add functionality to export chat to text document in desktop version

* Update logging to write to node console

* Adds new selectors/reducers for getting peer connection information ([#1706](https://github.com/TryQuiet/quiet/issues/1706))

* Updates message grouping to keep sent/unsent messages separate ([#1706](https://github.com/TryQuiet/quiet/issues/1706))

* Update network data on peer connection ([#1706](https://github.com/TryQuiet/quiet/issues/1706))

[2.0.3-alpha.6]

* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb.
Expand Down

0 comments on commit 210b9a7

Please sign in to comment.