diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 13bdf03218..bfb5282d95 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -64,7 +64,7 @@ jobs: run: lerna run postBuild --scope @quiet/desktop - name: "Push electron-updater new checksum to S3" - uses: vinkabuki/upload-s3-action@master + uses: TryQuiet/upload-s3-action@master with: aws_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/CHANGELOG.md b/CHANGELOG.md index b737dd911d..ac4e850921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ [unreleased] +* Better descriptions of the joining process + +* Update custom deps repositiries (upload-s3-action, ipfs-pubsub-peer-monitor) + * Add certificates validation. * Move certificates to separate store. diff --git a/copy-changelog.js b/copy-changelog.js new file mode 100644 index 0000000000..524cff7112 --- /dev/null +++ b/copy-changelog.js @@ -0,0 +1,13 @@ +const fs = require('fs') +const path = require('path') + +const rootDir = path.resolve(__dirname) +const packagesDir = path.resolve(rootDir, 'packages') + +const rootChangelog = fs.readFileSync(path.resolve(rootDir, 'CHANGELOG.md'), 'utf8') + +const packages = fs.readdirSync(packagesDir).filter(package => ['desktop', 'mobile'].includes(package)) + +packages.forEach(package => { + fs.writeFileSync(path.resolve(packagesDir, package, 'CHANGELOG.md'), rootChangelog) +}) diff --git a/package.json b/package.json index 0db928eea1..e21ff2a1e6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,9 @@ "name": "root", "private": true, "scripts": { - "lerna": "lerna" + "lerna": "lerna", + "publish": "lerna version $npm_config_release --no-private", + "postpublish": "node copy-changelog.js" }, "engines": { "node": "18.12.1", diff --git a/packages/backend-bundle/CHANGELOG.md b/packages/backend-bundle/CHANGELOG.md index 67dcd1d34e..2b3209af66 100644 --- a/packages/backend-bundle/CHANGELOG.md +++ b/packages/backend-bundle/CHANGELOG.md @@ -1,296 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.1-alpha.4](https://github.com/TryQuiet/quiet/compare/backend-bundle@2.0.1-alpha.3...backend-bundle@2.0.1-alpha.4) (2023-10-12) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. -**Note:** Version bump only for package backend-bundle +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication -## [2.0.1-alpha.3](https://github.com/TryQuiet/quiet/compare/backend-bundle@2.0.1-alpha.2...backend-bundle@2.0.1-alpha.3) (2023-10-10) +[2.0.3-alpha.5] -**Note:** Version bump only for package backend-bundle +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack -## [2.0.1-alpha.2](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.6.1...backend-bundle@2.0.1-alpha.2) (2023-10-09) +[2.0.3-alpha.0] -**Note:** Version bump only for package backend-bundle +* Filter CSRs - remove old csrs and replace with new for each pubkey +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name +* Use context menu for information about unregistered username instead screen +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile -## [2.0.1-alpha.1](https://github.com/TryQuiet/quiet/compare/backend-bundle@2.0.1-alpha.0...backend-bundle@2.0.1-alpha.1) (2023-09-25) +* Removed registration attempts selector and corresponding usage. -**Note:** Version bump only for package backend-bundle +* Revert adjusting bootstrap scripts for developing on Windows +* Channel input - replaced ContentEditable with textarea +* Fix - up/down arrows now work properly inside channel input (textarea) +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile -## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.7.0-alpha.0...backend-bundle@2.0.1-alpha.0) (2023-09-25) +* Change nickname for taken username -**Note:** Version bump only for package backend-bundle +* Map messages sent before changing username +* Update registrar service to match new registration flow. +* Add possible impersonation attack UI for desktop and mobile +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests -# [2.0.0-alpha.18](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.6.1...backend-bundle@2.0.0-alpha.18) (2023-10-04) +* Prettify loading component on Chat screen (mobile) -**Note:** Version bump only for package backend-bundle +* Running Chromatic tests for forked PRs +* Added e2e test for user joining community when owner is offline. Improved e2e tests +* Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name -# [1.7.0-alpha.0](/compare/backend-bundle@1.6.0...backend-bundle@1.7.0-alpha.0) (2023-08-29) +* No unregistered/duplicated label for system messages -**Note:** Version bump only for package backend-bundle +[2.0.0-alpha.11] +* Customize Launch Screen on iOS +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. -## [1.6.1](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.6.0...backend-bundle@1.6.1) (2023-09-25) +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. -**Note:** Version bump only for package backend-bundle +* Fixed android stucking on username registration screen introduced in previous alpha. +* Added creator username to initial channel message. +* Fixed bug with changing joining community/create community screens with required field. +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR -# [1.6.0](/compare/backend-bundle@1.6.0-alpha.0...backend-bundle@1.6.0) (2023-08-28) +* Labels for unregistered and duplicate usernames with modals -**Note:** Version bump only for package backend-bundle +* Fixed LoadingPanel useEffect bug. +* Use csrs instead of certificates as a source of user data +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. -# [1.6.0-alpha.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.5.0...backend-bundle@1.6.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package backend-bundle - - - - - -# [1.5.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.4.0...backend-bundle@1.5.0) (2023-08-17) - -**Note:** Version bump only for package backend-bundle - - - - - -# [1.4.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.4.0-alpha.1...backend-bundle@1.4.0) (2023-07-28) - -**Note:** Version bump only for package backend-bundle - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.4.0-alpha.0...backend-bundle@1.4.0-alpha.1) (2023-07-05) - -**Note:** Version bump only for package backend-bundle - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.3.1...backend-bundle@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package backend-bundle - - - - - -## [1.3.1](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.3.1-alpha.0...backend-bundle@1.3.1) (2023-06-13) - -**Note:** Version bump only for package backend-bundle - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.3.0...backend-bundle@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package backend-bundle - - - - - -# [1.3.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.0.1-alpha.0...backend-bundle@1.3.0) (2023-06-02) - -**Note:** Version bump only for package backend-bundle - - - - - -## [1.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.0.0...backend-bundle@1.0.1-alpha.0) (2023-04-28) - -**Note:** Version bump only for package backend-bundle - - - - - -# [1.0.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.0.0-alpha.20...backend-bundle@1.0.0) (2023-03-02) - -**Note:** Version bump only for package backend-bundle - - - - - -# [1.0.0-alpha.20](/compare/backend-bundle@1.0.0-alpha.2...backend-bundle@1.0.0-alpha.20) (2023-02-28) - -**Note:** Version bump only for package backend-bundle - - - - - -# [1.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.0.0-alpha.1...backend-bundle@1.0.0-alpha.2) (2023-02-13) - -**Note:** Version bump only for package backend-bundle - - - - - -# [1.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/backend-bundle@1.0.0-alpha.0...backend-bundle@1.0.0-alpha.1) (2023-02-09) - -**Note:** Version bump only for package backend-bundle - - - - - -# [1.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.19-alpha.14...backend-bundle@1.0.0-alpha.0) (2023-02-09) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.19-alpha.14](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.19-alpha.13...backend-bundle@0.19.19-alpha.14) (2023-02-08) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.19-alpha.13](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.19-alpha.12...backend-bundle@0.19.19-alpha.13) (2023-02-08) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.19-alpha.12](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.19-alpha.5...backend-bundle@0.19.19-alpha.12) (2023-02-07) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.19-alpha.5](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.19-alpha.4...backend-bundle@0.19.19-alpha.5) (2023-02-07) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.19-alpha.4](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.19-alpha.3...backend-bundle@0.19.19-alpha.4) (2023-02-06) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.19-alpha.3](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.19-alpha.2...backend-bundle@0.19.19-alpha.3) (2023-02-06) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.19-alpha.2](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.4-alpha.0...backend-bundle@0.19.19-alpha.2) (2023-02-06) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.4-alpha.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.3-alpha.0...backend-bundle@0.19.4-alpha.0) (2023-02-01) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.3-alpha.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.0-alpha.2...backend-bundle@0.19.3-alpha.0) (2023-01-31) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.2-alpha.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.0-alpha.2...backend-bundle@0.19.2-alpha.0) (2023-01-30) - -**Note:** Version bump only for package backend-bundle - - - - - -## [0.19.1-alpha.0](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.0-alpha.2...backend-bundle@0.19.1-alpha.0) (2023-01-30) - -**Note:** Version bump only for package backend-bundle - - - - - -# 0.19.0-alpha.2 (2023-01-27) - -**Note:** Version bump only for package backend-bundle - - - - - -# [0.19.0-alpha.1](https://github.com/TryQuiet/quiet/compare/backend-bundle@0.19.0-alpha.0...backend-bundle@0.19.0-alpha.1) (2023-01-27) - -**Note:** Version bump only for package backend-bundle - - - - - -# 0.19.0-alpha.0 (2023-01-27) - -**Note:** Version bump only for package backend-bundle +* Invite tab as default in settings diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md index 8318c9d408..2b3209af66 100644 --- a/packages/backend/CHANGELOG.md +++ b/packages/backend/CHANGELOG.md @@ -1,2205 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.3-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.3-alpha.4...@quiet/backend@2.0.3-alpha.5) (2023-11-14) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. -**Note:** Version bump only for package @quiet/backend +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication -## [2.0.3-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.3-alpha.3...@quiet/backend@2.0.3-alpha.4) (2023-11-14) +[2.0.3-alpha.5] -**Note:** Version bump only for package @quiet/backend +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack -## [2.0.3-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.3-alpha.2...@quiet/backend@2.0.3-alpha.3) (2023-11-13) +[2.0.3-alpha.0] -**Note:** Version bump only for package @quiet/backend +* Filter CSRs - remove old csrs and replace with new for each pubkey +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name +* Use context menu for information about unregistered username instead screen +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile -## [2.0.3-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.3-alpha.1...@quiet/backend@2.0.3-alpha.2) (2023-11-09) +* Removed registration attempts selector and corresponding usage. -**Note:** Version bump only for package @quiet/backend +* Revert adjusting bootstrap scripts for developing on Windows +* Channel input - replaced ContentEditable with textarea +* Fix - up/down arrows now work properly inside channel input (textarea) +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile -## [2.0.3-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.3-alpha.0...@quiet/backend@2.0.3-alpha.1) (2023-11-08) +* Change nickname for taken username -**Note:** Version bump only for package @quiet/backend +* Map messages sent before changing username +* Update registrar service to match new registration flow. +* Add possible impersonation attack UI for desktop and mobile +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests -## [2.0.3-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.2-alpha.0...@quiet/backend@2.0.3-alpha.0) (2023-10-26) +* Prettify loading component on Chat screen (mobile) +* Running Chromatic tests for forked PRs -### Features +* Added e2e test for user joining community when owner is offline. Improved e2e tests -* version code 366 ([cebf886](https://github.com/TryQuiet/backend/commit/cebf886aee2c4ec6e0ef4e66219d9dc0afecb98c)) +* Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name +* No unregistered/duplicated label for system messages +[2.0.0-alpha.11] -## [2.0.2-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.1-alpha.6...@quiet/backend@2.0.2-alpha.0) (2023-10-26) +* Customize Launch Screen on iOS -**Note:** Version bump only for package @quiet/backend +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. +* Fixed android stucking on username registration screen introduced in previous alpha. -## [2.0.1-alpha.6](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.1-alpha.5...@quiet/backend@2.0.1-alpha.6) (2023-10-13) +* Added creator username to initial channel message. -**Note:** Version bump only for package @quiet/backend +* Fixed bug with changing joining community/create community screens with required field. +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR +* Labels for unregistered and duplicate usernames with modals +* Fixed LoadingPanel useEffect bug. -## [2.0.1-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.1-alpha.4...@quiet/backend@2.0.1-alpha.5) (2023-10-12) +* Use csrs instead of certificates as a source of user data -**Note:** Version bump only for package @quiet/backend +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. - - -## [2.0.1-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.1-alpha.3...@quiet/backend@2.0.1-alpha.4) (2023-10-11) - - -### Reverts - -* Revert "Adjust project bootstrap scripts to be windows-friendly (#1870)" (#1937) ([0811ea3](https://github.com/TryQuiet/backend/commit/0811ea3ea3f682dd763be72b12f626fe416bc036)), closes [#1870](https://github.com/TryQuiet/backend/issues/1870) [#1937](https://github.com/TryQuiet/backend/issues/1937) [#1870](https://github.com/TryQuiet/backend/issues/1870) - - - - - -## [2.0.1-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.1-alpha.2...@quiet/backend@2.0.1-alpha.3) (2023-10-10) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [2.0.1-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.9.4...@quiet/backend@2.0.1-alpha.2) (2023-10-09) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [2.0.1-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.1-alpha.0...@quiet/backend@2.0.1-alpha.1) (2023-09-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [2.0.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.0-alpha.5...@quiet/backend@2.0.1-alpha.0) (2023-09-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [2.0.0-alpha.20](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.0-alpha.19...@quiet/backend@2.0.0-alpha.20) (2023-10-09) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [2.0.0-alpha.19](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.0-alpha.18...@quiet/backend@2.0.0-alpha.19) (2023-10-04) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [2.0.0-alpha.18](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.9.4...@quiet/backend@2.0.0-alpha.18) (2023-10-04) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [2.0.0-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.0-alpha.4...@quiet/backend@2.0.0-alpha.5) (2023-09-19) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [2.0.0-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.9.1...@quiet/backend@2.0.0-alpha.4) (2023-09-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [2.0.0-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.0-alpha.2...@quiet/backend@2.0.0-alpha.3) (2023-09-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [2.0.0-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.0-alpha.1...@quiet/backend@2.0.0-alpha.2) (2023-09-06) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@2.0.0-alpha.0...@quiet/backend@2.0.0-alpha.1) (2023-09-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [2.0.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.10.0-alpha.0...@quiet/backend@2.0.0-alpha.0) (2023-09-01) - -**Note:** Version bump only for package @quiet/backend - - - - -# [1.10.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.9.0...@quiet/backend@1.10.0-alpha.0) (2023-08-29) -## [1.9.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.9.4...@quiet/backend@1.9.5) (2023-11-09) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.9.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.9.3...@quiet/backend@1.9.4) (2023-10-03) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.9.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.9.2...@quiet/backend@1.9.3) (2023-10-03) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.9.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.9.1...@quiet/backend@1.9.2) (2023-09-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.9.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.9.0...@quiet/backend@1.9.1) (2023-09-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.9.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.9.0-alpha.0...@quiet/backend@1.9.0) (2023-08-28) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.9.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.8.0...@quiet/backend@1.9.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.8.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.7.1-alpha.3...@quiet/backend@1.8.0) (2023-08-17) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.7.1-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.7.1-alpha.2...@quiet/backend@1.7.1-alpha.3) (2023-08-11) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.7.1-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.7.1-alpha.1...@quiet/backend@1.7.1-alpha.2) (2023-08-11) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.7.1-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.7.1-alpha.0...@quiet/backend@1.7.1-alpha.1) (2023-08-08) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.7.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.7.0...@quiet/backend@1.7.1-alpha.0) (2023-08-01) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.7.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.6.1-alpha.0...@quiet/backend@1.7.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.6.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.6.0-alpha.0...@quiet/backend@1.6.1-alpha.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.6.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.5.0-alpha.0...@quiet/backend@1.6.0-alpha.0) (2023-07-26) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.5.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.4.2-alpha.0...@quiet/backend@1.5.0-alpha.0) (2023-07-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.4.2-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.4.1-alpha.1...@quiet/backend@1.4.2-alpha.0) (2023-07-17) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.4.1-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.4.1-alpha.0...@quiet/backend@1.4.1-alpha.1) (2023-07-07) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.4.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.4.0-alpha.1...@quiet/backend@1.4.1-alpha.0) (2023-07-07) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.4.0-alpha.0...@quiet/backend@1.4.0-alpha.1) (2023-07-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.3.1...@quiet/backend@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.3.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.3.1-alpha.0...@quiet/backend@1.3.1) (2023-06-13) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.3.0...@quiet/backend@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.3.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.1-alpha.9...@quiet/backend@1.3.0) (2023-06-02) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.2.1-alpha.9](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.1-alpha.8...@quiet/backend@1.2.1-alpha.9) (2023-06-02) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.2.1-alpha.8](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.1-alpha.7...@quiet/backend@1.2.1-alpha.8) (2023-06-01) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.2.1-alpha.7](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.1-alpha.6...@quiet/backend@1.2.1-alpha.7) (2023-05-30) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.2.1-alpha.6](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.1-alpha.5...@quiet/backend@1.2.1-alpha.6) (2023-05-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.2.1-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.1-alpha.4...@quiet/backend@1.2.1-alpha.5) (2023-05-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.2.1-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.1-alpha.3...@quiet/backend@1.2.1-alpha.4) (2023-05-10) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.2.1-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.1-alpha.2...@quiet/backend@1.2.1-alpha.3) (2023-05-10) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.2.1-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.1-alpha.1...@quiet/backend@1.2.1-alpha.2) (2023-04-28) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.2.1-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.1-alpha.0...@quiet/backend@1.2.1-alpha.1) (2023-04-27) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.2.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0...@quiet/backend@1.2.1-alpha.0) (2023-04-26) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0-alpha.27...@quiet/backend@1.2.0) (2023-04-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0-alpha.27](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0-alpha.26...@quiet/backend@1.2.0-alpha.27) (2023-04-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0-alpha.26](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0-alpha.25...@quiet/backend@1.2.0-alpha.26) (2023-04-17) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0-alpha.25](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0-alpha.24...@quiet/backend@1.2.0-alpha.25) (2023-04-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0-alpha.24](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0-alpha.23...@quiet/backend@1.2.0-alpha.24) (2023-04-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0-alpha.23](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0-alpha.22...@quiet/backend@1.2.0-alpha.23) (2023-04-13) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0-alpha.22](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0-alpha.21...@quiet/backend@1.2.0-alpha.22) (2023-04-12) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0-alpha.21](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0-alpha.20...@quiet/backend@1.2.0-alpha.21) (2023-04-07) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0-alpha.20](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0-alpha.14...@quiet/backend@1.2.0-alpha.20) (2023-04-07) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0-alpha.14](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.2.0-alpha.0...@quiet/backend@1.2.0-alpha.14) (2023-03-30) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.2.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.1.1-alpha.0...@quiet/backend@1.2.0-alpha.0) (2023-03-28) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [1.1.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.1.0...@quiet/backend@1.1.1-alpha.0) (2023-03-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.1.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.1.0-alpha.1...@quiet/backend@1.1.0) (2023-03-20) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.1.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.1.0-alpha.0...@quiet/backend@1.1.0-alpha.1) (2023-03-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.1.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0...@quiet/backend@1.1.0-alpha.0) (2023-03-09) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0-alpha.21...@quiet/backend@1.0.0) (2023-03-02) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0-alpha.21](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0-alpha.20...@quiet/backend@1.0.0-alpha.21) (2023-03-02) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0-alpha.20](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0-alpha.7...@quiet/backend@1.0.0-alpha.20) (2023-02-28) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0-alpha.7](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0-alpha.6...@quiet/backend@1.0.0-alpha.7) (2023-02-20) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0-alpha.6](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0-alpha.5...@quiet/backend@1.0.0-alpha.6) (2023-02-16) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0-alpha.4...@quiet/backend@1.0.0-alpha.5) (2023-02-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0-alpha.3...@quiet/backend@1.0.0-alpha.4) (2023-02-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0-alpha.2...@quiet/backend@1.0.0-alpha.3) (2023-02-13) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0-alpha.1...@quiet/backend@1.0.0-alpha.2) (2023-02-13) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@1.0.0-alpha.0...@quiet/backend@1.0.0-alpha.1) (2023-02-09) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [1.0.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.19-alpha.15...@quiet/backend@1.0.0-alpha.0) (2023-02-09) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.19-alpha.15](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.19-alpha.14...@quiet/backend@0.19.19-alpha.15) (2023-02-08) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.19-alpha.14](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.19-alpha.13...@quiet/backend@0.19.19-alpha.14) (2023-02-08) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.19-alpha.13](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.19-alpha.12...@quiet/backend@0.19.19-alpha.13) (2023-02-07) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.19-alpha.12](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.19-alpha.5...@quiet/backend@0.19.19-alpha.12) (2023-02-07) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.19-alpha.6](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.19-alpha.5...@quiet/backend@0.19.19-alpha.6) (2023-02-07) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.19-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.19-alpha.4...@quiet/backend@0.19.19-alpha.5) (2023-02-06) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.19-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.19-alpha.3...@quiet/backend@0.19.19-alpha.4) (2023-02-06) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.19-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.19-alpha.2...@quiet/backend@0.19.19-alpha.3) (2023-02-06) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.19-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.16-alpha.0...@quiet/backend@0.19.19-alpha.2) (2023-02-06) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.16-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.15-alpha.0...@quiet/backend@0.19.16-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.15-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.14-alpha.0...@quiet/backend@0.19.15-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.14-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.13-alpha.0...@quiet/backend@0.19.14-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.13-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.12-alpha.0...@quiet/backend@0.19.13-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.12-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.11-alpha.0...@quiet/backend@0.19.12-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.11-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.10-alpha.0...@quiet/backend@0.19.11-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.10-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.9-alpha.0...@quiet/backend@0.19.10-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.9-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.8-alpha.0...@quiet/backend@0.19.9-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.8-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.7-alpha.0...@quiet/backend@0.19.8-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.7-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.6-alpha.0...@quiet/backend@0.19.7-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.6-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.5-alpha.0...@quiet/backend@0.19.6-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.5-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.4-alpha.0...@quiet/backend@0.19.5-alpha.0) (2023-01-31) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.4-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.19.3-alpha.0...@quiet/backend@0.19.4-alpha.0) (2023-01-31) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.3-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.6-alpha.0...@quiet/backend@0.19.3-alpha.0) (2023-01-31) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.2-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.6-alpha.0...@quiet/backend@0.19.2-alpha.0) (2023-01-30) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.19.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.6-alpha.0...@quiet/backend@0.19.1-alpha.0) (2023-01-30) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.19.0-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.6-alpha.0...@quiet/backend@0.19.0-alpha.2) (2023-01-27) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.19.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.6-alpha.0...@quiet/backend@0.19.0-alpha.1) (2023-01-27) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.19.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.6-alpha.0...@quiet/backend@0.19.0-alpha.0) (2023-01-27) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.18.6-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.5-alpha.0...@quiet/backend@0.18.6-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.18.5-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.4-alpha.0...@quiet/backend@0.18.5-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.18.4-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.1-alpha.1...@quiet/backend@0.18.4-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.18.3-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.1-alpha.1...@quiet/backend@0.18.3-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.18.2-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.1-alpha.1...@quiet/backend@0.18.2-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.18.1-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.1-alpha.0...@quiet/backend@0.18.1-alpha.1) (2023-01-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.18.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.0-alpha.1...@quiet/backend@0.18.1-alpha.0) (2023-01-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.18.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.18.0-alpha.0...@quiet/backend@0.18.0-alpha.1) (2023-01-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.18.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.17.0-alpha.1...@quiet/backend@0.18.0-alpha.0) (2023-01-13) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.17.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.16.0...@quiet/backend@0.17.0-alpha.1) (2023-01-11) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.17.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.16.0...@quiet/backend@0.17.0-alpha.0) (2023-01-11) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.16.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.14.4...@quiet/backend@0.16.0) (2022-12-19) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.16.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.14.4...@quiet/backend@0.16.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.15.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.14.4...@quiet/backend@0.15.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.15.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.14.4...@quiet/backend@0.15.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.14.5-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.14.4...@quiet/backend@0.14.5-alpha.0) (2022-12-09) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.14.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.12.1-alpha.0...@quiet/backend@0.14.4) (2022-11-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.14.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.12.1-alpha.0...@quiet/backend@0.14.3) (2022-11-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.14.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.12.1-alpha.0...@quiet/backend@0.14.2) (2022-11-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.14.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.12.1-alpha.0...@quiet/backend@0.14.1) (2022-11-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.14.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.12.1-alpha.0...@quiet/backend@0.14.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.14.0-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.12.1-alpha.0...@quiet/backend@0.14.0-alpha.2) (2022-11-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.14.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.12.1-alpha.0...@quiet/backend@0.14.0-alpha.1) (2022-11-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.14.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.12.1-alpha.0...@quiet/backend@0.14.0-alpha.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.13.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.12.1-alpha.0...@quiet/backend@0.13.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.12.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.12.0...@quiet/backend@0.12.1-alpha.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.12.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.3-alpha.16...@quiet/backend@0.12.0) (2022-10-31) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.16](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.3-alpha.13...@quiet/backend@0.11.3-alpha.16) (2022-10-19) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.15](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.3-alpha.13...@quiet/backend@0.11.3-alpha.15) (2022-10-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.14](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.3-alpha.13...@quiet/backend@0.11.3-alpha.14) (2022-10-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.13](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.3-alpha.7...@quiet/backend@0.11.3-alpha.13) (2022-09-22) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.12](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.3-alpha.7...@quiet/backend@0.11.3-alpha.12) (2022-09-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.11](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.3-alpha.7...@quiet/backend@0.11.3-alpha.11) (2022-09-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.10](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.3-alpha.7...@quiet/backend@0.11.3-alpha.10) (2022-09-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.9](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.3-alpha.7...@quiet/backend@0.11.3-alpha.9) (2022-09-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.8](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.3-alpha.7...@quiet/backend@0.11.3-alpha.8) (2022-09-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.7](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.2...@quiet/backend@0.11.3-alpha.7) (2022-09-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.6](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.2...@quiet/backend@0.11.3-alpha.6) (2022-09-20) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.2...@quiet/backend@0.11.3-alpha.5) (2022-09-17) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.2...@quiet/backend@0.11.3-alpha.4) (2022-09-16) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.2...@quiet/backend@0.11.3-alpha.3) (2022-09-16) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.2...@quiet/backend@0.11.3-alpha.2) (2022-09-16) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.2...@quiet/backend@0.11.3-alpha.1) (2022-09-16) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.3-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.2...@quiet/backend@0.11.3-alpha.0) (2022-09-16) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.1...@quiet/backend@0.11.2) (2022-09-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.11.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.11.0...@quiet/backend@0.11.1) (2022-09-13) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.11.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.10.2-alpha.0...@quiet/backend@0.11.0) (2022-09-07) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.10.2-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.10.2-alpha.0...@quiet/backend@0.10.2-alpha.5) (2022-09-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.10.2-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.10.2-alpha.0...@quiet/backend@0.10.2-alpha.4) (2022-09-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.10.2-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.10.2-alpha.0...@quiet/backend@0.10.2-alpha.3) (2022-09-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.10.2-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.10.2-alpha.0...@quiet/backend@0.10.2-alpha.2) (2022-09-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.10.2-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.10.2-alpha.0...@quiet/backend@0.10.2-alpha.1) (2022-09-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.10.2-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.10.1-alpha.1...@quiet/backend@0.10.2-alpha.0) (2022-08-26) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.10.1-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.10.0...@quiet/backend@0.10.1-alpha.1) (2022-08-16) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.10.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.10.0...@quiet/backend@0.10.1-alpha.0) (2022-08-11) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.10.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.5-alpha.5...@quiet/backend@0.10.0) (2022-08-10) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.5-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.5-alpha.4...@quiet/backend@0.9.5-alpha.5) (2022-08-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.5-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.5-alpha.3...@quiet/backend@0.9.5-alpha.4) (2022-08-04) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.5-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.5-alpha.1...@quiet/backend@0.9.5-alpha.3) (2022-08-04) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.5-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.5-alpha.1...@quiet/backend@0.9.5-alpha.2) (2022-08-04) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.5-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.5-alpha.0...@quiet/backend@0.9.5-alpha.1) (2022-08-01) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.5-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.8.2-alpha.0...@quiet/backend@0.9.5-alpha.0) (2022-07-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.4-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.4-alpha.0...@quiet/backend@0.9.4-alpha.1) (2022-07-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.4-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.3-alpha.0...@quiet/backend@0.9.4-alpha.0) (2022-07-07) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.3-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.2-alpha.0...@quiet/backend@0.9.3-alpha.0) (2022-07-06) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.2-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.1-alpha.0...@quiet/backend@0.9.2-alpha.0) (2022-07-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.9.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.9.0-alpha.0...@quiet/backend@0.9.1-alpha.0) (2022-07-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.9.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.8.2-alpha.0...@quiet/backend@0.9.0-alpha.0) (2022-07-05) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.8.2-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.8.1-alpha.1...@quiet/backend@0.8.2-alpha.0) (2022-06-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.8.1-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.8.1-alpha.1...@quiet/backend@0.8.1-alpha.2) (2022-06-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.8.1-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.8.1-alpha.0...@quiet/backend@0.8.1-alpha.1) (2022-06-16) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.8.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.8.0-alpha.0...@quiet/backend@0.8.1-alpha.0) (2022-06-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.8.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.7.0-alpha.0...@quiet/backend@0.8.0-alpha.0) (2022-06-14) - -**Note:** Version bump only for package @quiet/backend - - - - - -# 0.7.0-alpha.0 (2022-06-03) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.6.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.6.0-alpha.0...@quiet/backend@0.6.1-alpha.0) (2022-05-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.6.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.5.0-alpha.0...@quiet/backend@0.6.0-alpha.0) (2022-05-16) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.5.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.5-alpha.0...@quiet/backend@0.5.0-alpha.0) (2022-04-29) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.4.5-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.4-alpha.0...@quiet/backend@0.4.5-alpha.0) (2022-04-20) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.4.4-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.3-alpha.0...@quiet/backend@0.4.4-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.4.3-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.2-alpha.0...@quiet/backend@0.4.3-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.4.2-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.0-alpha.7...@quiet/backend@0.4.2-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -## [0.4.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.0-alpha.7...@quiet/backend@0.4.1-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.4.0-alpha.7](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.0-alpha.6...@quiet/backend@0.4.0-alpha.7) (2022-04-04) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.4.0-alpha.6](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.0-alpha.3...@quiet/backend@0.4.0-alpha.6) (2022-04-01) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.4.0-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.0-alpha.3...@quiet/backend@0.4.0-alpha.5) (2022-03-28) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.4.0-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.0-alpha.3...@quiet/backend@0.4.0-alpha.4) (2022-03-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.4.0-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.0-alpha.2...@quiet/backend@0.4.0-alpha.3) (2022-03-17) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.4.0-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.0-alpha.0...@quiet/backend@0.4.0-alpha.2) (2022-03-11) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.4.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.4.0-alpha.0...@quiet/backend@0.4.0-alpha.1) (2022-03-11) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.4.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.3.0-alpha.5...@quiet/backend@0.4.0-alpha.0) (2022-03-08) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.3.0-alpha.6](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.3.0-alpha.5...@quiet/backend@0.3.0-alpha.6) (2022-02-28) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.3.0-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.2.0-alpha.0...@quiet/backend@0.3.0-alpha.5) (2022-02-23) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.3.0-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.2.0-alpha.0...@quiet/backend@0.3.0-alpha.4) (2022-02-23) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.3.0-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.2.0-alpha.0...@quiet/backend@0.3.0-alpha.3) (2022-02-22) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.3.0-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.2.0-alpha.0...@quiet/backend@0.3.0-alpha.2) (2022-02-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.3.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.2.0-alpha.0...@quiet/backend@0.3.0-alpha.1) (2022-02-21) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.3.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.2.0-alpha.0...@quiet/backend@0.3.0-alpha.0) (2022-02-18) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.2.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.1.0-alpha.5...@quiet/backend@0.2.0-alpha.0) (2022-02-09) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.1.0-alpha.5](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.1.0-alpha.4...@quiet/backend@0.1.0-alpha.5) (2022-02-03) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.1.0-alpha.4](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.1.0-alpha.3...@quiet/backend@0.1.0-alpha.4) (2022-01-27) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.1.0-alpha.3](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.1.0-alpha.2...@quiet/backend@0.1.0-alpha.3) (2022-01-27) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.1.0-alpha.2](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.1.0-alpha.1...@quiet/backend@0.1.0-alpha.2) (2022-01-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.1.0-alpha.1](https://github.com/TryQuiet/backend/compare/@quiet/backend@0.1.0-alpha.0...@quiet/backend@0.1.0-alpha.1) (2022-01-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [0.1.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@6.4.0-alpha.0...@quiet/backend@0.1.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [6.4.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@6.3.0-alpha.0...@quiet/backend@6.4.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [6.3.0-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/backend@6.2.0-alpha.0...@quiet/backend@6.3.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -# 6.2.0-alpha.0 (2022-01-25) - -**Note:** Version bump only for package @quiet/backend - - - - - -# [6.1.0-alpha.0](https://github.com/TryQuiet/backend/compare/backend@6.0.0-alpha.0...backend@6.1.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package backend - - - - - -# [6.0.0-alpha.0](https://github.com/TryQuiet/backend/compare/backend@5.0.0...backend@6.0.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package backend - - - - - -# [5.0.0](https://github.com/TryQuiet/backend/compare/backend@5.0.0-alpha.1...backend@5.0.0) (2021-12-29) - -**Note:** Version bump only for package backend - - - - - -# [5.0.0-alpha.1](https://github.com/TryQuiet/backend/compare/backend@5.0.0-alpha.0...backend@5.0.0-alpha.1) (2021-12-29) - -**Note:** Version bump only for package backend - - - - - -# 5.0.0-alpha.0 (2021-12-28) - -**Note:** Version bump only for package backend - - - - - -# Changelog - -## [Unreleased] - -### Added - -* Connections test -* LocalNode api - -## [4.3.15] - -### Added - -* In connectionsManager, closeAllServices method now closes socket too. - -## [4.3.14] - -### Added - -* Upgrade: orbit-db@0.28.0, ipfs@0.60.2, libp2p@0.33.0 and their dependencies -* Remove custom libp2p - -### Changed - -* Send replicated message on 'replicate.progress event', instead of all ids on 'replicate' event - -## [4.3.13] - -### Added - -* Logs and retry logic in websocketOverTorTest -* Added communityId param to askForMessages and sendIdsToZbay - -### Changed - -* Moved crypto initialization from storage to connectionsManager - -## [4.3.12] - -### Added - -* Enable cors in DataServer only for development and end to end testing - -## [4.3.8] - -### Fixed - -* Old tor process is now shut down on windows. - -### Changed - -* Compose libp2p address in one place - -## [4.3.7] - -### Added - -* Expose ioproxy api through connections manager to be able to close all services directly - -## [4.3.6] - -### Changed - -* Registrar - don't return port if backend uses tor - -## [4.3.4] - -### Added - -* Tor mesh test - -### Changed - -* pass CommunityId to storage - -## [4.3.3] - -### Added - -* Security for not using the tor -* Retry connecting to registrar few times on fail - -## [4.2.3] - -### Fixed - -* Orbit-db in package.json - use specific commit instead of #main. Projects installing backend should have the same version of orbit-db. -* Change orbit-db-store version to match specified orbitdb; Remove multiformats (rely on versions set in orbit-db) - -## [4.2.2] - -### Changed - -* Map all registrars hidden services to port 80, and all libp2p hidden services to 443. - -## [4.2.1] - -### Fixed - -* Close socket after closing all backend services - -## [4.2.0] - -### Added - -* Emit general ERROR socket event - -### Changed - -* Community manager - keep reference not only to storage but also to registrar - -### Removed - -* REGISTRAR_ERROR and CERTIFICATE_REGISTRATION_ERROR socket events - -## [4.1.1] - -### Fixed - -* ConnectionsManager.createNetwork - pass service id without '.onion' to destroyHiddenService -* WebsocketOverTor - unify generating cert data - -## [4.1.0] - -### Fixed - -* Stucking Tor - kill and relaunch the Tor after given timeout -* Passed certs are expected to be strings - -### Added - -* DestroyHiddenService method in torManager -* CreateNetwork in communitiesManager -* CreateNetwork api in IOPRoxy -* ConnectionsManager option - allow using tor files (binaries and libs) from backend -* Register owner certificate - -### Changed - -* spawnHiddenService and createNewHiddenService now return onion address with '.onion' -* Registrar returns also rootCA - -## [4.0.1] - -### Fixed - -* Snapshot-replication tests - -## [4.0.0] - -### Added - -* Certificates vaidation within websocketOverTor - -### Changed - -* Creating community event's payload must contain certificates -* Peer network connection is via https -* LaunchComunity API -* Register user certificate API - -### Fixed - -* CSRContainsField validator - -## [3.1.0] - -### Added - -* Authenticating Tor Control Port with cookie - -## [3.0.0] - -### Changed - ---- BREAKING CHANGES --- -* ConnectionsManager api changed -* Refactor responsibilities into separate classes -* Many websocket events need peerId now; Socket responses contain peerId - -### Added - -* Creating and relaunching community; launching registrar (via websockets) - -### Removed - -* isbackendMobileMode option - -## [2.1.0] - -### Added - -* Additional valitation to registrar - check if csr has basic fields -* backend replication tests -* Storage which can use orbitdb snapshots mechanism -* More customizable backend nodes - -### Changed - -* Mock tor in all registrar tests -* Moved dev dependencies to devDependencies in package.json, removed unused libraries - -## [2.1.0-0] - -### Changed - -* Use unreleased version of orbit-db and orbit-db-store 4.1.0 - -## [2.0.15] - 2021-07-20 - -### Added - -- Provided script for building project on Android - -### Fixed - - - WebsocketOverTor - prepareListener was not called at all probably causing issue with peers not connecting to peers other than entry node - -## [2.0.14] - 2021-07-17 - -### Fixed - -- Remove wrtc-mock - caused problems when installing backend -- npm-publish github workflow - -## [2.0.13] - 2021-07-16 - -- Manually published npm package (previous one lacked files because of incomplete npm-publish github workflow) - -## [2.0.12] - 2021-07-16 - -### Added - -- Publish package to npm using tags -- Entry node - subscribe for all public channels - -### Fix - -- Conversation validator - don't assume encryptedPhrase length - -## [2.0.11] - 2021-07-15 - -### Fixed - -- Pass proxy agent as object, not function - "TypeError [ERR_INVALID_ARG_TYPE]: The "options.agent" property must be one of Agent-like Object, undefined, or false. Received function agent" - -## [2.0.10] - 2021-07-15 - -### Fixed - -- Npm package version 2.0.9 lacks wrtc-mock - -## [2.0.9] - 2021-07-08 - -### Added - -- Added manager for mobile app -- Registering user certificate (websocket + http) - fetch data from front-end and send request to the service - -## [2.0.8] - 2021-07-07 - -### Fixed - -- Root certificate and private key - -### Added - -- Certificate registration service (http + hidden service) - generate certificate for user and save it to db - -## [2.0.7] - 2021-07-05 - -### Added - -- Tor binaries for 3 platforms (linux, macos, win). Use proper binary depending on current platform. -- Run tests on linux and macos (CI) -- @quiet/identity lib -- Verify certificate before saving it to database -- Return all certificates on db.load -- Validators for storage -- Test for validators -- Added validation functions to storage - -### Fixed - -- Removed // @ts-nocheck from Storage.ts -- Killing existing tor process on macos - command for extracting process name slightly differs for linux and macos - -## [2.0.6] - 2021-06-22 - -### Fixed - -Pass envs to tor's --hash-password command - docker was lacking LD_LIBRARY_PATH env and therefore used default openssl 1.1.0 version (tor needs 1.1.1) - -## [2.0.5] - 2021-06-22 - -### Added - -Storage: - Added new methods: - askForMessages - -### Changed - -Changed databses names. - -Events: - Merged 'allMessages' and 'message' files into single 'messages' file - -API: - ConnectionsManager: added optional isbackendMobileMode - Storage: added optional isbackendMobileMode - !IMPORTANT: Those will be removed as soon as mobile version will adopt the new API - -### Fixed - -## [2.0.4] - 2021-06-15 - -### Fixed - -- Hashing tor password for windows - -## [2.0.3] - 2021-06-14 - -### Added - -- Optional `createPaths` to options in both ConnectionManager and Storage. Default = true. When set to false backend will not try to create any dirs - and will just assume they exist. -- Database for certificates and 'add certificate' websocket event. Send all certificates on write and replication orbitdb events - -### Fixed - -- Now tests use temporary dir for app data - -## [2.0.1] - 2021-06-07 - -### Changed - -- Removed resolveJsonModule from tsconfig and changed a way we import json module, there is trap in 'resolveJsonModule' flag that causes npm publish/pack work in unexpected way. - -## [2.0.0] - 2021-06-07 - -### Added - -- Test for tor, connections manager, and dataserver -- Secured tor control port with hashed password -- Linter -- method to close - -### Changed - -- Refactored tor control port and tor manager. -- Changed torManager API addNewService -> createNewHiddenService and addOnion -> spawnHiddenService -- Added stop method for storage -- Added stop method for libp2p -- Added stop method for dataServer - -### Fixed - -- added stop method for PeerDiscovery - -## [1.1.10] - 2021-06-01 - -### Added -- Remove undialable peers from the peer store (use custom Libp2p) -- docker-compose - run entrynode with a few peers connecting to it (for testing purposes) - -### Changed -- Refactor entrynode - -### Fixed -- WebsocketOverTor - don't swallow errors when dialing - -## [1.1.1] - 2021-05-20 - -### Added -- Use `debug` for logs - - -## [1.1.0] - 2021-05-20 - -### Added -- Storage - DM related methods and databses -- Connections Manager - DM related methods -- Events - DM related events -- Listeners - DM related listeners - -### Changed -- Tor control logic. Use control port and heartbeat to check tor status. -- Socket data server - allow setting port while creating DataServer -- Bump eslint related libraries - -### Removed -- http-server dependency - not used and depends on vulnerable version of ecstatic - -### Added -- Tracker - keep track of the peers which connected to the p2p network. Will replace the entry node. - - -## [1.0.23] - 2021-04-20 -### Changed -- Socket is now passed to the ConnectionsManager constructor -- Storage needs to be initialized directly after initializing node - -## [1.0.22] - 2021-04-20 -### Added -- Communication with client - send all channel messages after they're loaded into memory - -## [1.0.21] - 2021-04-19 -### Changed -- Speed up creating stores for channels +* Invite tab as default in settings diff --git a/packages/backend/package-lock.json b/packages/backend/package-lock.json index db6bcd88d9..514c6cccf0 100644 --- a/packages/backend/package-lock.json +++ b/packages/backend/package-lock.json @@ -35175,7 +35175,7 @@ "orbit-db-pubsub": { "version": "0.7.0", "requires": { - "ipfs-pubsub-peer-monitor": "vinkabuki/ipfs-pubsub-peer-monitor#038af76f22e6c902dab4a855b24273707ce17d94", + "ipfs-pubsub-peer-monitor": "TryQuiet/ipfs-pubsub-peer-monitor#038af76f22e6c902dab4a855b24273707ce17d94", "logplease": "~1.2.14", "p-series": "^1.1.0" } @@ -35325,7 +35325,7 @@ "orbit-db-pubsub": { "version": "0.6.0", "requires": { - "ipfs-pubsub-peer-monitor": "vinkabuki/ipfs-pubsub-peer-monitor#038af76f22e6c902dab4a855b24273707ce17d94", + "ipfs-pubsub-peer-monitor": "TryQuiet/ipfs-pubsub-peer-monitor#038af76f22e6c902dab4a855b24273707ce17d94", "logplease": "~1.2.14", "p-series": "^1.1.0" } diff --git a/packages/backend/package.json b/packages/backend/package.json index 541ab72874..c70bbaea37 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -142,7 +142,7 @@ "leveldown": "^6", "go-ipfs": "npm:mocked-go-ipfs@0.17.0", "orbit-db": { - "ipfs-pubsub-peer-monitor": "vinkabuki/ipfs-pubsub-peer-monitor#038af76f22e6c902dab4a855b24273707ce17d94" + "ipfs-pubsub-peer-monitor": "TryQuiet/ipfs-pubsub-peer-monitor#038af76f22e6c902dab4a855b24273707ce17d94" } } } diff --git a/packages/backend/src/nest/app.module.ts b/packages/backend/src/nest/app.module.ts index cf2fdc655d..03e987a178 100644 --- a/packages/backend/src/nest/app.module.ts +++ b/packages/backend/src/nest/app.module.ts @@ -127,7 +127,7 @@ export class AppModule { res.end() } }) - + console.log('ok') return { server, io } }, inject: [EXPRESS_PROVIDER], diff --git a/packages/backend/src/nest/connections-manager/connections-manager.service.ts b/packages/backend/src/nest/connections-manager/connections-manager.service.ts index ddf32f053e..6a321327c0 100644 --- a/packages/backend/src/nest/connections-manager/connections-manager.service.ts +++ b/packages/backend/src/nest/connections-manager/connections-manager.service.ts @@ -430,6 +430,9 @@ export class ConnectionsManagerService extends EventEmitter implements OnModuleI private attachTorEventsListeners() { this.logger('attachTorEventsListeners') + this.tor.on(SocketActionTypes.CONNECTION_PROCESS_INFO, data => { + this.serverIoProvider.io.emit(SocketActionTypes.CONNECTION_PROCESS_INFO, data) + }) this.socketService.on(SocketActionTypes.CONNECTION_PROCESS_INFO, data => { this.serverIoProvider.io.emit(SocketActionTypes.CONNECTION_PROCESS_INFO, data) }) diff --git a/packages/backend/src/nest/socket/socket.service.ts b/packages/backend/src/nest/socket/socket.service.ts index 2e02ec86d7..92bb9133ef 100644 --- a/packages/backend/src/nest/socket/socket.service.ts +++ b/packages/backend/src/nest/socket/socket.service.ts @@ -154,7 +154,7 @@ export class SocketService extends EventEmitter implements OnModuleInit { await new Promise(resolve => setTimeout(() => resolve(), 2000)) - this.emit(SocketActionTypes.CONNECTION_PROCESS_INFO, ConnectionProcessInfo.WAITING_FOR_METADATA) + this.emit(SocketActionTypes.CONNECTION_PROCESS_INFO, ConnectionProcessInfo.CONNECTING_TO_COMMUNITY) }) socket.on(SocketActionTypes.REGISTER_OWNER_CERTIFICATE, async (payload: RegisterOwnerCertificatePayload) => { diff --git a/packages/backend/src/nest/tor/tor.service.ts b/packages/backend/src/nest/tor/tor.service.ts index be7183103e..ca8af5febc 100644 --- a/packages/backend/src/nest/tor/tor.service.ts +++ b/packages/backend/src/nest/tor/tor.service.ts @@ -5,7 +5,7 @@ import path from 'path' import getPort from 'get-port' import { removeFilesFromDir } from '../common/utils' import { EventEmitter } from 'events' -import { SocketActionTypes, SupportedPlatform } from '@quiet/types' +import { ConnectionProcessInfo, SocketActionTypes, SupportedPlatform } from '@quiet/types' import { Inject, OnModuleInit } from '@nestjs/common' import { ConfigOptions, ServerIoProviderTypes } from '../types' import { CONFIG_OPTIONS, QUIET_DIR, SERVER_IO_PROVIDER, TOR_PARAMS_PROVIDER, TOR_PASSWORD_PROVIDER } from '../const' @@ -227,6 +227,7 @@ export class Tor extends EventEmitter implements OnModuleInit { this.process.stdout.on('data', (data: any) => { this.logger(data.toString()) + const regexp = /Bootstrapped 0/ if (regexp.test(data.toString())) { this.spawnHiddenServices() diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 8e887a1e7b..2b3209af66 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,287 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.2-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.2-alpha.0...@quiet/common@2.0.2-alpha.1) (2023-11-14) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version -## [2.0.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.1-alpha.4...@quiet/common@2.0.2-alpha.0) (2023-10-26) +[2.0.3-alpha.6] -**Note:** Version bump only for package @quiet/common +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication +[2.0.3-alpha.5] +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link -## [2.0.1-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.1-alpha.3...@quiet/common@2.0.1-alpha.4) (2023-10-12) +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service -**Note:** Version bump only for package @quiet/common +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack +[2.0.3-alpha.0] +* Filter CSRs - remove old csrs and replace with new for each pubkey +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name -## [2.0.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.1-alpha.2...@quiet/common@2.0.1-alpha.3) (2023-10-10) +* Use context menu for information about unregistered username instead screen -**Note:** Version bump only for package @quiet/common +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile +* Removed registration attempts selector and corresponding usage. +* Revert adjusting bootstrap scripts for developing on Windows +* Channel input - replaced ContentEditable with textarea -## [2.0.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.1-alpha.1...@quiet/common@2.0.1-alpha.2) (2023-10-09) +* Fix - up/down arrows now work properly inside channel input (textarea) -**Note:** Version bump only for package @quiet/common +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile +* Change nickname for taken username +* Map messages sent before changing username +* Update registrar service to match new registration flow. -## [2.0.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.1-alpha.0...@quiet/common@2.0.1-alpha.1) (2023-09-25) +* Add possible impersonation attack UI for desktop and mobile -**Note:** Version bump only for package @quiet/common +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests +* Prettify loading component on Chat screen (mobile) +* Running Chromatic tests for forked PRs +* Added e2e test for user joining community when owner is offline. Improved e2e tests -## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.0-alpha.3...@quiet/common@2.0.1-alpha.0) (2023-09-25) +* Bump github actions/* to versions using node16 -**Note:** Version bump only for package @quiet/common +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name +* No unregistered/duplicated label for system messages +[2.0.0-alpha.11] +* Customize Launch Screen on iOS -# [2.0.0-alpha.18](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.0-alpha.3...@quiet/common@2.0.0-alpha.18) (2023-10-04) +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). -**Note:** Version bump only for package @quiet/common +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. +* Fixed android stucking on username registration screen introduced in previous alpha. +* Added creator username to initial channel message. -# [2.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.0-alpha.2...@quiet/common@2.0.0-alpha.3) (2023-09-19) +* Fixed bug with changing joining community/create community screens with required field. -**Note:** Version bump only for package @quiet/common +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR +* Labels for unregistered and duplicate usernames with modals +* Fixed LoadingPanel useEffect bug. +* Use csrs instead of certificates as a source of user data -# [2.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.8.1...@quiet/common@2.0.0-alpha.2) (2023-09-18) +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. -### Bug Fixes +* C4 for Quiet architecture. Context and Container diagrams. -* common: capitalize should return null if no string provided ([47269fd](https://github.com/TryQuiet/quiet/commit/47269fd48150c93cb6ede2bf833be05d5f893ab8)) -* typo ([62adb7e](https://github.com/TryQuiet/quiet/commit/62adb7e3a11cee2da9418f11a79d38c871fb684e)), closes [/github.com/TryQuiet/quiet/pull/1727#discussion_r1302471153](https://github.com//github.com/TryQuiet/quiet/pull/1727/issues/discussion_r1302471153) -* typo in function name ([7e00db1](https://github.com/TryQuiet/quiet/commit/7e00db1eb8d868cfe6682a1fa75f7e90b3a496bb)) - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/common@2.0.0-alpha.0...@quiet/common@2.0.0-alpha.1) (2023-09-14) - - -### Bug Fixes - -* common: capitalize should return null if no string provided ([47269fd](https://github.com/TryQuiet/quiet/commit/47269fd48150c93cb6ede2bf833be05d5f893ab8)) -* typo ([62adb7e](https://github.com/TryQuiet/quiet/commit/62adb7e3a11cee2da9418f11a79d38c871fb684e)), closes [/github.com/TryQuiet/quiet/pull/1727#discussion_r1302471153](https://github.com//github.com/TryQuiet/quiet/pull/1727/issues/discussion_r1302471153) -* typo in function name ([7e00db1](https://github.com/TryQuiet/quiet/commit/7e00db1eb8d868cfe6682a1fa75f7e90b3a496bb)) - - - - - -# [2.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.9.0-alpha.0...@quiet/common@2.0.0-alpha.0) (2023-09-01) - -**Note:** Version bump only for package @quiet/common - - - -# [1.9.0-alpha.0](/compare/@quiet/common@1.8.0...@quiet/common@1.9.0-alpha.0) (2023-08-29) - - -## [1.8.2](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.8.1...@quiet/common@1.8.2) (2023-11-09) - -**Note:** Version bump only for package @quiet/common - - - - - -## [1.8.1](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.8.0...@quiet/common@1.8.1) (2023-09-15) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.8.0](/compare/@quiet/common@1.8.0-alpha.0...@quiet/common@1.8.0) (2023-08-28) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.8.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.7.0...@quiet/common@1.8.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.7.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.6.0...@quiet/common@1.7.0) (2023-08-17) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.6.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.5.1-alpha.0...@quiet/common@1.6.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/common - - - - - -## [1.5.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.5.0-alpha.0...@quiet/common@1.5.1-alpha.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.5.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.4.0-alpha.1...@quiet/common@1.5.0-alpha.0) (2023-07-26) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.4.0-alpha.0...@quiet/common@1.4.0-alpha.1) (2023-07-05) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.3.1...@quiet/common@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package @quiet/common - - - - - -## [1.3.1](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.3.1-alpha.0...@quiet/common@1.3.1) (2023-06-13) - -**Note:** Version bump only for package @quiet/common - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.3.0...@quiet/common@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.3.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.2.1-alpha.5...@quiet/common@1.3.0) (2023-06-02) - -**Note:** Version bump only for package @quiet/common - - - - - -## [1.2.1-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.2.1-alpha.4...@quiet/common@1.2.1-alpha.5) (2023-06-02) - -**Note:** Version bump only for package @quiet/common - - - - - -## [1.2.1-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.2.1-alpha.3...@quiet/common@1.2.1-alpha.4) (2023-05-25) - -**Note:** Version bump only for package @quiet/common - - - - - -## [1.2.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.2.1-alpha.2...@quiet/common@1.2.1-alpha.3) (2023-05-10) - -**Note:** Version bump only for package @quiet/common - - - - - -## [1.2.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.2.1-alpha.1...@quiet/common@1.2.1-alpha.2) (2023-04-28) - -**Note:** Version bump only for package @quiet/common - - - - - -## [1.2.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.2.1-alpha.0...@quiet/common@1.2.1-alpha.1) (2023-04-27) - -**Note:** Version bump only for package @quiet/common - - - - - -## [1.2.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.2.0...@quiet/common@1.2.1-alpha.0) (2023-04-26) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.2.0](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.2.0-alpha.22...@quiet/common@1.2.0) (2023-04-18) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.2.0-alpha.22](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.2.0-alpha.21...@quiet/common@1.2.0-alpha.22) (2023-04-12) - -**Note:** Version bump only for package @quiet/common - - - - - -# [1.2.0-alpha.21](https://github.com/TryQuiet/quiet/compare/@quiet/common@1.2.0-alpha.20...@quiet/common@1.2.0-alpha.21) (2023-04-07) - -**Note:** Version bump only for package @quiet/common - - - - - -# 1.2.0-alpha.20 (2023-04-07) - -**Note:** Version bump only for package @quiet/common +* Invite tab as default in settings diff --git a/packages/common/src/static.ts b/packages/common/src/static.ts index 270bcdee89..8c297b4d10 100644 --- a/packages/common/src/static.ts +++ b/packages/common/src/static.ts @@ -1,3 +1,6 @@ +export const DESKTOP_DEV_DATA_DIR = 'Quietdev' +export const DESKTOP_DATA_DIR = 'Quiet2' + export enum Site { DOMAIN = 'tryquiet.org', MAIN_PAGE = 'https://tryquiet.org/', diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index c906f7b6d0..2b3209af66 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -1,2851 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.3-alpha.10](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.9...@quiet/desktop@2.0.3-alpha.10) (2023-11-24) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. +* Send an info message immediately after a user joins the community -### Features +* Feature: add functionality to export chat to text document in desktop version -* add appPath to notarize ([bd9a0dc](https://github.com/TryQuiet/quiet/commit/bd9a0dc69f9da99405317d8210a14b82e6ac4910)) +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication +[2.0.3-alpha.5] +* Fix network data proceeding when using custom protocol multiple times #1847 -## [2.0.3-alpha.9](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.8...@quiet/desktop@2.0.3-alpha.9) (2023-11-24) +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link -**Note:** Version bump only for package @quiet/desktop +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack +[2.0.3-alpha.0] +* Filter CSRs - remove old csrs and replace with new for each pubkey -## [2.0.3-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.7...@quiet/desktop@2.0.3-alpha.8) (2023-11-22) +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name +* Use context menu for information about unregistered username instead screen -### Features +* Shorter dots-placeholder for invite link -* trigger lerna ([4ca8195](https://github.com/TryQuiet/quiet/commit/4ca81958c57e88f172e0d78f055e9008a5a4a90a)) +* Display a shorter invite link on a mobile +* Removed registration attempts selector and corresponding usage. +* Revert adjusting bootstrap scripts for developing on Windows +* Channel input - replaced ContentEditable with textarea +* Fix - up/down arrows now work properly inside channel input (textarea) -## [2.0.3-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.6...@quiet/desktop@2.0.3-alpha.7) (2023-11-22) +[2.0.1-alpha.2] -**Note:** Version bump only for package @quiet/desktop +* UI layer for taken usernames for desktop and mobile +* Change nickname for taken username +* Map messages sent before changing username +* Update registrar service to match new registration flow. +* Add possible impersonation attack UI for desktop and mobile -## [2.0.3-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.5...@quiet/desktop@2.0.3-alpha.6) (2023-11-21) +* Fix truncated long messages in channelInput component -**Note:** Version bump only for package @quiet/desktop +* Unblock mobile e2e tests +* Prettify loading component on Chat screen (mobile) +* Running Chromatic tests for forked PRs +* Added e2e test for user joining community when owner is offline. Improved e2e tests +* Bump github actions/* to versions using node16 -## [2.0.3-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.4...@quiet/desktop@2.0.3-alpha.5) (2023-11-14) +* Project can now be bootstraped on Windows (powershell) -**Note:** Version bump only for package @quiet/desktop +* Placeholder(...) for community name +* No unregistered/duplicated label for system messages +[2.0.0-alpha.11] +* Customize Launch Screen on iOS +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). -## [2.0.3-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.3...@quiet/desktop@2.0.3-alpha.4) (2023-11-14) +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. -### Features +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. -* trigger desktop ([713e1b8](https://github.com/TryQuiet/quiet/commit/713e1b822b266c218f71742ed68616b8b1056c75)) +* Fixed android stucking on username registration screen introduced in previous alpha. +* Added creator username to initial channel message. +* Fixed bug with changing joining community/create community screens with required field. +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR -## [2.0.3-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.2...@quiet/desktop@2.0.3-alpha.3) (2023-11-13) +* Labels for unregistered and duplicate usernames with modals +* Fixed LoadingPanel useEffect bug. -### Features +* Use csrs instead of certificates as a source of user data -* add debug logs ([#2057](https://github.com/TryQuiet/quiet/issues/2057)) ([aa3e777](https://github.com/TryQuiet/quiet/commit/aa3e777778b0861d5f96e6116bfc70031ed67929)) +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. - - -## [2.0.3-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.1...@quiet/desktop@2.0.3-alpha.2) (2023-11-09) - - -## [2.0.3-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.3-alpha.0...@quiet/desktop@2.0.3-alpha.1) (2023-11-08) - -**Note:** Version bump only for package @quiet/desktop - - - - - -## [2.0.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.2-alpha.0...@quiet/desktop@2.0.3-alpha.0) (2023-10-26) - - -### Features - -* version code 366 ([cebf886](https://github.com/TryQuiet/quiet/commit/cebf886aee2c4ec6e0ef4e66219d9dc0afecb98c)) - - - - - -## [2.0.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.1-alpha.7...@quiet/desktop@2.0.2-alpha.0) (2023-10-26) - -**Note:** Version bump only for package @quiet/desktop - - - - - -## [2.0.1-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.1-alpha.6...@quiet/desktop@2.0.1-alpha.7) (2023-10-16) - -**Note:** Version bump only for package @quiet/desktop - - - - - -## [2.0.1-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.1-alpha.5...@quiet/desktop@2.0.1-alpha.6) (2023-10-13) - -**Note:** Version bump only for package @quiet/desktop - - - - - -## [2.0.1-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.1-alpha.4...@quiet/desktop@2.0.1-alpha.5) (2023-10-12) - -**Note:** Version bump only for package @quiet/desktop - - - - - -## [2.0.1-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.1-alpha.3...@quiet/desktop@2.0.1-alpha.4) (2023-10-11) - - -### Reverts - -* Revert "Adjust project bootstrap scripts to be windows-friendly (#1870)" (#1937) ([0811ea3](https://github.com/TryQuiet/quiet/commit/0811ea3ea3f682dd763be72b12f626fe416bc036)), closes [#1870](https://github.com/TryQuiet/quiet/issues/1870) [#1937](https://github.com/TryQuiet/quiet/issues/1937) [#1870](https://github.com/TryQuiet/quiet/issues/1870) - - - - - -## [2.0.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/desktop@2.0.1-alpha.2...@quiet/desktop@2.0.1-alpha.3) (2023-10-10) - -**Note:** Version bump only for package @quiet/desktop - - - - - -## 2.0.1-alpha.2 (2023-10-09) - - -### Bug Fixes - -* add conditional checksum path ([8164b50](https://github.com/TryQuiet/quiet/commit/8164b50774f32856d9886f75d1bb25788f1e03c4)) - - -### Reverts - -* Revert "Remove afterAllArtifactBuild for linux" ([975d0df](https://github.com/TryQuiet/quiet/commit/975d0df58494bdfba1270f6845152af4969e77ea)) - - - - - -## [2.0.1-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@2.0.1-alpha.0...quiet@2.0.1-alpha.1) (2023-09-25) - - -## [1.9.7](https://github.com/TryQuiet/quiet/compare/quiet@1.9.6...quiet@1.9.7) (2023-11-17) - - -### Bug Fixes - -* trigger desktop ([2898bee](https://github.com/TryQuiet/quiet/commit/2898bee80bbf2f16cbda67281a29e47716faa77c)) -* pass team id for notarization ([ab86fc0](https://github.com/TryQuiet/quiet/commit/ab86fc0cefd5d8b3715712a4dd234bbe45f18cc2)) - - - -## [1.9.6](https://github.com/TryQuiet/quiet/compare/quiet@1.9.5...quiet@1.9.6) (2023-11-09) - -**Note:** Version bump only for package quiet - - - - - -## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.12...quiet@2.0.1-alpha.0) (2023-09-25) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.12](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.11...quiet@2.0.0-alpha.12) (2023-09-20) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.11](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.10...quiet@2.0.0-alpha.11) (2023-09-19) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.10](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.9...quiet@2.0.0-alpha.10) (2023-09-19) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.9](https://github.com/TryQuiet/quiet/compare/quiet@1.9.1...quiet@2.0.0-alpha.9) (2023-09-18) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.8](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.7...quiet@2.0.0-alpha.8) (2023-09-14) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.7](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.6...quiet@2.0.0-alpha.7) (2023-09-07) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.6](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.5...quiet@2.0.0-alpha.6) (2023-09-07) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.5](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.4...quiet@2.0.0-alpha.5) (2023-09-06) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.3...quiet@2.0.0-alpha.4) (2023-09-06) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.2...quiet@2.0.0-alpha.3) (2023-09-05) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.1...quiet@2.0.0-alpha.2) (2023-09-05) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@2.0.0-alpha.0...quiet@2.0.0-alpha.1) (2023-09-01) - -**Note:** Version bump only for package quiet - - - - - -# [2.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.10.0-alpha.0...quiet@2.0.0-alpha.0) (2023-09-01) - -**Note:** Version bump only for package quiet - - - - - -# [1.10.0-alpha.0](/compare/quiet@1.9.0...quiet@1.10.0-alpha.0) (2023-08-29) -## [1.9.5](https://github.com/TryQuiet/quiet/compare/quiet@1.9.4...quiet@1.9.5) (2023-10-12) - -**Note:** Version bump only for package quiet - - - - - -## [1.9.4](https://github.com/TryQuiet/quiet/compare/quiet@1.9.3...quiet@1.9.4) (2023-10-03) - -**Note:** Version bump only for package quiet - - - - - -## [1.9.3](https://github.com/TryQuiet/quiet/compare/quiet@1.9.2...quiet@1.9.3) (2023-10-03) - -**Note:** Version bump only for package quiet - - - - - -## [1.9.2](https://github.com/TryQuiet/quiet/compare/quiet@1.9.1...quiet@1.9.2) (2023-09-25) - -**Note:** Version bump only for package quiet - - - - - -## [1.9.1](https://github.com/TryQuiet/quiet/compare/quiet@1.9.0...quiet@1.9.1) (2023-09-15) - -**Note:** Version bump only for package quiet - - - - - -# [1.9.0](/compare/quiet@1.9.0-alpha.0...quiet@1.9.0) (2023-08-28) - -**Note:** Version bump only for package quiet - - - - - -# [1.9.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.8.0...quiet@1.9.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package quiet - - - - - -# [1.8.0](https://github.com/TryQuiet/quiet/compare/quiet@1.7.1-alpha.3...quiet@1.8.0) (2023-08-17) - -**Note:** Version bump only for package quiet - - - - - -## [1.7.1-alpha.3](https://github.com/TryQuiet/quiet/compare/quiet@1.7.1-alpha.2...quiet@1.7.1-alpha.3) (2023-08-11) - -**Note:** Version bump only for package quiet - - - - - -## [1.7.1-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@1.7.1-alpha.1...quiet@1.7.1-alpha.2) (2023-08-11) - -**Note:** Version bump only for package quiet - - - - - -## [1.7.1-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@1.7.1-alpha.0...quiet@1.7.1-alpha.1) (2023-08-08) - -**Note:** Version bump only for package quiet - - - - - -## [1.7.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.7.0...quiet@1.7.1-alpha.0) (2023-08-01) - -**Note:** Version bump only for package quiet - - - - - -# [1.7.0](https://github.com/TryQuiet/quiet/compare/quiet@1.6.1-alpha.0...quiet@1.7.0) (2023-07-28) - -**Note:** Version bump only for package quiet - - - - - -## [1.6.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.6.0-alpha.0...quiet@1.6.1-alpha.0) (2023-07-28) - -**Note:** Version bump only for package quiet - - - - - -# [1.6.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.5.0-alpha.0...quiet@1.6.0-alpha.0) (2023-07-26) - -**Note:** Version bump only for package quiet - - - - - -# [1.5.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.4.2-alpha.1...quiet@1.5.0-alpha.0) (2023-07-18) - -**Note:** Version bump only for package quiet - - - - - -## [1.4.2-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@1.4.2-alpha.0...quiet@1.4.2-alpha.1) (2023-07-17) - -**Note:** Version bump only for package quiet - - - - - -## [1.4.2-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.4.1-alpha.0...quiet@1.4.2-alpha.0) (2023-07-17) - -**Note:** Version bump only for package quiet - - - - - -## [1.4.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.4.0-alpha.1...quiet@1.4.1-alpha.0) (2023-07-07) - -**Note:** Version bump only for package quiet - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@1.4.0-alpha.0...quiet@1.4.0-alpha.1) (2023-07-05) - -**Note:** Version bump only for package quiet - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.3.1...quiet@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package quiet - - - - - -## [1.3.1](https://github.com/TryQuiet/quiet/compare/quiet@1.3.1-alpha.0...quiet@1.3.1) (2023-06-13) - -**Note:** Version bump only for package quiet - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.3.0...quiet@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package quiet - - - - - -# [1.3.0](https://github.com/TryQuiet/quiet/compare/quiet@1.2.1-alpha.9...quiet@1.3.0) (2023-06-02) - -**Note:** Version bump only for package quiet - - - - - -## [1.2.1-alpha.9](https://github.com/TryQuiet/quiet/compare/quiet@1.2.1-alpha.8...quiet@1.2.1-alpha.9) (2023-06-02) - -**Note:** Version bump only for package quiet - - - - - -## [1.2.1-alpha.8](https://github.com/TryQuiet/quiet/compare/quiet@1.2.1-alpha.7...quiet@1.2.1-alpha.8) (2023-06-01) - -**Note:** Version bump only for package quiet - - - - - -## [1.2.1-alpha.7](https://github.com/TryQuiet/quiet/compare/quiet@1.2.1-alpha.6...quiet@1.2.1-alpha.7) (2023-05-30) - -**Note:** Version bump only for package quiet - - - - - -## [1.2.1-alpha.6](https://github.com/TryQuiet/quiet/compare/quiet@1.2.1-alpha.5...quiet@1.2.1-alpha.6) (2023-05-25) - -**Note:** Version bump only for package quiet - - - - - -## [1.2.1-alpha.5](https://github.com/TryQuiet/quiet/compare/quiet@1.2.1-alpha.4...quiet@1.2.1-alpha.5) (2023-05-25) - -**Note:** Version bump only for package quiet - - - - - -## [1.2.1-alpha.4](https://github.com/TryQuiet/quiet/compare/quiet@1.2.1-alpha.3...quiet@1.2.1-alpha.4) (2023-05-10) - -**Note:** Version bump only for package quiet - - - - - -## [1.2.1-alpha.3](https://github.com/TryQuiet/quiet/compare/quiet@1.2.1-alpha.2...quiet@1.2.1-alpha.3) (2023-05-10) - -**Note:** Version bump only for package quiet - - - - - -## [1.2.1-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@1.2.1-alpha.1...quiet@1.2.1-alpha.2) (2023-04-28) - -**Note:** Version bump only for package quiet - - - - - -## [1.2.1-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@1.2.1-alpha.0...quiet@1.2.1-alpha.1) (2023-04-27) - -**Note:** Version bump only for package quiet - - - - - -## [1.2.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0...quiet@1.2.1-alpha.0) (2023-04-26) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.30...quiet@1.2.0) (2023-04-18) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.30](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.29...quiet@1.2.0-alpha.30) (2023-04-18) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.29](/compare/quiet@1.2.0-alpha.28...quiet@1.2.0-alpha.29) (2023-04-17) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.28](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.27...quiet@1.2.0-alpha.28) (2023-04-14) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.27](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.26...quiet@1.2.0-alpha.27) (2023-04-14) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.26](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.25...quiet@1.2.0-alpha.26) (2023-04-13) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.25](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.24...quiet@1.2.0-alpha.25) (2023-04-12) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.24](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.23...quiet@1.2.0-alpha.24) (2023-04-07) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.23](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.22...quiet@1.2.0-alpha.23) (2023-04-07) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.22](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.21...quiet@1.2.0-alpha.22) (2023-04-07) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.21](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.20...quiet@1.2.0-alpha.21) (2023-04-07) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.20](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.19...quiet@1.2.0-alpha.20) (2023-04-07) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.19](/compare/quiet@1.2.0-alpha.18...quiet@1.2.0-alpha.19) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.18](/compare/quiet@1.2.0-alpha.17...quiet@1.2.0-alpha.18) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.17](/compare/quiet@1.2.0-alpha.16...quiet@1.2.0-alpha.17) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.16](/compare/quiet@1.2.0-alpha.15...quiet@1.2.0-alpha.16) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.15](/compare/quiet@1.2.0-alpha.13...quiet@1.2.0-alpha.15) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.14](https://github.com/TryQuiet/quiet/compare/quiet@1.2.0-alpha.0...quiet@1.2.0-alpha.14) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.13](/compare/quiet@1.2.0-alpha.12...quiet@1.2.0-alpha.13) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.12](/compare/quiet@1.2.0-alpha.11...quiet@1.2.0-alpha.12) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.11](/compare/quiet@1.2.0-alpha.10...quiet@1.2.0-alpha.11) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.10](/compare/quiet@1.2.0-alpha.9...quiet@1.2.0-alpha.10) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.9](/compare/quiet@1.2.0-alpha.8...quiet@1.2.0-alpha.9) (2023-03-30) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.8](/compare/quiet@1.2.0-alpha.7...quiet@1.2.0-alpha.8) (2023-03-28) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.7](/compare/quiet@1.2.0-alpha.6...quiet@1.2.0-alpha.7) (2023-03-28) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.6](/compare/quiet@1.2.0-alpha.5...quiet@1.2.0-alpha.6) (2023-03-28) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.5](/compare/quiet@1.2.0-alpha.4...quiet@1.2.0-alpha.5) (2023-03-28) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.4](/compare/quiet@1.2.0-alpha.3...quiet@1.2.0-alpha.4) (2023-03-28) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.3](/compare/quiet@1.2.0-alpha.2...quiet@1.2.0-alpha.3) (2023-03-28) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.2](/compare/quiet@1.2.0-alpha.1...quiet@1.2.0-alpha.2) (2023-03-28) - -**Note:** Version bump only for package quiet - - - - - -# [1.2.0-alpha.1](/compare/quiet@1.2.0-alpha.0...quiet@1.2.0-alpha.1) (2023-03-28) - - - -# [1.2.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.1.1-alpha.0...quiet@1.2.0-alpha.0) (2023-03-28) - -**Note:** Version bump only for package quiet - - - - - -## [1.1.1-alpha.0](/compare/quiet@1.1.0...quiet@1.1.1-alpha.0) (2023-03-21) - -**Note:** Version bump only for package quiet - - - - - -# [1.1.0](https://github.com/TryQuiet/quiet/compare/quiet@1.1.0-alpha.6...quiet@1.1.0) (2023-03-20) - -**Note:** Version bump only for package quiet - - - - - -# [1.1.0-alpha.6](https://github.com/TryQuiet/quiet/compare/quiet@1.1.0-alpha.5...quiet@1.1.0-alpha.6) (2023-03-17) - -**Note:** Version bump only for package quiet - - - - - -# [1.1.0-alpha.5](https://github.com/TryQuiet/quiet/compare/quiet@1.1.0-alpha.4...quiet@1.1.0-alpha.5) (2023-03-17) - -**Note:** Version bump only for package quiet - - - - - -# [1.1.0-alpha.4](https://github.com/TryQuiet/quiet/compare/quiet@1.1.0-alpha.3...quiet@1.1.0-alpha.4) (2023-03-15) - -**Note:** Version bump only for package quiet - - - - - -# [1.1.0-alpha.3](https://github.com/TryQuiet/quiet/compare/quiet@1.1.0-alpha.2...quiet@1.1.0-alpha.3) (2023-03-13) - -**Note:** Version bump only for package quiet - - - - - -# [1.1.0-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@1.1.0-alpha.1...quiet@1.1.0-alpha.2) (2023-03-09) - -**Note:** Version bump only for package quiet - - - - - -# [1.1.0-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@1.1.0-alpha.0...quiet@1.1.0-alpha.1) (2023-03-09) - -**Note:** Version bump only for package quiet - - - - - -# [1.1.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0...quiet@1.1.0-alpha.0) (2023-03-09) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.23...quiet@1.0.0) (2023-03-02) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.23](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.22...quiet@1.0.0-alpha.23) (2023-03-02) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.22](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.21...quiet@1.0.0-alpha.22) (2023-03-02) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.21](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.20...quiet@1.0.0-alpha.21) (2023-03-01) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.20](/compare/quiet@1.0.0-alpha.16...quiet@1.0.0-alpha.20) (2023-02-28) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.16](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.15...quiet@1.0.0-alpha.16) (2023-02-20) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.15](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.14...quiet@1.0.0-alpha.15) (2023-02-16) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.14](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.13...quiet@1.0.0-alpha.14) (2023-02-15) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.13](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.12...quiet@1.0.0-alpha.13) (2023-02-14) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.12](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.11...quiet@1.0.0-alpha.12) (2023-02-13) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.11](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.10...quiet@1.0.0-alpha.11) (2023-02-13) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.10](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.9...quiet@1.0.0-alpha.10) (2023-02-13) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.9](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.8...quiet@1.0.0-alpha.9) (2023-02-13) - - -### Reverts - -* Revert "Remove afterAllArtifactBuild for linux" ([975d0df](https://github.com/TryQuiet/quiet/commit/975d0df58494bdfba1270f6845152af4969e77ea)) - - - - - -# [1.0.0-alpha.8](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.4...quiet@1.0.0-alpha.8) (2023-02-13) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.7](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.4...quiet@1.0.0-alpha.7) (2023-02-13) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.6](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.4...quiet@1.0.0-alpha.6) (2023-02-13) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.5](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.4...quiet@1.0.0-alpha.5) (2023-02-13) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.3...quiet@1.0.0-alpha.4) (2023-02-10) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.2...quiet@1.0.0-alpha.3) (2023-02-10) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.1...quiet@1.0.0-alpha.2) (2023-02-09) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@1.0.0-alpha.0...quiet@1.0.0-alpha.1) (2023-02-09) - -**Note:** Version bump only for package quiet - - - - - -# [1.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.19-alpha.15...quiet@1.0.0-alpha.0) (2023-02-09) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.19-alpha.15](https://github.com/TryQuiet/quiet/compare/quiet@0.19.19-alpha.14...quiet@0.19.19-alpha.15) (2023-02-08) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.19-alpha.14](https://github.com/TryQuiet/quiet/compare/quiet@0.19.19-alpha.13...quiet@0.19.19-alpha.14) (2023-02-08) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.19-alpha.13](https://github.com/TryQuiet/quiet/compare/quiet@0.19.19-alpha.12...quiet@0.19.19-alpha.13) (2023-02-07) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.19-alpha.12](https://github.com/TryQuiet/quiet/compare/quiet@0.19.19-alpha.5...quiet@0.19.19-alpha.12) (2023-02-07) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.19-alpha.6](https://github.com/TryQuiet/quiet/compare/quiet@0.19.19-alpha.5...quiet@0.19.19-alpha.6) (2023-02-07) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.19-alpha.5](https://github.com/TryQuiet/quiet/compare/quiet@0.19.19-alpha.4...quiet@0.19.19-alpha.5) (2023-02-06) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.19-alpha.4](https://github.com/TryQuiet/quiet/compare/quiet@0.19.19-alpha.3...quiet@0.19.19-alpha.4) (2023-02-06) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.19-alpha.3](https://github.com/TryQuiet/quiet/compare/quiet@0.19.19-alpha.2...quiet@0.19.19-alpha.3) (2023-02-06) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.19-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@0.19.18-alpha.0...quiet@0.19.19-alpha.2) (2023-02-06) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.18-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.17-alpha.0...quiet@0.19.18-alpha.0) (2023-02-02) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.17-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.16-alpha.0...quiet@0.19.17-alpha.0) (2023-02-02) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.16-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.15-alpha.0...quiet@0.19.16-alpha.0) (2023-02-02) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.15-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.14-alpha.0...quiet@0.19.15-alpha.0) (2023-02-02) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.14-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.13-alpha.0...quiet@0.19.14-alpha.0) (2023-02-02) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.13-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.12-alpha.0...quiet@0.19.13-alpha.0) (2023-02-01) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.12-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.11-alpha.0...quiet@0.19.12-alpha.0) (2023-02-01) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.11-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.10-alpha.0...quiet@0.19.11-alpha.0) (2023-02-01) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.10-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.9-alpha.0...quiet@0.19.10-alpha.0) (2023-02-01) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.9-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.8-alpha.0...quiet@0.19.9-alpha.0) (2023-02-01) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.8-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.7-alpha.0...quiet@0.19.8-alpha.0) (2023-02-01) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.7-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.6-alpha.0...quiet@0.19.7-alpha.0) (2023-02-01) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.6-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.5-alpha.0...quiet@0.19.6-alpha.0) (2023-01-31) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.5-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.4-alpha.0...quiet@0.19.5-alpha.0) (2023-01-31) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.4-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.19.3-alpha.0...quiet@0.19.4-alpha.0) (2023-01-31) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.3-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.18.7-alpha.1...quiet@0.19.3-alpha.0) (2023-01-31) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.2-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.18.7-alpha.1...quiet@0.19.2-alpha.0) (2023-01-30) - -**Note:** Version bump only for package quiet - - - - - -## [0.19.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.18.7-alpha.1...quiet@0.19.1-alpha.0) (2023-01-30) - -**Note:** Version bump only for package quiet - - - - - -# [0.19.0-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@0.18.7-alpha.1...quiet@0.19.0-alpha.2) (2023-01-27) - -**Note:** Version bump only for package quiet - - - - - -# [0.19.0-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.18.7-alpha.1...quiet@0.19.0-alpha.1) (2023-01-27) - -**Note:** Version bump only for package quiet - - - - - -# [0.19.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.18.7-alpha.1...quiet@0.19.0-alpha.0) (2023-01-27) - -**Note:** Version bump only for package quiet - - - - - -## [0.18.7-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.18.7-alpha.0...quiet@0.18.7-alpha.1) (2023-01-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.18.7-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.18.6-alpha.0...quiet@0.18.7-alpha.0) (2023-01-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.18.6-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.18.5-alpha.0...quiet@0.18.6-alpha.0) (2023-01-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.18.5-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.18.3-alpha.0...quiet@0.18.5-alpha.0) (2023-01-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.18.3-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.18.2-alpha.0...quiet@0.18.3-alpha.0) (2023-01-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.18.2-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.18.1-alpha.1...quiet@0.18.2-alpha.0) (2023-01-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.18.1-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.18.1-alpha.0...quiet@0.18.1-alpha.1) (2023-01-14) - -**Note:** Version bump only for package quiet - - - - - -## [0.18.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.18.0-alpha.1...quiet@0.18.1-alpha.0) (2023-01-14) - -**Note:** Version bump only for package quiet - - - - - -# [0.18.0-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.18.0-alpha.0...quiet@0.18.0-alpha.1) (2023-01-14) - -**Note:** Version bump only for package quiet - - - - - -# [0.18.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.17.0-alpha.4...quiet@0.18.0-alpha.0) (2023-01-13) - -**Note:** Version bump only for package quiet - - - - - -# [0.17.0-alpha.4](https://github.com/TryQuiet/quiet/compare/quiet@0.17.0-alpha.1...quiet@0.17.0-alpha.4) (2023-01-12) - -**Note:** Version bump only for package quiet - - - - - -# [0.17.0-alpha.3](https://github.com/TryQuiet/quiet/compare/quiet@0.17.0-alpha.1...quiet@0.17.0-alpha.3) (2023-01-12) - -**Note:** Version bump only for package quiet - - - - - -# [0.17.0-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@0.17.0-alpha.1...quiet@0.17.0-alpha.2) (2023-01-12) - -**Note:** Version bump only for package quiet - - - - - -# [0.17.0-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.16.0...quiet@0.17.0-alpha.1) (2023-01-11) - -**Note:** Version bump only for package quiet - - - - - -# [0.17.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.16.0...quiet@0.17.0-alpha.0) (2023-01-11) - -**Note:** Version bump only for package quiet - - - - - -# [0.16.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.14.4...quiet@0.16.0) (2022-12-19) - -**Note:** Version bump only for package quiet - - - - - -# [0.16.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.14.4...quiet@0.16.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package quiet - - - - - -# [0.15.0](https://github.com/TryQuiet/quiet/compare/quiet@0.14.4...quiet@0.15.0) (2022-12-14) - -**Note:** Version bump only for package quiet - - - - - -# [0.15.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.14.4...quiet@0.15.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package quiet - - - - - -## [0.14.5-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.14.4...quiet@0.14.5-alpha.0) (2022-12-09) - -**Note:** Version bump only for package quiet - - - - - -## [0.14.4](https://github.com/TryQuiet/quiet/compare/quiet@0.12.1-alpha.0...quiet@0.14.4) (2022-11-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.14.3](https://github.com/TryQuiet/quiet/compare/quiet@0.12.1-alpha.0...quiet@0.14.3) (2022-11-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.14.2](https://github.com/TryQuiet/quiet/compare/quiet@0.12.1-alpha.0...quiet@0.14.2) (2022-11-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.14.1](https://github.com/TryQuiet/quiet/compare/quiet@0.12.1-alpha.0...quiet@0.14.1) (2022-11-21) - -**Note:** Version bump only for package quiet - - - - - -# [0.14.0](https://github.com/TryQuiet/quiet/compare/quiet@0.12.1-alpha.0...quiet@0.14.0) (2022-11-18) - -**Note:** Version bump only for package quiet - - - - - -# [0.14.0-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@0.12.1-alpha.0...quiet@0.14.0-alpha.2) (2022-11-18) - -**Note:** Version bump only for package quiet - - - - - -# [0.14.0-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.12.1-alpha.0...quiet@0.14.0-alpha.1) (2022-11-18) - -**Note:** Version bump only for package quiet - - - - - -# [0.14.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.12.1-alpha.0...quiet@0.14.0-alpha.0) (2022-11-18) - -**Note:** Version bump only for package quiet - - - - - -# [0.13.0](https://github.com/TryQuiet/quiet/compare/quiet@0.12.1-alpha.0...quiet@0.13.0) (2022-11-18) - -**Note:** Version bump only for package quiet - - - - - -## [0.12.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.12.0...quiet@0.12.1-alpha.0) (2022-11-18) - -**Note:** Version bump only for package quiet - - - - - -# [0.12.0](https://github.com/TryQuiet/quiet/compare/quiet@0.11.3-alpha.16...quiet@0.12.0) (2022-10-31) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.16](https://github.com/TryQuiet/monorepo/compare/quiet@0.11.3-alpha.13...quiet@0.11.3-alpha.16) (2022-10-19) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.15](https://github.com/TryQuiet/monorepo/compare/quiet@0.11.3-alpha.13...quiet@0.11.3-alpha.15) (2022-10-18) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.14](https://github.com/TryQuiet/monorepo/compare/quiet@0.11.3-alpha.13...quiet@0.11.3-alpha.14) (2022-10-18) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.13](https://github.com/TryQuiet/quiet/compare/quiet@0.11.3-alpha.7...quiet@0.11.3-alpha.13) (2022-09-22) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.12](https://github.com/TryQuiet/quiet/compare/quiet@0.11.3-alpha.7...quiet@0.11.3-alpha.12) (2022-09-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.11](https://github.com/TryQuiet/quiet/compare/quiet@0.11.3-alpha.7...quiet@0.11.3-alpha.11) (2022-09-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.10](https://github.com/TryQuiet/quiet/compare/quiet@0.11.3-alpha.7...quiet@0.11.3-alpha.10) (2022-09-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.9](https://github.com/TryQuiet/quiet/compare/quiet@0.11.3-alpha.7...quiet@0.11.3-alpha.9) (2022-09-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.8](https://github.com/TryQuiet/quiet/compare/quiet@0.11.3-alpha.7...quiet@0.11.3-alpha.8) (2022-09-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.7](https://github.com/TryQuiet/quiet/compare/quiet@0.11.2...quiet@0.11.3-alpha.7) (2022-09-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.6](https://github.com/TryQuiet/quiet/compare/quiet@0.11.2...quiet@0.11.3-alpha.6) (2022-09-20) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.5](https://github.com/TryQuiet/quiet/compare/quiet@0.11.2...quiet@0.11.3-alpha.5) (2022-09-17) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.4](https://github.com/TryQuiet/quiet/compare/quiet@0.11.2...quiet@0.11.3-alpha.4) (2022-09-16) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.3](https://github.com/TryQuiet/quiet/compare/quiet@0.11.2...quiet@0.11.3-alpha.3) (2022-09-16) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@0.11.2...quiet@0.11.3-alpha.2) (2022-09-16) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.11.2...quiet@0.11.3-alpha.1) (2022-09-16) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.3-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.11.2...quiet@0.11.3-alpha.0) (2022-09-16) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.2](https://github.com/TryQuiet/quiet/compare/quiet@0.11.1...quiet@0.11.2) (2022-09-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.11.1](https://github.com/TryQuiet/monorepo/compare/quiet@0.11.0...quiet@0.11.1) (2022-09-13) - -**Note:** Version bump only for package quiet - - - - - -# [0.11.0](https://github.com/TryQuiet/quiet/compare/quiet@0.10.2-alpha.0...quiet@0.11.0) (2022-09-07) - -**Note:** Version bump only for package quiet - - - - - -## [0.10.2-alpha.5](https://github.com/TryQuiet/quiet/compare/quiet@0.10.2-alpha.0...quiet@0.10.2-alpha.5) (2022-09-05) - -**Note:** Version bump only for package quiet - - - - - -## [0.10.2-alpha.4](https://github.com/TryQuiet/quiet/compare/quiet@0.10.2-alpha.0...quiet@0.10.2-alpha.4) (2022-09-05) - -**Note:** Version bump only for package quiet - - - - - -## [0.10.2-alpha.3](https://github.com/TryQuiet/quiet/compare/quiet@0.10.2-alpha.0...quiet@0.10.2-alpha.3) (2022-09-05) - -**Note:** Version bump only for package quiet - - - - - -## [0.10.2-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@0.10.2-alpha.0...quiet@0.10.2-alpha.2) (2022-09-05) - -**Note:** Version bump only for package quiet - - - - - -## [0.10.2-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.10.2-alpha.0...quiet@0.10.2-alpha.1) (2022-09-05) - -**Note:** Version bump only for package quiet - - - - - -## [0.10.2-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.10.1-alpha.1...quiet@0.10.2-alpha.0) (2022-08-26) - -**Note:** Version bump only for package quiet - - - - - -## [0.10.1-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.10.0...quiet@0.10.1-alpha.1) (2022-08-16) - -**Note:** Version bump only for package quiet - - - - - -## [0.10.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.10.0...quiet@0.10.1-alpha.0) (2022-08-11) - -**Note:** Version bump only for package quiet - - - - - -# [0.10.0](https://github.com/TryQuiet/quiet/compare/quiet@0.9.7-alpha.7...quiet@0.10.0) (2022-08-10) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.7-alpha.7](https://github.com/TryQuiet/monorepo/compare/quiet@0.9.7-alpha.6...quiet@0.9.7-alpha.7) (2022-08-05) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.7-alpha.6](https://github.com/TryQuiet/quiet/compare/quiet@0.9.7-alpha.5...quiet@0.9.7-alpha.6) (2022-08-04) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.7-alpha.5](https://github.com/TryQuiet/quiet/compare/quiet@0.9.7-alpha.3...quiet@0.9.7-alpha.5) (2022-08-04) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.7-alpha.4](https://github.com/TryQuiet/quiet/compare/quiet@0.9.7-alpha.3...quiet@0.9.7-alpha.4) (2022-08-04) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.7-alpha.3](https://github.com/TryQuiet/monorepo/compare/quiet@0.9.7-alpha.2...quiet@0.9.7-alpha.3) (2022-08-01) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.7-alpha.2](https://github.com/TryQuiet/monorepo/compare/quiet@0.9.7-alpha.1...quiet@0.9.7-alpha.2) (2022-07-24) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.7-alpha.1](https://github.com/TryQuiet/monorepo/compare/quiet@0.9.7-alpha.0...quiet@0.9.7-alpha.1) (2022-07-23) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.7-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.8.6...quiet@0.9.7-alpha.0) (2022-07-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.6-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.9.5-alpha.1...quiet@0.9.6-alpha.0) (2022-07-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.5-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.9.5-alpha.0...quiet@0.9.5-alpha.1) (2022-07-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.5-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.9.4-alpha.0...quiet@0.9.5-alpha.0) (2022-07-07) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.4-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.9.3-alpha.0...quiet@0.9.4-alpha.0) (2022-07-06) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.3-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.9.2-alpha.0...quiet@0.9.3-alpha.0) (2022-07-06) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.2-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.9.1-alpha.0...quiet@0.9.2-alpha.0) (2022-07-05) - -**Note:** Version bump only for package quiet - - - - - -## [0.9.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.9.0-alpha.0...quiet@0.9.1-alpha.0) (2022-07-05) - -**Note:** Version bump only for package quiet - - - - - -# [0.9.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.8.6...quiet@0.9.0-alpha.0) (2022-07-05) - -**Note:** Version bump only for package quiet - - - - - -## [0.8.6](https://github.com/TryQuiet/monorepo/compare/quiet@0.8.5...quiet@0.8.6) (2022-06-23) - -**Note:** Version bump only for package quiet - - - - - -## [0.8.5](https://github.com/TryQuiet/monorepo/compare/quiet@0.8.4...quiet@0.8.5) (2022-06-23) - -**Note:** Version bump only for package quiet - - - - - -## [0.8.4](https://github.com/TryQuiet/monorepo/compare/quiet@0.8.3...quiet@0.8.4) (2022-06-23) - - -### Bug Fixes - -* add conditional checksum path ([8164b50](https://github.com/TryQuiet/monorepo/commit/8164b50774f32856d9886f75d1bb25788f1e03c4)) - - - - - -## [0.8.3](https://github.com/TryQuiet/monorepo/compare/quiet@0.8.3-alpha.18...quiet@0.8.3) (2022-06-23) - -**Note:** Version bump only for package quiet - - - - - -## [0.8.3-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.8.2-alpha.0...quiet@0.8.3-alpha.0) (2022-06-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.8.2-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.8.1-alpha.1...quiet@0.8.2-alpha.0) (2022-06-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.8.1-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@0.8.1-alpha.1...quiet@0.8.1-alpha.2) (2022-06-21) - -**Note:** Version bump only for package quiet - - - - - -## [0.8.1-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.8.1-alpha.0...quiet@0.8.1-alpha.1) (2022-06-16) - -**Note:** Version bump only for package quiet - - - - - -## [0.8.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.8.0-alpha.0...quiet@0.8.1-alpha.0) (2022-06-14) - -**Note:** Version bump only for package quiet - - - - - -# [0.8.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.7.1-alpha.2...quiet@0.8.0-alpha.0) (2022-06-14) - -**Note:** Version bump only for package quiet - - - - - -## [0.7.1-alpha.2](https://github.com/TryQuiet/quiet/compare/quiet@0.7.1-alpha.1...quiet@0.7.1-alpha.2) (2022-06-03) - -**Note:** Version bump only for package quiet - - - - - -## [0.7.1-alpha.1](https://github.com/TryQuiet/quiet/compare/quiet@0.7.1-alpha.0...quiet@0.7.1-alpha.1) (2022-06-03) - -**Note:** Version bump only for package quiet - - - - - -## [0.7.1-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.7.0-alpha.0...quiet@0.7.1-alpha.0) (2022-06-03) - -**Note:** Version bump only for package quiet - - - - - -# [0.7.0-alpha.0](https://github.com/TryQuiet/quiet/compare/quiet@0.6.1-alpha.0...quiet@0.7.0-alpha.0) (2022-06-03) - -**Note:** Version bump only for package quiet - - - - - -## [0.6.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.6.0-alpha.0...quiet@0.6.1-alpha.0) (2022-05-18) - -**Note:** Version bump only for package quiet - - - - - -# [0.6.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.5.0-alpha.0...quiet@0.6.0-alpha.0) (2022-05-16) - -**Note:** Version bump only for package quiet - - - - - -# [0.5.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.7-alpha.1...quiet@0.5.0-alpha.0) (2022-04-29) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.7-alpha.1](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.7-alpha.0...quiet@0.4.7-alpha.1) (2022-04-25) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.7-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.6-alpha.0...quiet@0.4.7-alpha.0) (2022-04-25) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.6-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.5-alpha.0...quiet@0.4.6-alpha.0) (2022-04-20) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.5-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.4-alpha.0...quiet@0.4.5-alpha.0) (2022-04-15) - - -### Reverts - -* Revert "Update RTL snapshots" ([e5d9ed9](https://github.com/TryQuiet/monorepo/commit/e5d9ed9458f816302162229f4cc9597b5c6f6313)) - - - - - -## [0.4.4-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.3-alpha.0...quiet@0.4.4-alpha.0) (2022-04-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.3-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.1-alpha.5...quiet@0.4.3-alpha.0) (2022-04-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.2-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.1-alpha.5...quiet@0.4.2-alpha.0) (2022-04-15) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.1-alpha.5](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.1-alpha.4...quiet@0.4.1-alpha.5) (2022-04-04) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.1-alpha.4](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.1-alpha.3...quiet@0.4.1-alpha.4) (2022-04-01) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.1-alpha.3](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.0-alpha.50...quiet@0.4.1-alpha.3) (2022-04-01) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.1-alpha.2](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.0-alpha.50...quiet@0.4.1-alpha.2) (2022-03-28) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.1-alpha.1](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.1-alpha.0...quiet@0.4.1-alpha.1) (2022-03-25) - -**Note:** Version bump only for package quiet - - - - - -## [0.4.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.0-alpha.4...quiet@0.4.1-alpha.0) (2022-03-19) - -**Note:** Version bump only for package quiet - - - - - -# [0.4.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.0-alpha.4...quiet@0.4.0-alpha.5) (2022-03-19) - -**Note:** Version bump only for package quiet - - - - - -# [0.4.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.0-alpha.3...quiet@0.4.0-alpha.4) (2022-03-17) - -**Note:** Version bump only for package quiet - - - - - -# [0.4.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.0-alpha.2...quiet@0.4.0-alpha.3) (2022-03-11) - -**Note:** Version bump only for package quiet - - - - - -# [0.4.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.0-alpha.0...quiet@0.4.0-alpha.2) (2022-03-11) - -**Note:** Version bump only for package quiet - - - - - -# [0.4.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/quiet@0.4.0-alpha.0...quiet@0.4.0-alpha.1) (2022-03-11) - -**Note:** Version bump only for package quiet - - - - - -# [0.4.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.3.0-alpha.7...quiet@0.4.0-alpha.0) (2022-03-08) - -**Note:** Version bump only for package quiet - - - - - -# [0.3.0-alpha.8](https://github.com/TryQuiet/monorepo/compare/quiet@0.3.0-alpha.7...quiet@0.3.0-alpha.8) (2022-02-28) - -**Note:** Version bump only for package quiet - - - - - -# [0.3.0-alpha.7](https://github.com/TryQuiet/monorepo/compare/quiet@0.3.0-alpha.6...quiet@0.3.0-alpha.7) (2022-02-23) - -**Note:** Version bump only for package quiet - - - - - -# [0.3.0-alpha.6](https://github.com/TryQuiet/monorepo/compare/quiet@0.3.0-alpha.5...quiet@0.3.0-alpha.6) (2022-02-23) - -**Note:** Version bump only for package quiet - - - - - -# [0.3.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/quiet@0.2.0-alpha.2...quiet@0.3.0-alpha.5) (2022-02-23) - -**Note:** Version bump only for package quiet - - - - - -# [0.3.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/quiet@0.2.0-alpha.2...quiet@0.3.0-alpha.4) (2022-02-23) - -**Note:** Version bump only for package quiet - - - - - -# [0.3.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/quiet@0.2.0-alpha.2...quiet@0.3.0-alpha.4) (2022-02-23) - -**Note:** Version bump only for package quiet - - - - - -# [0.3.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/quiet@0.2.0-alpha.2...quiet@0.3.0-alpha.3) (2022-02-22) - -**Note:** Version bump only for package quiet - - - - - -# [0.3.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/quiet@0.2.0-alpha.2...quiet@0.3.0-alpha.2) (2022-02-21) - -**Note:** Version bump only for package quiet - - - - - -# [0.3.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/quiet@0.2.0-alpha.2...quiet@0.3.0-alpha.1) (2022-02-21) - -**Note:** Version bump only for package quiet - - - - - -# [0.3.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.2.0-alpha.2...quiet@0.3.0-alpha.0) (2022-02-18) - -**Note:** Version bump only for package quiet - - - - - -# [0.2.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/quiet@0.2.0-alpha.1...quiet@0.2.0-alpha.2) (2022-02-10) - -**Note:** Version bump only for package quiet - - - - - -# [0.2.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/quiet@0.2.0-alpha.0...quiet@0.2.0-alpha.1) (2022-02-09) - -**Note:** Version bump only for package quiet - - - - - -# [0.2.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.17...quiet@0.2.0-alpha.0) (2022-02-09) - - -### Reverts - -* Revert "merge" ([c594651](https://github.com/TryQuiet/monorepo/commit/c594651fd9d1aeed9cc5623fc8933c78a55ef080)) - - - - - -# [0.1.0-alpha.17](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.16...quiet@0.1.0-alpha.17) (2022-02-03) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.16](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.15...quiet@0.1.0-alpha.16) (2022-01-27) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.15](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.14...quiet@0.1.0-alpha.15) (2022-01-27) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.14](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.13...quiet@0.1.0-alpha.14) (2022-01-27) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.13](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.12...quiet@0.1.0-alpha.13) (2022-01-27) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.12](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.11...quiet@0.1.0-alpha.12) (2022-01-26) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.11](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.10...quiet@0.1.0-alpha.11) (2022-01-26) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.10](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.9...quiet@0.1.0-alpha.10) (2022-01-26) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.9](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.8...quiet@0.1.0-alpha.9) (2022-01-26) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.8](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.7...quiet@0.1.0-alpha.8) (2022-01-26) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.7](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.6...quiet@0.1.0-alpha.7) (2022-01-26) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.6](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.5...quiet@0.1.0-alpha.6) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.4...quiet@0.1.0-alpha.5) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.3...quiet@0.1.0-alpha.4) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.2...quiet@0.1.0-alpha.3) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.1...quiet@0.1.0-alpha.2) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/quiet@0.1.0-alpha.0...quiet@0.1.0-alpha.1) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [0.1.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.12.0-alpha.0...quiet@0.1.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [6.12.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.11.0-alpha.0...quiet@6.12.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [6.11.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.10.0-alpha.0...quiet@6.11.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [6.10.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.9.0-alpha.0...quiet@6.10.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [6.9.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.8.0-alpha.0...quiet@6.9.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [6.8.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.7.0-alpha.0...quiet@6.8.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package quiet - - - - - -# [6.7.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.6.0-alpha.0...quiet@6.7.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package quiet - - - - - -# [6.6.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.5.0-alpha.0...quiet@6.6.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package quiet - - - - - -# [6.5.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.4.0-alpha.0...quiet@6.5.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package quiet - - - - - -# [6.4.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.3.0-alpha.0...quiet@6.4.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package quiet - - - - - -# [6.3.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.2.0-alpha.0...quiet@6.3.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package quiet - - - - - -# [6.2.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.1.0-alpha.0...quiet@6.2.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package quiet - - - - - -# [6.1.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/quiet@6.0.0-alpha.0...quiet@6.1.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package quiet - - - - - -# 6.0.0-alpha.0 (2022-01-24) - -**Note:** Version bump only for package quiet - - - - - -# [5.0.0](https://github.com/TryQuiet/monorepo/compare/zbay@5.0.0-alpha.8...zbay@5.0.0) (2021-12-29) - -**Note:** Version bump only for package zbay - - - - - -# [5.0.0-alpha.8](https://github.com/TryQuiet/monorepo/compare/zbay@5.0.0-alpha.7...zbay@5.0.0-alpha.8) (2021-12-29) - -**Note:** Version bump only for package zbay - - - - - -# [5.0.0-alpha.7](https://github.com/TryQuiet/monorepo/compare/zbay@5.0.0-alpha.6...zbay@5.0.0-alpha.7) (2021-12-29) - -**Note:** Version bump only for package zbay - - - - - -# [5.0.0-alpha.6](https://github.com/TryQuiet/monorepo/compare/zbay@5.0.0-alpha.5...zbay@5.0.0-alpha.6) (2021-12-29) - -**Note:** Version bump only for package zbay - - - - - -# [5.0.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/zbay@5.0.0-alpha.4...zbay@5.0.0-alpha.5) (2021-12-29) - -**Note:** Version bump only for package zbay - - - - - -# [5.0.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/zbay@5.0.0-alpha.3...zbay@5.0.0-alpha.4) (2021-12-29) - -**Note:** Version bump only for package zbay - - - - - -# [5.0.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/zbay@5.0.0-alpha.2...zbay@5.0.0-alpha.3) (2021-12-29) - -**Note:** Version bump only for package zbay - - - - - -# [5.0.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/zbay@5.0.0-alpha.1...zbay@5.0.0-alpha.2) (2021-12-28) - -**Note:** Version bump only for package zbay - - - - - -# [5.0.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/zbay@5.0.0-alpha.0...zbay@5.0.0-alpha.1) (2021-12-28) - -**Note:** Version bump only for package zbay - - - - - -# 5.0.0-alpha.0 (2021-12-28) - -**Note:** Version bump only for package zbay - - - - - -# [4.2.0] - WIP - -## Fix - -* Restored the functionality of sending and receiving messages - -# [4.1.0] 16 November 2021 - -## Changed - -* Added possibility to get back to join/create from username registration screen -* https://github.com/vue-electron/vuex-electron/issues/17 - the app will write to disk once a second, which should prevent windows defender from checking the file and changing the name. - -## Added - -* Close all backend services right before closing the app - -# [4.0.0] - -* Join and create community - -# [3.6.0] 27 August 2021 - -## Broke - -* Direct Messages - -## Changed - -* Plugged in @quiet/state-manager to handle connections. -* Changed containers test files from js to ts -* Refactored another chunk of containers to use hooks instead Hoc -* Simplified components by removing zcash relicts - -## Removed - -* Old Logic for handling Identity, Users, PublicChannels, Contacts and relevant tests - -# [3.5.1] 03 August 2021 - -## Fix - -* Restored links functionality. -* Channels are scrolled to bottom on channel change. - -# [3.5.0] - 30 July 2021 - -## Fix - -* Notifications for both dms and public channels - -## Changed - -* Contacts store is now storing DM contacts by nickname -* Direct Messages users are now stored by nickname -* Change direct messages channel path from channelId/nickname to nickname -* Keep halfKey in certificate -* Extract halfKey from certificate, dropped old orbitdb structure. -* Fetch users when fetching certificates - -## Removed - -* ResponseGetAvailableUsers saga -* GetAvailableUsers saga -* Initial messages from holmes - -## Added - -# [3.4.1] - 20 July 2021 - -## Fix - -* User registration - display spinner while waiting for server response - -## Changed - -* Backend version to 2.0.15 - fixes connecting to other peers - -# [3.4.0] - 16 July 2021 - -## Removed - -* Temporarly removed zcash functionality - -## Changed - -* Register user using registration service - -## Fixed - -* Show Holmes' welcome message - -# [3.3.0] - 08 July 2021 - -## Added - -* Register user's certificate, sign messages -* Display only trusted messages - -# [3.2.21] - 29 June 2021 - -## Fixed - -* closing zbay properly -* restore input -* do not proceed invalid messages - -# [3.2.21] - 29 June 2021 - -## Fixed - -* closing zbay properly -* restore input -* do not proceed invalid messages - -# [3.2.20] - 25 June 2021 - -### Changed - -* Ask for messages by id -* Reduced amount of cpu expensive crypto operations -* use id as key in storage - -### Added - -* new method sendIds in publicChannelSaga -* added new socket listener sendIds in socket.saga - -# [3.2.19] - 8 June 2021 - -### Changed -* Bump backend to 2.0.2, jest to 27.0.4, ts-jest to 27.0.3 -* Use backend's tor new API - -# [3.2.17] - 27 May 2021 - -### Fixed -* Built version can't import 'debug' in RPC.js file, remove the import for now - -# [3.2.16] - 26 May 2021 - -### Added -* Added logger - -# [3.2.15] - 25 May 2021 - -### Changed -* Channel input messages -* Fixed some minor bugs - -### Added -* Sagas for direct messages -* directMessages and backend handlers and selectors - -### Removed -* Part of old messaging logic - zcash, websockets/tor - -# [3.2.9] - 27 april 2021 - -### Changed -* Electron version: 12.0.2. - -### Removed -* Checkmarks in channel and contact messages. -* Posting offers. -* Snackbar notifications for new users. -* Initial screen for returning users and "Sign In" button for new users. -* "Add funds" tooltip. - -# [3.2.8] - 22 april 2021 - -### Changed -* Performance improvement - set pulled messages to store at once. -* Pull public channels only after websocket is initialized. - -# [3.2.7] - 14 april 2021 - -### Added -* Move to right channel or contact, when you click on OS notification. -* Pull public channels only after websocket is initialized - - -# [3.2.9] - 27 april 2021 - -### Changed - -* Electron version - -### Removed - -* Snackbar Notifications - -* Post offers - -* Continue button after app start +* Invite tab as default in settings diff --git a/packages/desktop/src/main/main.ts b/packages/desktop/src/main/main.ts index 5ef16ab0e9..d536d95c2b 100644 --- a/packages/desktop/src/main/main.ts +++ b/packages/desktop/src/main/main.ts @@ -9,9 +9,14 @@ import { getPorts, ApplicationPorts, closeHangingBackendProcess } from './backen import pkijs, { setEngine, CryptoEngine } from 'pkijs' import { Crypto } from '@peculiar/webcrypto' import logger from './logger' -import { DATA_DIR, DEV_DATA_DIR } from '../shared/static' import { fork, ChildProcess } from 'child_process' -import { argvInvitationCode, getFilesData, parseInvitationCodeDeepUrl } from '@quiet/common' +import { + DESKTOP_DATA_DIR, + DESKTOP_DEV_DATA_DIR, + argvInvitationCode, + getFilesData, + parseInvitationCodeDeepUrl, +} from '@quiet/common' import { updateDesktopFile, processInvitationCode } from './invitation' const ElectronStore = require('electron-store') ElectronStore.initRenderer() @@ -33,13 +38,13 @@ const webcrypto = new Crypto() global.crypto = webcrypto -let dataDir = DATA_DIR +let dataDir = DESKTOP_DATA_DIR let mainWindow: BrowserWindow | null let splash: BrowserWindow | null let invitationUrl: string | null if (isDev || process.env.DATA_DIR) { - dataDir = process.env.DATA_DIR || DEV_DATA_DIR + dataDir = process.env.DATA_DIR || DESKTOP_DEV_DATA_DIR } const appDataPath = path.join(app.getPath('appData'), dataDir) diff --git a/packages/desktop/src/renderer/components/LoadingPanel/JoiningPanelComponent.test.tsx b/packages/desktop/src/renderer/components/LoadingPanel/JoiningPanelComponent.test.tsx index ed9b2927d0..83b3ac84a7 100644 --- a/packages/desktop/src/renderer/components/LoadingPanel/JoiningPanelComponent.test.tsx +++ b/packages/desktop/src/renderer/components/LoadingPanel/JoiningPanelComponent.test.tsx @@ -1,6 +1,7 @@ import React from 'react' import { renderComponent } from '../../testUtils/renderComponent' import JoiningPanelComponent from './JoiningPanelComponent' +import { ConnectionProcessInfo } from '@quiet/types' describe('Create JoiningPanelComponent', () => { it('renders component - owner false', () => { @@ -10,7 +11,7 @@ describe('Create JoiningPanelComponent', () => { openUrl={jest.fn()} open={true} isOwner={false} - torConnectionInfo={{ number: 50, text: 'Initializing storage' }} + connectionInfo={{ number: 50, text: ConnectionProcessInfo.BACKEND_MODULES }} /> ) expect(result.baseElement).toMatchInlineSnapshot(` @@ -70,7 +71,7 @@ describe('Create JoiningPanelComponent', () => { style="width: 600px;" >
{
+

- Initializing storage + Initialized backend modules

{ openUrl={jest.fn()} open={true} isOwner={true} - torConnectionInfo={{ number: 50, text: 'Initializing storage' }} + connectionInfo={{ number: 50, text: ConnectionProcessInfo.BACKEND_MODULES }} /> ) expect(result.baseElement).toMatchInlineSnapshot(` @@ -204,7 +208,7 @@ describe('Create JoiningPanelComponent', () => { style="width: 600px;" >

{
+

- Initializing storage + Initialized backend modules

({ @@ -67,14 +70,31 @@ const StyledGrid = styled(Grid)(({ theme, width }) => ({ overflow: 'hidden', marginBottom: '8px', }, - [`& .${classes.progress}`]: { + '@keyframes width': { + from: { width: '150px' }, + to: { width: '300px' }, + }, + [`& .${classes.animatedProgress}`]: { + animationName: 'width', + animationDuration: '4s', + animationTimingFunction: 'linear', + animationIterationCount: 'infinite', + transition: '3s all', backgroundColor: theme.palette.colors.lushSky, + position: 'absolute', + zIndex: 1, + height: '4px', + }, + [`& .${classes.progress}`]: { + backgroundColor: theme.palette.colors.blue, width: width, height: '4px', position: 'relative', + zIndex: 2, }, [`& .${classes.progressBarWrapper}`]: { - // margin: '16px 0 40px' + // margin: '16px 0 40px', + margin: '16px 0 20px', }, })) @@ -83,7 +103,7 @@ export interface JoiningPanelComponentProps { open: boolean handleClose: () => void openUrl: (url: string) => void - torConnectionInfo: { number: number; text: string } + connectionInfo: { number: number; text: ConnectionProcessInfo } isOwner: boolean } @@ -91,12 +111,12 @@ const JoiningPanelComponent: React.FC = ({ open, handleClose, openUrl, - torConnectionInfo, + connectionInfo, isOwner, }) => { return ( - + = ({

+ +
- {torConnectionInfo.text} + {connectionInfo.text}
diff --git a/packages/desktop/src/renderer/components/LoadingPanel/LoadingPanel.stories.tsx b/packages/desktop/src/renderer/components/LoadingPanel/LoadingPanel.stories.tsx index 96f55f7118..1107935fab 100644 --- a/packages/desktop/src/renderer/components/LoadingPanel/LoadingPanel.stories.tsx +++ b/packages/desktop/src/renderer/components/LoadingPanel/LoadingPanel.stories.tsx @@ -3,6 +3,7 @@ import { ComponentStory, ComponentMeta } from '@storybook/react' import { withTheme } from '../../storybook/decorators' import JoiningPanelComponent, { JoiningPanelComponentProps } from './JoiningPanelComponent' import StartingPanelComponent, { StartingPanelComponentProps } from './StartingPanelComponent' +import { ConnectionProcessInfo } from '@quiet/types' const JoiningPanelTemplate: ComponentStory = args => { return @@ -18,7 +19,7 @@ const JoiningPanelArgs: JoiningPanelComponentProps = { open: true, handleClose: function (): void {}, openUrl: () => console.log('OpenURL'), - torConnectionInfo: { number: 10, text: 'Fetching' }, + connectionInfo: { number: 10, text: ConnectionProcessInfo.BACKEND_MODULES }, isOwner: false, } const StartingPanelArgs: StartingPanelComponentProps = { diff --git a/packages/desktop/src/renderer/components/LoadingPanel/LoadingPanel.tsx b/packages/desktop/src/renderer/components/LoadingPanel/LoadingPanel.tsx index 2fa62e7088..ff8caee4b3 100644 --- a/packages/desktop/src/renderer/components/LoadingPanel/LoadingPanel.tsx +++ b/packages/desktop/src/renderer/components/LoadingPanel/LoadingPanel.tsx @@ -3,7 +3,7 @@ import { useDispatch, useSelector } from 'react-redux' import { useModal } from '../../containers/hooks' import { ModalName } from '../../sagas/modals/modals.types' import { socketSelectors } from '../../sagas/socket/socket.selectors' -import { communities, publicChannels, users, identity, connection, network, errors } from '@quiet/state-manager' +import { communities, publicChannels, users, connection, network, errors } from '@quiet/state-manager' import { modalsActions } from '../../sagas/modals/modals.slice' import { shell } from 'electron' import JoiningPanelComponent from './JoiningPanelComponent' @@ -16,38 +16,23 @@ const LoadingPanel = () => { const loadingPanelModal = useModal(ModalName.loadingPanel) const isConnected = useSelector(socketSelectors.isConnected) - const currentCommunity = useSelector(communities.selectors.currentCommunity) const isChannelReplicated = Boolean(useSelector(publicChannels.selectors.publicChannels)?.length > 0) - - const currentChannelDisplayableMessages = useSelector(publicChannels.selectors.currentChannelMessagesMergedBySender) - const community = useSelector(communities.selectors.currentCommunity) const owner = Boolean(community?.CA) const usersData = Object.keys(useSelector(users.selectors.certificates)) const isOnlyOneUser = usersData.length === 1 + const connectionProcessSelector = useSelector(connection.selectors.connectionProcess) + const isJoiningCompletedSelector = useSelector(connection.selectors.isJoiningCompleted) - const torBootstrapProcessSelector = useSelector(connection.selectors.torBootstrapProcess) - const torConnectionProcessSelector = useSelector(connection.selectors.torConnectionProcess) - - const communityId = useSelector(communities.selectors.currentCommunityId) - const initializedCommunities = useSelector(network.selectors.initializedCommunities) - const isCommunityInitialized = Boolean(initializedCommunities[communityId]) const error = useSelector(errors.selectors.registrarErrors) const registrationError = error?.code === ErrorCodes.FORBIDDEN useEffect(() => { - const areMessagesLoaded = Object.values(currentChannelDisplayableMessages).length > 0 - console.log('HUNTING for haisenbug:') - console.log('isConnected', isConnected) - console.log('communityId', communityId) - console.log('isCommunityInitialized', isCommunityInitialized) - console.log('areMessagesLoaded?', areMessagesLoaded) - console.log('registrationError', registrationError) - if ((isConnected && isCommunityInitialized && areMessagesLoaded) || registrationError) { + if (isJoiningCompletedSelector || registrationError) { loadingPanelModal.handleClose() } - }, [isConnected, torBootstrapProcessSelector, isCommunityInitialized, currentChannelDisplayableMessages, error]) + }, [isJoiningCompletedSelector, error]) useEffect(() => { if (isConnected) { @@ -77,7 +62,7 @@ const LoadingPanel = () => { ) diff --git a/packages/desktop/src/renderer/store/reducers.ts b/packages/desktop/src/renderer/store/reducers.ts index d0cc10c344..14a778fcd0 100644 --- a/packages/desktop/src/renderer/store/reducers.ts +++ b/packages/desktop/src/renderer/store/reducers.ts @@ -25,13 +25,14 @@ import { navigationReducer } from './navigation/navigation.slice' import appHandlers from './handlers/app' -import { DEV_DATA_DIR } from '../../shared/static' import { Store } from '../sagas/store.types' +import { DESKTOP_DATA_DIR, DESKTOP_DEV_DATA_DIR } from '@quiet/common' const dataPath = process.env.APPDATA || (process.platform === 'darwin' ? process.env.HOME + '/Library/Application Support' : process.env.HOME + '/.config') -const appPath = process.env.DATA_DIR || (process.env.NODE_ENV === 'development' ? DEV_DATA_DIR : 'Quiet') +const appPath = + process.env.DATA_DIR || (process.env.NODE_ENV === 'development' ? DESKTOP_DEV_DATA_DIR : DESKTOP_DATA_DIR) const options = { projectName: 'quiet', diff --git a/packages/desktop/src/shared/static.ts b/packages/desktop/src/shared/static.ts index b0a95acfd7..c0cca57906 100644 --- a/packages/desktop/src/shared/static.ts +++ b/packages/desktop/src/shared/static.ts @@ -1,8 +1,5 @@ import mirrorKey from 'keymirror' -export const DEV_DATA_DIR = 'Quietdev' -export const DATA_DIR = 'Quiet2' - export const actionTypes = mirrorKey({ SET_APP_VERSION: undefined, }) diff --git a/packages/e2e-tests/CHANGELOG.md b/packages/e2e-tests/CHANGELOG.md index a40de9a683..2b3209af66 100644 --- a/packages/e2e-tests/CHANGELOG.md +++ b/packages/e2e-tests/CHANGELOG.md @@ -1,1484 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.2-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.2-alpha.1...e2e-tests@2.0.2-alpha.2) (2023-11-14) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. -**Note:** Version bump only for package e2e-tests +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication -## [2.0.2-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.2-alpha.0...e2e-tests@2.0.2-alpha.1) (2023-11-08) +[2.0.3-alpha.5] -**Note:** Version bump only for package e2e-tests +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack -## [2.0.2-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.1-alpha.5...e2e-tests@2.0.2-alpha.0) (2023-10-26) +[2.0.3-alpha.0] -**Note:** Version bump only for package e2e-tests +* Filter CSRs - remove old csrs and replace with new for each pubkey +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name +* Use context menu for information about unregistered username instead screen +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile -## [2.0.1-alpha.5](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.1-alpha.4...e2e-tests@2.0.1-alpha.5) (2023-10-12) +* Removed registration attempts selector and corresponding usage. -**Note:** Version bump only for package e2e-tests +* Revert adjusting bootstrap scripts for developing on Windows +* Channel input - replaced ContentEditable with textarea +* Fix - up/down arrows now work properly inside channel input (textarea) +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile -## [2.0.1-alpha.4](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.1-alpha.3...e2e-tests@2.0.1-alpha.4) (2023-10-11) +* Change nickname for taken username +* Map messages sent before changing username -### Reverts +* Update registrar service to match new registration flow. -* Revert "Adjust project bootstrap scripts to be windows-friendly (#1870)" (#1937) ([0811ea3](https://github.com/TryQuiet/quiet/commit/0811ea3ea3f682dd763be72b12f626fe416bc036)), closes [#1870](https://github.com/TryQuiet/quiet/issues/1870) [#1937](https://github.com/TryQuiet/quiet/issues/1937) [#1870](https://github.com/TryQuiet/quiet/issues/1870) +* Add possible impersonation attack UI for desktop and mobile +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests +* Prettify loading component on Chat screen (mobile) +* Running Chromatic tests for forked PRs -## [2.0.1-alpha.3](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.1-alpha.2...e2e-tests@2.0.1-alpha.3) (2023-10-10) +* Added e2e test for user joining community when owner is offline. Improved e2e tests -**Note:** Version bump only for package e2e-tests +* Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name +* No unregistered/duplicated label for system messages +[2.0.0-alpha.11] -## [2.0.1-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.8.2...e2e-tests@2.0.1-alpha.2) (2023-10-09) +* Customize Launch Screen on iOS -**Note:** Version bump only for package e2e-tests +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. +* Fixed android stucking on username registration screen introduced in previous alpha. -## [2.0.1-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.1-alpha.0...e2e-tests@2.0.1-alpha.1) (2023-09-25) +* Added creator username to initial channel message. -**Note:** Version bump only for package e2e-tests +* Fixed bug with changing joining community/create community screens with required field. +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR +* Labels for unregistered and duplicate usernames with modals +* Fixed LoadingPanel useEffect bug. -## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.0-alpha.4...e2e-tests@2.0.1-alpha.0) (2023-09-25) +* Use csrs instead of certificates as a source of user data -**Note:** Version bump only for package e2e-tests +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. - - -# [2.0.0-alpha.18](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.8.2...e2e-tests@2.0.0-alpha.18) (2023-10-04) - -**Note:** Version bump only for package e2e-tests - - - - - -# [2.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.0-alpha.3...e2e-tests@2.0.0-alpha.4) (2023-09-19) - -**Note:** Version bump only for package e2e-tests - - - - - -# [2.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.8.1...e2e-tests@2.0.0-alpha.3) (2023-09-18) - -**Note:** Version bump only for package e2e-tests - - - - - -# [2.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@2.0.0-alpha.1...e2e-tests@2.0.0-alpha.2) (2023-09-14) - -**Note:** Version bump only for package e2e-tests - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.9.0-alpha.0...e2e-tests@2.0.0-alpha.1) (2023-09-05) - -**Note:** Version bump only for package e2e-tests - - - - - -# [2.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.9.0-alpha.0...e2e-tests@2.0.0-alpha.0) (2023-09-01) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.9.0-alpha.0](/compare/e2e-tests@1.8.0...e2e-tests@1.9.0-alpha.0) (2023-08-29) -## [1.8.3](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.8.2...e2e-tests@1.8.3) (2023-11-09) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.8.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.8.1...e2e-tests@1.8.2) (2023-09-25) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.8.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.8.0...e2e-tests@1.8.1) (2023-09-15) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.8.0](/compare/e2e-tests@1.8.0-alpha.0...e2e-tests@1.8.0) (2023-08-28) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.8.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.7.0...e2e-tests@1.8.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.7.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.6.1-alpha.1...e2e-tests@1.7.0) (2023-08-17) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.6.1-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.6.1-alpha.0...e2e-tests@1.6.1-alpha.1) (2023-08-11) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.6.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.6.0...e2e-tests@1.6.1-alpha.0) (2023-08-11) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.6.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.5.1-alpha.0...e2e-tests@1.6.0) (2023-07-28) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.5.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.5.0-alpha.0...e2e-tests@1.5.1-alpha.0) (2023-07-28) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.5.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.4.1-alpha.0...e2e-tests@1.5.0-alpha.0) (2023-07-26) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.4.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.4.0-alpha.1...e2e-tests@1.4.1-alpha.0) (2023-07-17) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.4.0-alpha.0...e2e-tests@1.4.0-alpha.1) (2023-07-05) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.3.1...e2e-tests@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.3.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.3.1-alpha.0...e2e-tests@1.3.1) (2023-06-13) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.3.0...e2e-tests@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.3.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.1-alpha.5...e2e-tests@1.3.0) (2023-06-02) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.2.1-alpha.5](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.1-alpha.4...e2e-tests@1.2.1-alpha.5) (2023-06-02) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.2.1-alpha.4](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.1-alpha.3...e2e-tests@1.2.1-alpha.4) (2023-05-25) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.2.1-alpha.3](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.1-alpha.2...e2e-tests@1.2.1-alpha.3) (2023-05-10) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.2.1-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.1-alpha.1...e2e-tests@1.2.1-alpha.2) (2023-04-28) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.2.1-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.1-alpha.0...e2e-tests@1.2.1-alpha.1) (2023-04-27) - -**Note:** Version bump only for package e2e-tests - - - - - -## [1.2.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.0...e2e-tests@1.2.1-alpha.0) (2023-04-26) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.2.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.0-alpha.22...e2e-tests@1.2.0) (2023-04-18) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.2.0-alpha.22](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.0-alpha.21...e2e-tests@1.2.0-alpha.22) (2023-04-13) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.2.0-alpha.21](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.0-alpha.20...e2e-tests@1.2.0-alpha.21) (2023-04-12) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.2.0-alpha.20](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.0-alpha.14...e2e-tests@1.2.0-alpha.20) (2023-04-07) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.2.0-alpha.14](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.2.0-alpha.0...e2e-tests@1.2.0-alpha.14) (2023-03-30) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.2.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.1.0...e2e-tests@1.2.0-alpha.0) (2023-03-28) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.1.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.1.0-alpha.0...e2e-tests@1.1.0) (2023-03-20) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.1.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.0.0...e2e-tests@1.1.0-alpha.0) (2023-03-09) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.0.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.0.0-alpha.21...e2e-tests@1.0.0) (2023-03-02) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.0.0-alpha.21](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.0.0-alpha.20...e2e-tests@1.0.0-alpha.21) (2023-03-02) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.0.0-alpha.20](/compare/e2e-tests@1.0.0-alpha.6...e2e-tests@1.0.0-alpha.20) (2023-02-28) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.0.0-alpha.6](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.0.0-alpha.5...e2e-tests@1.0.0-alpha.6) (2023-02-16) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.0.0-alpha.5](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.0.0-alpha.4...e2e-tests@1.0.0-alpha.5) (2023-02-15) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.0.0-alpha.3...e2e-tests@1.0.0-alpha.4) (2023-02-14) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.0.0-alpha.2...e2e-tests@1.0.0-alpha.3) (2023-02-13) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.0.0-alpha.1...e2e-tests@1.0.0-alpha.2) (2023-02-13) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@1.0.0-alpha.0...e2e-tests@1.0.0-alpha.1) (2023-02-09) - -**Note:** Version bump only for package e2e-tests - - - - - -# [1.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.19-alpha.15...e2e-tests@1.0.0-alpha.0) (2023-02-09) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.19-alpha.15](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.19-alpha.14...e2e-tests@0.19.19-alpha.15) (2023-02-08) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.19-alpha.14](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.19-alpha.13...e2e-tests@0.19.19-alpha.14) (2023-02-08) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.19-alpha.13](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.19-alpha.12...e2e-tests@0.19.19-alpha.13) (2023-02-07) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.19-alpha.12](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.19-alpha.5...e2e-tests@0.19.19-alpha.12) (2023-02-07) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.19-alpha.6](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.19-alpha.5...e2e-tests@0.19.19-alpha.6) (2023-02-07) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.19-alpha.5](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.19-alpha.4...e2e-tests@0.19.19-alpha.5) (2023-02-06) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.19-alpha.4](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.19-alpha.3...e2e-tests@0.19.19-alpha.4) (2023-02-06) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.19-alpha.3](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.19-alpha.2...e2e-tests@0.19.19-alpha.3) (2023-02-06) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.19-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.16-alpha.0...e2e-tests@0.19.19-alpha.2) (2023-02-06) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.16-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.15-alpha.0...e2e-tests@0.19.16-alpha.0) (2023-02-02) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.15-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.14-alpha.0...e2e-tests@0.19.15-alpha.0) (2023-02-02) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.14-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.13-alpha.0...e2e-tests@0.19.14-alpha.0) (2023-02-02) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.13-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.12-alpha.0...e2e-tests@0.19.13-alpha.0) (2023-02-02) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.12-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.11-alpha.0...e2e-tests@0.19.12-alpha.0) (2023-02-02) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.11-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.10-alpha.0...e2e-tests@0.19.11-alpha.0) (2023-02-01) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.10-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.9-alpha.0...e2e-tests@0.19.10-alpha.0) (2023-02-01) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.9-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.8-alpha.0...e2e-tests@0.19.9-alpha.0) (2023-02-01) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.8-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.7-alpha.0...e2e-tests@0.19.8-alpha.0) (2023-02-01) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.7-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.6-alpha.0...e2e-tests@0.19.7-alpha.0) (2023-02-01) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.6-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.5-alpha.0...e2e-tests@0.19.6-alpha.0) (2023-02-01) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.5-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.4-alpha.0...e2e-tests@0.19.5-alpha.0) (2023-01-31) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.4-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.19.3-alpha.0...e2e-tests@0.19.4-alpha.0) (2023-01-31) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.3-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.5-alpha.0...e2e-tests@0.19.3-alpha.0) (2023-01-31) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.2-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.5-alpha.0...e2e-tests@0.19.2-alpha.0) (2023-01-30) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.19.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.5-alpha.0...e2e-tests@0.19.1-alpha.0) (2023-01-30) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.19.0-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.5-alpha.0...e2e-tests@0.19.0-alpha.2) (2023-01-27) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.19.0-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.5-alpha.0...e2e-tests@0.19.0-alpha.1) (2023-01-27) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.19.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.5-alpha.0...e2e-tests@0.19.0-alpha.0) (2023-01-27) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.18.5-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.4-alpha.0...e2e-tests@0.18.5-alpha.0) (2023-01-15) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.18.4-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.3-alpha.0...e2e-tests@0.18.4-alpha.0) (2023-01-15) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.18.3-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.1-alpha.1...e2e-tests@0.18.3-alpha.0) (2023-01-15) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.18.2-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.1-alpha.1...e2e-tests@0.18.2-alpha.0) (2023-01-15) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.18.1-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.1-alpha.0...e2e-tests@0.18.1-alpha.1) (2023-01-14) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.18.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.0-alpha.1...e2e-tests@0.18.1-alpha.0) (2023-01-14) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.18.0-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.18.0-alpha.0...e2e-tests@0.18.0-alpha.1) (2023-01-14) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.18.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.17.0-alpha.1...e2e-tests@0.18.0-alpha.0) (2023-01-13) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.17.0-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.16.0...e2e-tests@0.17.0-alpha.1) (2023-01-11) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.17.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.16.0...e2e-tests@0.17.0-alpha.0) (2023-01-11) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.16.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.14.4...e2e-tests@0.16.0) (2022-12-19) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.16.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.14.4...e2e-tests@0.16.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.15.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.14.4...e2e-tests@0.15.0) (2022-12-14) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.15.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.14.4...e2e-tests@0.15.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.14.5-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.14.4...e2e-tests@0.14.5-alpha.0) (2022-12-09) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.14.4](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.12.1-alpha.0...e2e-tests@0.14.4) (2022-11-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.14.3](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.12.1-alpha.0...e2e-tests@0.14.3) (2022-11-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.14.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.12.1-alpha.0...e2e-tests@0.14.2) (2022-11-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.14.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.12.1-alpha.0...e2e-tests@0.14.1) (2022-11-21) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.14.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.12.1-alpha.0...e2e-tests@0.14.0) (2022-11-18) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.14.0-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.12.1-alpha.0...e2e-tests@0.14.0-alpha.2) (2022-11-18) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.14.0-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.12.1-alpha.0...e2e-tests@0.14.0-alpha.1) (2022-11-18) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.14.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.12.1-alpha.0...e2e-tests@0.14.0-alpha.0) (2022-11-18) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.13.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.12.1-alpha.0...e2e-tests@0.13.0) (2022-11-18) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.12.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.12.0...e2e-tests@0.12.1-alpha.0) (2022-11-18) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.12.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.3-alpha.16...e2e-tests@0.12.0) (2022-10-31) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.16](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.11.3-alpha.13...e2e-tests@0.11.3-alpha.16) (2022-10-19) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.15](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.11.3-alpha.13...e2e-tests@0.11.3-alpha.15) (2022-10-18) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.14](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.11.3-alpha.13...e2e-tests@0.11.3-alpha.14) (2022-10-18) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.13](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.3-alpha.7...e2e-tests@0.11.3-alpha.13) (2022-09-22) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.12](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.3-alpha.7...e2e-tests@0.11.3-alpha.12) (2022-09-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.11](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.3-alpha.7...e2e-tests@0.11.3-alpha.11) (2022-09-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.10](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.3-alpha.7...e2e-tests@0.11.3-alpha.10) (2022-09-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.9](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.3-alpha.7...e2e-tests@0.11.3-alpha.9) (2022-09-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.8](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.3-alpha.7...e2e-tests@0.11.3-alpha.8) (2022-09-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.7](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.2...e2e-tests@0.11.3-alpha.7) (2022-09-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.6](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.2...e2e-tests@0.11.3-alpha.6) (2022-09-20) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.5](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.2...e2e-tests@0.11.3-alpha.5) (2022-09-17) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.4](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.2...e2e-tests@0.11.3-alpha.4) (2022-09-16) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.3](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.2...e2e-tests@0.11.3-alpha.3) (2022-09-16) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.2...e2e-tests@0.11.3-alpha.2) (2022-09-16) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.2...e2e-tests@0.11.3-alpha.1) (2022-09-16) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.3-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.2...e2e-tests@0.11.3-alpha.0) (2022-09-16) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.11.1...e2e-tests@0.11.2) (2022-09-15) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.11.1](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.11.0...e2e-tests@0.11.1) (2022-09-13) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.11.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.10.2-alpha.0...e2e-tests@0.11.0) (2022-09-07) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.10.2-alpha.5](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.10.2-alpha.0...e2e-tests@0.10.2-alpha.5) (2022-09-05) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.10.2-alpha.4](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.10.2-alpha.0...e2e-tests@0.10.2-alpha.4) (2022-09-05) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.10.2-alpha.3](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.10.2-alpha.0...e2e-tests@0.10.2-alpha.3) (2022-09-05) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.10.2-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.10.2-alpha.0...e2e-tests@0.10.2-alpha.2) (2022-09-05) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.10.2-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.10.2-alpha.0...e2e-tests@0.10.2-alpha.1) (2022-09-05) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.10.2-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.10.1-alpha.1...e2e-tests@0.10.2-alpha.0) (2022-08-26) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.10.1-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.10.0...e2e-tests@0.10.1-alpha.1) (2022-08-16) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.10.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.10.0...e2e-tests@0.10.1-alpha.0) (2022-08-11) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.10.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.9.5-alpha.5...e2e-tests@0.10.0) (2022-08-10) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.5-alpha.5](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.9.5-alpha.4...e2e-tests@0.9.5-alpha.5) (2022-08-05) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.5-alpha.4](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.9.5-alpha.3...e2e-tests@0.9.5-alpha.4) (2022-08-04) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.5-alpha.3](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.9.5-alpha.1...e2e-tests@0.9.5-alpha.3) (2022-08-04) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.5-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.9.5-alpha.1...e2e-tests@0.9.5-alpha.2) (2022-08-04) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.5-alpha.1](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.9.5-alpha.0...e2e-tests@0.9.5-alpha.1) (2022-08-01) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.5-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.8.2-alpha.0...e2e-tests@0.9.5-alpha.0) (2022-07-15) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.4-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.9.4-alpha.0...e2e-tests@0.9.4-alpha.1) (2022-07-15) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.4-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.9.3-alpha.0...e2e-tests@0.9.4-alpha.0) (2022-07-07) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.3-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.9.2-alpha.0...e2e-tests@0.9.3-alpha.0) (2022-07-06) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.2-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.9.1-alpha.0...e2e-tests@0.9.2-alpha.0) (2022-07-05) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.9.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.9.0-alpha.0...e2e-tests@0.9.1-alpha.0) (2022-07-05) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.9.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.8.2-alpha.0...e2e-tests@0.9.0-alpha.0) (2022-07-05) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.8.2-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.8.1-alpha.1...e2e-tests@0.8.2-alpha.0) (2022-06-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.8.1-alpha.2](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.8.1-alpha.1...e2e-tests@0.8.1-alpha.2) (2022-06-21) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.8.1-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.8.1-alpha.0...e2e-tests@0.8.1-alpha.1) (2022-06-16) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.8.1-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.8.0-alpha.0...e2e-tests@0.8.1-alpha.0) (2022-06-14) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.8.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.7.0-alpha.0...e2e-tests@0.8.0-alpha.0) (2022-06-14) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.7.0-alpha.1](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.7.0-alpha.0...e2e-tests@0.7.0-alpha.1) (2022-06-03) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.7.0-alpha.0](https://github.com/TryQuiet/quiet/compare/e2e-tests@0.6.1-alpha.0...e2e-tests@0.7.0-alpha.0) (2022-06-03) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.6.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.6.0-alpha.0...e2e-tests@0.6.1-alpha.0) (2022-05-18) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.6.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.5.0-alpha.0...e2e-tests@0.6.0-alpha.0) (2022-05-16) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.5.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.4.5-alpha.0...e2e-tests@0.5.0-alpha.0) (2022-04-29) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.4.5-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.4.4-alpha.0...e2e-tests@0.4.5-alpha.0) (2022-04-20) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.4.4-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.4.3-alpha.0...e2e-tests@0.4.4-alpha.0) (2022-04-15) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.4.3-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.4.2-alpha.0...e2e-tests@0.4.3-alpha.0) (2022-04-15) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.4.2-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.4.0-alpha.3...e2e-tests@0.4.2-alpha.0) (2022-04-15) - -**Note:** Version bump only for package e2e-tests - - - - - -## [0.4.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.4.0-alpha.3...e2e-tests@0.4.1-alpha.0) (2022-04-15) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.4.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.4.0-alpha.2...e2e-tests@0.4.0-alpha.3) (2022-04-04) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.4.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.4.0-alpha.0...e2e-tests@0.4.0-alpha.2) (2022-03-11) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.4.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.4.0-alpha.0...e2e-tests@0.4.0-alpha.1) (2022-03-11) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.4.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.3.0-alpha.5...e2e-tests@0.4.0-alpha.0) (2022-03-08) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.3.0-alpha.6](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.3.0-alpha.5...e2e-tests@0.3.0-alpha.6) (2022-02-28) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.3.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.2.0-alpha.0...e2e-tests@0.3.0-alpha.5) (2022-02-23) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.3.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.2.0-alpha.0...e2e-tests@0.3.0-alpha.4) (2022-02-23) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.3.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.2.0-alpha.0...e2e-tests@0.3.0-alpha.3) (2022-02-22) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.3.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.2.0-alpha.0...e2e-tests@0.3.0-alpha.2) (2022-02-21) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.3.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.2.0-alpha.0...e2e-tests@0.3.0-alpha.1) (2022-02-21) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.3.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.2.0-alpha.0...e2e-tests@0.3.0-alpha.0) (2022-02-18) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.2.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.1.0-alpha.3...e2e-tests@0.2.0-alpha.0) (2022-02-09) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.1.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.1.0-alpha.2...e2e-tests@0.1.0-alpha.3) (2022-02-03) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.1.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.1.0-alpha.1...e2e-tests@0.1.0-alpha.2) (2022-01-27) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.1.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/e2e-tests@0.1.0-alpha.0...e2e-tests@0.1.0-alpha.1) (2022-01-26) - -**Note:** Version bump only for package e2e-tests - - - - - -# [0.1.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@2.2.0-alpha.0...e2e-tests@0.1.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package e2e-tests - - - - - -# [2.2.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@2.1.0-alpha.0...e2e-tests@2.2.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package e2e-tests - - - - - -# [2.1.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/e2e-tests@2.0.0-alpha.0...e2e-tests@2.1.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package e2e-tests - - - - - -# 2.0.0-alpha.0 (2022-01-24) - -**Note:** Version bump only for package e2e-tests +* Invite tab as default in settings diff --git a/packages/e2e-tests/src/selectors.ts b/packages/e2e-tests/src/selectors.ts index a6b2b69ef0..2fc1a3b9c5 100644 --- a/packages/e2e-tests/src/selectors.ts +++ b/packages/e2e-tests/src/selectors.ts @@ -445,7 +445,7 @@ export class DebugModeModal { const log = await this.driver.executeScript('arguments[0].click();', button) console.log('executeScript', log) } catch (e) { - console.log('Probably click properly close modal') + console.log('Probably clicked hidden close button on debug modal') } await new Promise(resolve => setTimeout(() => resolve(), 2000)) } diff --git a/packages/e2e-tests/src/tests/invitationLink.test.ts b/packages/e2e-tests/src/tests/invitationLink.test.ts index 8956672981..e4c8d95d97 100644 --- a/packages/e2e-tests/src/tests/invitationLink.test.ts +++ b/packages/e2e-tests/src/tests/invitationLink.test.ts @@ -3,13 +3,12 @@ import { CreateCommunityModal, DebugModeModal, JoinCommunityModal, - JoiningLoadingPanel, RegisterUsernameModal, App, Sidebar, WarningModal, } from '../selectors' -import { capitalizeFirstLetter, composeInvitationDeepUrl, parseInvitationCode, userJoinedMessage } from '@quiet/common' +import { composeInvitationDeepUrl, parseInvitationCode, userJoinedMessage } from '@quiet/common' import { execSync } from 'child_process' import { type SupportedPlatformDesktop } from '@quiet/types' @@ -26,7 +25,7 @@ describe('New user joins using invitation link while having app opened', () => { beforeAll(async () => { ownerApp = new App() - guestApp = new App({ useDataDir: false }) + guestApp = new App({ defaultDataDir: true }) }) beforeEach(async () => { @@ -141,7 +140,9 @@ describe('New user joins using invitation link while having app opened', () => { const copiedCode = url.hash.substring(1) expect(() => parseInvitationCode(copiedCode)).not.toThrow() const data = parseInvitationCode(copiedCode) - execSync(`${command[process.platform as SupportedPlatformDesktop]} "${composeInvitationDeepUrl(data)}"`) + const commandFull = `${command[process.platform as SupportedPlatformDesktop]} "${composeInvitationDeepUrl(data)}"` + console.log(`Calling ${commandFull}`) + execSync(commandFull) console.log('Guest opened invitation link') }) diff --git a/packages/e2e-tests/src/utils.ts b/packages/e2e-tests/src/utils.ts index e424d9b6f8..1abe46ec1d 100644 --- a/packages/e2e-tests/src/utils.ts +++ b/packages/e2e-tests/src/utils.ts @@ -4,11 +4,12 @@ import { type SupportedPlatformDesktop } from '@quiet/types' import getPort from 'get-port' import path from 'path' import fs from 'fs' +import { DESKTOP_DATA_DIR } from '@quiet/common' export interface BuildSetupInit { port?: number debugPort?: number - useDataDir?: boolean + defaultDataDir?: boolean dataDir?: string fileName?: string } @@ -19,19 +20,20 @@ export class BuildSetup { public debugPort?: number public dataDir?: string private child?: ChildProcessWithoutNullStreams - private useDataDir: boolean + private defaultDataDir: boolean private fileName?: string - constructor({ port, debugPort, useDataDir = true, dataDir, fileName }: BuildSetupInit) { + constructor({ port, debugPort, defaultDataDir = false, dataDir, fileName }: BuildSetupInit) { this.port = port this.debugPort = debugPort - this.useDataDir = useDataDir + this.defaultDataDir = defaultDataDir this.dataDir = dataDir this.fileName = fileName if (fileName) { this.copyInstallerFile(fileName) } - if (this.useDataDir && !this.dataDir) { + if (this.defaultDataDir) this.dataDir = DESKTOP_DATA_DIR + if (!this.dataDir) { this.dataDir = `e2e_${(Math.random() * 10 ** 18).toString(36)}` } } @@ -100,8 +102,8 @@ export class BuildSetup { public async createChromeDriver() { await this.initPorts() const env = { - DATA_DIR: this.dataDir || 'Quiet', DEBUG: 'backend*,desktop*,utils*', + DATA_DIR: this.dataDir, } if (process.platform === 'win32') { console.log('!WINDOWS!') diff --git a/packages/eslint-config-custom/CHANGELOG.md b/packages/eslint-config-custom/CHANGELOG.md index 33be6d2ccf..2b3209af66 100644 --- a/packages/eslint-config-custom/CHANGELOG.md +++ b/packages/eslint-config-custom/CHANGELOG.md @@ -1,104 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/eslint-config@2.0.1-alpha.4...@quiet/eslint-config@2.0.2-alpha.0) (2023-10-26) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. -**Note:** Version bump only for package @quiet/eslint-config +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication -## [2.0.1-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/eslint-config@2.0.1-alpha.3...@quiet/eslint-config@2.0.1-alpha.4) (2023-10-12) +[2.0.3-alpha.5] -**Note:** Version bump only for package @quiet/eslint-config +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack -## [2.0.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/eslint-config@2.0.1-alpha.2...@quiet/eslint-config@2.0.1-alpha.3) (2023-10-10) +[2.0.3-alpha.0] -**Note:** Version bump only for package @quiet/eslint-config +* Filter CSRs - remove old csrs and replace with new for each pubkey +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name +* Use context menu for information about unregistered username instead screen +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile -## [2.0.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/eslint-config@2.0.1-alpha.1...@quiet/eslint-config@2.0.1-alpha.2) (2023-10-09) +* Removed registration attempts selector and corresponding usage. -**Note:** Version bump only for package @quiet/eslint-config +* Revert adjusting bootstrap scripts for developing on Windows +* Channel input - replaced ContentEditable with textarea +* Fix - up/down arrows now work properly inside channel input (textarea) +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile -## [2.0.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/eslint-config@2.0.1-alpha.0...@quiet/eslint-config@2.0.1-alpha.1) (2023-09-25) +* Change nickname for taken username -**Note:** Version bump only for package @quiet/eslint-config +* Map messages sent before changing username +* Update registrar service to match new registration flow. +* Add possible impersonation attack UI for desktop and mobile +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests -## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/eslint-config@1.4.0-alpha.0...@quiet/eslint-config@2.0.1-alpha.0) (2023-09-25) +* Prettify loading component on Chat screen (mobile) -**Note:** Version bump only for package @quiet/eslint-config +* Running Chromatic tests for forked PRs +* Added e2e test for user joining community when owner is offline. Improved e2e tests +* Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name -# [2.0.0-alpha.18](https://github.com/TryQuiet/quiet/compare/@quiet/eslint-config@1.4.0-alpha.0...@quiet/eslint-config@2.0.0-alpha.18) (2023-10-04) +* No unregistered/duplicated label for system messages -**Note:** Version bump only for package @quiet/eslint-config +[2.0.0-alpha.11] +* Customize Launch Screen on iOS +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. -# [1.4.0-alpha.0](/compare/@quiet/eslint-config@1.3.0...@quiet/eslint-config@1.4.0-alpha.0) (2023-08-29) +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. -**Note:** Version bump only for package @quiet/eslint-config +* Fixed android stucking on username registration screen introduced in previous alpha. +* Added creator username to initial channel message. +* Fixed bug with changing joining community/create community screens with required field. +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR -# [1.3.0](/compare/@quiet/eslint-config@1.3.0-alpha.0...@quiet/eslint-config@1.3.0) (2023-08-28) +* Labels for unregistered and duplicate usernames with modals -**Note:** Version bump only for package @quiet/eslint-config +* Fixed LoadingPanel useEffect bug. +* Use csrs instead of certificates as a source of user data +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. -# [1.3.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/eslint-config@1.2.0...@quiet/eslint-config@1.3.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package @quiet/eslint-config - - - - - -# [1.2.0](https://github.com/TryQuiet/quiet/compare/@quiet/eslint-config@1.1.0...@quiet/eslint-config@1.2.0) (2023-08-17) - -**Note:** Version bump only for package @quiet/eslint-config - - - - - -# [1.1.0](https://github.com/TryQuiet/quiet/compare/@quiet/eslint-config@1.0.1-alpha.0...@quiet/eslint-config@1.1.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/eslint-config - - - - - -## 1.0.1-alpha.0 (2023-07-05) - -**Note:** Version bump only for package @quiet/eslint-config +* Invite tab as default in settings diff --git a/packages/identity/CHANGELOG.md b/packages/identity/CHANGELOG.md index 2dbbc800cc..2b3209af66 100644 --- a/packages/identity/CHANGELOG.md +++ b/packages/identity/CHANGELOG.md @@ -1,1137 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.2-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.2-alpha.1...@quiet/identity@2.0.2-alpha.2) (2023-11-14) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. -**Note:** Version bump only for package @quiet/identity +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication -## [2.0.2-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.2-alpha.0...@quiet/identity@2.0.2-alpha.1) (2023-11-14) +[2.0.3-alpha.5] -**Note:** Version bump only for package @quiet/identity +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack -## [2.0.2-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.1-alpha.4...@quiet/identity@2.0.2-alpha.0) (2023-10-26) +[2.0.3-alpha.0] -**Note:** Version bump only for package @quiet/identity +* Filter CSRs - remove old csrs and replace with new for each pubkey +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name +* Use context menu for information about unregistered username instead screen +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile -## [2.0.1-alpha.4](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.1-alpha.3...@quiet/identity@2.0.1-alpha.4) (2023-10-12) +* Removed registration attempts selector and corresponding usage. -**Note:** Version bump only for package @quiet/identity +* Revert adjusting bootstrap scripts for developing on Windows +* Channel input - replaced ContentEditable with textarea +* Fix - up/down arrows now work properly inside channel input (textarea) +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile -## [2.0.1-alpha.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.1-alpha.2...@quiet/identity@2.0.1-alpha.3) (2023-10-10) +* Change nickname for taken username -**Note:** Version bump only for package @quiet/identity +* Map messages sent before changing username +* Update registrar service to match new registration flow. +* Add possible impersonation attack UI for desktop and mobile +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests -## [2.0.1-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.1-alpha.1...@quiet/identity@2.0.1-alpha.2) (2023-10-09) +* Prettify loading component on Chat screen (mobile) -**Note:** Version bump only for package @quiet/identity +* Running Chromatic tests for forked PRs +* Added e2e test for user joining community when owner is offline. Improved e2e tests +* Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name -## [2.0.1-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.1-alpha.0...@quiet/identity@2.0.1-alpha.1) (2023-09-25) +* No unregistered/duplicated label for system messages -**Note:** Version bump only for package @quiet/identity +[2.0.0-alpha.11] +* Customize Launch Screen on iOS +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. -## [2.0.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.0-alpha.3...@quiet/identity@2.0.1-alpha.0) (2023-09-25) +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. -**Note:** Version bump only for package @quiet/identity +* Fixed android stucking on username registration screen introduced in previous alpha. +* Added creator username to initial channel message. +* Fixed bug with changing joining community/create community screens with required field. +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR -# [2.0.0-alpha.18](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.0-alpha.3...@quiet/identity@2.0.0-alpha.18) (2023-10-04) +* Labels for unregistered and duplicate usernames with modals -**Note:** Version bump only for package @quiet/identity +* Fixed LoadingPanel useEffect bug. +* Use csrs instead of certificates as a source of user data +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. -# [2.0.0-alpha.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.0-alpha.2...@quiet/identity@2.0.0-alpha.3) (2023-09-19) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [2.0.0-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.8.1...@quiet/identity@2.0.0-alpha.2) (2023-09-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@2.0.0-alpha.0...@quiet/identity@2.0.0-alpha.1) (2023-09-14) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [2.0.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.9.0-alpha.0...@quiet/identity@2.0.0-alpha.0) (2023-09-01) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.9.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.8.0...@quiet/identity@1.9.0-alpha.0) (2023-08-29) -## [1.8.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.8.0...@quiet/identity@1.8.1) (2023-09-15) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.8.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.8.0-alpha.0...@quiet/identity@1.8.0) (2023-08-28) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.8.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.7.0...@quiet/identity@1.8.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.7.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.6.0...@quiet/identity@1.7.0) (2023-08-17) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.6.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.5.1-alpha.0...@quiet/identity@1.6.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [1.5.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.5.0-alpha.0...@quiet/identity@1.5.1-alpha.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.5.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.4.0-alpha.1...@quiet/identity@1.5.0-alpha.0) (2023-07-26) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.4.0-alpha.0...@quiet/identity@1.4.0-alpha.1) (2023-07-05) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.3.1...@quiet/identity@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [1.3.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.3.1-alpha.0...@quiet/identity@1.3.1) (2023-06-13) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.3.0...@quiet/identity@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.3.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.2.1-alpha.3...@quiet/identity@1.3.0) (2023-06-02) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [1.2.1-alpha.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.2.1-alpha.2...@quiet/identity@1.2.1-alpha.3) (2023-05-25) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [1.2.1-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.2.1-alpha.1...@quiet/identity@1.2.1-alpha.2) (2023-05-10) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [1.2.1-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.2.1-alpha.0...@quiet/identity@1.2.1-alpha.1) (2023-04-28) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [1.2.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.2.0...@quiet/identity@1.2.1-alpha.0) (2023-04-26) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.2.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.2.0-alpha.21...@quiet/identity@1.2.0) (2023-04-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.2.0-alpha.21](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.2.0-alpha.20...@quiet/identity@1.2.0-alpha.21) (2023-04-12) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.2.0-alpha.20](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.0.1-alpha.0...@quiet/identity@1.2.0-alpha.20) (2023-04-07) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [1.0.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.0.0...@quiet/identity@1.0.1-alpha.0) (2023-03-28) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.0.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.0.0-alpha.20...@quiet/identity@1.0.0) (2023-03-02) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.0.0-alpha.20](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.0.0-alpha.5...@quiet/identity@1.0.0-alpha.20) (2023-02-28) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.0.0-alpha.5](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.0.0-alpha.4...@quiet/identity@1.0.0-alpha.5) (2023-02-16) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.0.0-alpha.4](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.0.0-alpha.3...@quiet/identity@1.0.0-alpha.4) (2023-02-14) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.0.0-alpha.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.0.0-alpha.2...@quiet/identity@1.0.0-alpha.3) (2023-02-13) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.0.0-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.0.0-alpha.1...@quiet/identity@1.0.0-alpha.2) (2023-02-13) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.0.0-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@1.0.0-alpha.0...@quiet/identity@1.0.0-alpha.1) (2023-02-09) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [1.0.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.19-alpha.14...@quiet/identity@1.0.0-alpha.0) (2023-02-09) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.19-alpha.14](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.19-alpha.13...@quiet/identity@0.19.19-alpha.14) (2023-02-08) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.19-alpha.13](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.19-alpha.12...@quiet/identity@0.19.19-alpha.13) (2023-02-08) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.19-alpha.12](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.19-alpha.5...@quiet/identity@0.19.19-alpha.12) (2023-02-07) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.19-alpha.5](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.19-alpha.4...@quiet/identity@0.19.19-alpha.5) (2023-02-07) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.19-alpha.4](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.19-alpha.3...@quiet/identity@0.19.19-alpha.4) (2023-02-06) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.19-alpha.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.19-alpha.2...@quiet/identity@0.19.19-alpha.3) (2023-02-06) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.19-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.7-alpha.0...@quiet/identity@0.19.19-alpha.2) (2023-02-06) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.7-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.6-alpha.0...@quiet/identity@0.19.7-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.6-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.5-alpha.0...@quiet/identity@0.19.6-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.5-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.4-alpha.0...@quiet/identity@0.19.5-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.4-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.19.3-alpha.0...@quiet/identity@0.19.4-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.3-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.4-alpha.0...@quiet/identity@0.19.3-alpha.0) (2023-01-31) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.2-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.4-alpha.0...@quiet/identity@0.19.2-alpha.0) (2023-01-30) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.19.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.4-alpha.0...@quiet/identity@0.19.1-alpha.0) (2023-01-30) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.19.0-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.4-alpha.0...@quiet/identity@0.19.0-alpha.2) (2023-01-27) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.19.0-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.4-alpha.0...@quiet/identity@0.19.0-alpha.1) (2023-01-27) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.19.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.4-alpha.0...@quiet/identity@0.19.0-alpha.0) (2023-01-27) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.16.4-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.3-alpha.0...@quiet/identity@0.16.4-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.16.3-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.0-alpha.2...@quiet/identity@0.16.3-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.16.2-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.0-alpha.2...@quiet/identity@0.16.2-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.16.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.0-alpha.2...@quiet/identity@0.16.1-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.16.0-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.16.0-alpha.1...@quiet/identity@0.16.0-alpha.2) (2023-01-14) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.16.0-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.15.0...@quiet/identity@0.16.0-alpha.1) (2023-01-11) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.16.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.15.0...@quiet/identity@0.16.0-alpha.0) (2023-01-11) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.15.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.13.4...@quiet/identity@0.15.0) (2022-12-19) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.15.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.13.4...@quiet/identity@0.15.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.14.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.13.4...@quiet/identity@0.14.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.14.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.13.4...@quiet/identity@0.14.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.13.5-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.13.4...@quiet/identity@0.13.5-alpha.0) (2022-12-09) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.13.4](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.11.1-alpha.0...@quiet/identity@0.13.4) (2022-11-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.13.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.11.1-alpha.0...@quiet/identity@0.13.3) (2022-11-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.13.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.11.1-alpha.0...@quiet/identity@0.13.2) (2022-11-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.13.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.11.1-alpha.0...@quiet/identity@0.13.1) (2022-11-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.13.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.11.1-alpha.0...@quiet/identity@0.13.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.13.0-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.11.1-alpha.0...@quiet/identity@0.13.0-alpha.2) (2022-11-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.13.0-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.11.1-alpha.0...@quiet/identity@0.13.0-alpha.1) (2022-11-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.13.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.11.1-alpha.0...@quiet/identity@0.13.0-alpha.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.12.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.11.1-alpha.0...@quiet/identity@0.12.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.11.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.11.0...@quiet/identity@0.11.1-alpha.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.11.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.3-alpha.16...@quiet/identity@0.11.0) (2022-10-31) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.16](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.3-alpha.13...@quiet/identity@0.10.3-alpha.16) (2022-10-19) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.15](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.3-alpha.13...@quiet/identity@0.10.3-alpha.15) (2022-10-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.14](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.3-alpha.13...@quiet/identity@0.10.3-alpha.14) (2022-10-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.13](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.3-alpha.7...@quiet/identity@0.10.3-alpha.13) (2022-09-22) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.12](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.3-alpha.7...@quiet/identity@0.10.3-alpha.12) (2022-09-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.11](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.3-alpha.7...@quiet/identity@0.10.3-alpha.11) (2022-09-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.10](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.3-alpha.7...@quiet/identity@0.10.3-alpha.10) (2022-09-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.9](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.3-alpha.7...@quiet/identity@0.10.3-alpha.9) (2022-09-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.8](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.3-alpha.7...@quiet/identity@0.10.3-alpha.8) (2022-09-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.7](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.2...@quiet/identity@0.10.3-alpha.7) (2022-09-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.6](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.2...@quiet/identity@0.10.3-alpha.6) (2022-09-20) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.5](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.2...@quiet/identity@0.10.3-alpha.5) (2022-09-17) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.4](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.2...@quiet/identity@0.10.3-alpha.4) (2022-09-16) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.2...@quiet/identity@0.10.3-alpha.3) (2022-09-16) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.2...@quiet/identity@0.10.3-alpha.2) (2022-09-16) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.2...@quiet/identity@0.10.3-alpha.1) (2022-09-16) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.3-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.2...@quiet/identity@0.10.3-alpha.0) (2022-09-16) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.1...@quiet/identity@0.10.2) (2022-09-15) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.10.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.10.0...@quiet/identity@0.10.1) (2022-09-13) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.10.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.9.2-alpha.0...@quiet/identity@0.10.0) (2022-09-07) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.9.2-alpha.5](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.9.2-alpha.0...@quiet/identity@0.9.2-alpha.5) (2022-09-05) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.9.2-alpha.4](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.9.2-alpha.0...@quiet/identity@0.9.2-alpha.4) (2022-09-05) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.9.2-alpha.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.9.2-alpha.0...@quiet/identity@0.9.2-alpha.3) (2022-09-05) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.9.2-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.9.2-alpha.0...@quiet/identity@0.9.2-alpha.2) (2022-09-05) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.9.2-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.9.2-alpha.0...@quiet/identity@0.9.2-alpha.1) (2022-09-05) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.9.2-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.9.1-alpha.1...@quiet/identity@0.9.2-alpha.0) (2022-08-26) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.9.1-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.9.0...@quiet/identity@0.9.1-alpha.1) (2022-08-16) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.9.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.9.0...@quiet/identity@0.9.1-alpha.0) (2022-08-11) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.9.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.8.2-alpha.5...@quiet/identity@0.9.0) (2022-08-10) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.8.2-alpha.5](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.8.2-alpha.4...@quiet/identity@0.8.2-alpha.5) (2022-08-05) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.8.2-alpha.4](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.8.2-alpha.3...@quiet/identity@0.8.2-alpha.4) (2022-08-04) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.8.2-alpha.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.8.2-alpha.1...@quiet/identity@0.8.2-alpha.3) (2022-08-04) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.8.2-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.8.2-alpha.1...@quiet/identity@0.8.2-alpha.2) (2022-08-04) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.8.2-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.8.2-alpha.0...@quiet/identity@0.8.2-alpha.1) (2022-08-01) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.8.2-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.5.1-alpha.1...@quiet/identity@0.8.2-alpha.0) (2022-06-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.5.1-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.5.1-alpha.0...@quiet/identity@0.5.1-alpha.1) (2022-06-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.5.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.5.0-alpha.0...@quiet/identity@0.5.1-alpha.0) (2022-06-14) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.5.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.4.0-alpha.0...@quiet/identity@0.5.0-alpha.0) (2022-06-03) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.4.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.3.2-alpha.0...@quiet/identity@0.4.0-alpha.0) (2022-04-29) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.3.2-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.3.0-alpha.11...@quiet/identity@0.3.2-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/identity - - - - - -## [0.3.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.3.0-alpha.11...@quiet/identity@0.3.1-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.11](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.3.0-alpha.10...@quiet/identity@0.3.0-alpha.11) (2022-04-04) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.10](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.3.0-alpha.7...@quiet/identity@0.3.0-alpha.10) (2022-04-01) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.9](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.3.0-alpha.7...@quiet/identity@0.3.0-alpha.9) (2022-03-28) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.8](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.3.0-alpha.7...@quiet/identity@0.3.0-alpha.8) (2022-03-25) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.7](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.3.0-alpha.5...@quiet/identity@0.3.0-alpha.7) (2022-03-11) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.6](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.3.0-alpha.5...@quiet/identity@0.3.0-alpha.6) (2022-03-11) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.5](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.2.0-alpha.0...@quiet/identity@0.3.0-alpha.5) (2022-02-23) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.4](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.2.0-alpha.0...@quiet/identity@0.3.0-alpha.4) (2022-02-23) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.3](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.2.0-alpha.0...@quiet/identity@0.3.0-alpha.3) (2022-02-22) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.2.0-alpha.0...@quiet/identity@0.3.0-alpha.2) (2022-02-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.2.0-alpha.0...@quiet/identity@0.3.0-alpha.1) (2022-02-21) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.3.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.2.0-alpha.0...@quiet/identity@0.3.0-alpha.0) (2022-02-18) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.2.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.1.0-alpha.2...@quiet/identity@0.2.0-alpha.0) (2022-02-09) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.1.0-alpha.2](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.1.0-alpha.1...@quiet/identity@0.1.0-alpha.2) (2022-02-03) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.1.0-alpha.1](https://github.com/TryQuiet/identity/compare/@quiet/identity@0.1.0-alpha.0...@quiet/identity@0.1.0-alpha.1) (2022-01-27) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [0.1.0-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/identity@5.1.0-alpha.0...@quiet/identity@0.1.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package @quiet/identity - - - - - -# 5.1.0-alpha.0 (2022-01-25) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [5.0.0-alpha.0](https://github.com/quiet/identity/compare/@quiet/identity@4.0.0...@quiet/identity@5.0.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package @quiet/identity - - - - - -# [4.0.0](https://github.com/quiet/identity/compare/@quiet/identity@4.0.0-alpha.0...@quiet/identity@4.0.0) (2021-12-29) - -**Note:** Version bump only for package @quiet/identity - - - - - -# 4.0.0-alpha.0 (2021-12-28) - -**Note:** Version bump only for package @quiet/identity +* Invite tab as default in settings diff --git a/packages/integration-tests/CHANGELOG.md b/packages/integration-tests/CHANGELOG.md index d874888668..2b3209af66 100644 --- a/packages/integration-tests/CHANGELOG.md +++ b/packages/integration-tests/CHANGELOG.md @@ -1,1623 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.2-alpha.3](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.2-alpha.2...integration-tests@2.0.2-alpha.3) (2023-11-14) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. -**Note:** Version bump only for package integration-tests +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication -## [2.0.2-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.2-alpha.1...integration-tests@2.0.2-alpha.2) (2023-11-14) +[2.0.3-alpha.5] -**Note:** Version bump only for package integration-tests +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack -## [2.0.2-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.2-alpha.0...integration-tests@2.0.2-alpha.1) (2023-11-13) +[2.0.3-alpha.0] -**Note:** Version bump only for package integration-tests +* Filter CSRs - remove old csrs and replace with new for each pubkey +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name +* Use context menu for information about unregistered username instead screen +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile -## [2.0.2-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.1-alpha.6...integration-tests@2.0.2-alpha.0) (2023-10-26) +* Removed registration attempts selector and corresponding usage. -**Note:** Version bump only for package integration-tests +* Revert adjusting bootstrap scripts for developing on Windows +* Channel input - replaced ContentEditable with textarea +* Fix - up/down arrows now work properly inside channel input (textarea) +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile -## [2.0.1-alpha.6](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.1-alpha.5...integration-tests@2.0.1-alpha.6) (2023-10-13) +* Change nickname for taken username -**Note:** Version bump only for package integration-tests +* Map messages sent before changing username +* Update registrar service to match new registration flow. +* Add possible impersonation attack UI for desktop and mobile +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests -## [2.0.1-alpha.5](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.1-alpha.4...integration-tests@2.0.1-alpha.5) (2023-10-12) +* Prettify loading component on Chat screen (mobile) -**Note:** Version bump only for package integration-tests +* Running Chromatic tests for forked PRs +* Added e2e test for user joining community when owner is offline. Improved e2e tests +* Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name -## [2.0.1-alpha.4](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.1-alpha.3...integration-tests@2.0.1-alpha.4) (2023-10-11) +* No unregistered/duplicated label for system messages -**Note:** Version bump only for package integration-tests +[2.0.0-alpha.11] +* Customize Launch Screen on iOS +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. -## [2.0.1-alpha.3](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.1-alpha.2...integration-tests@2.0.1-alpha.3) (2023-10-10) +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. -**Note:** Version bump only for package integration-tests +* Fixed android stucking on username registration screen introduced in previous alpha. +* Added creator username to initial channel message. +* Fixed bug with changing joining community/create community screens with required field. +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR -## [2.0.1-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.1-alpha.1...integration-tests@2.0.1-alpha.2) (2023-10-09) +* Labels for unregistered and duplicate usernames with modals -**Note:** Version bump only for package integration-tests +* Fixed LoadingPanel useEffect bug. +* Use csrs instead of certificates as a source of user data +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. -## [2.0.1-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.1-alpha.0...integration-tests@2.0.1-alpha.1) (2023-09-25) - -**Note:** Version bump only for package integration-tests - - - - - -## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.0-alpha.4...integration-tests@2.0.1-alpha.0) (2023-09-25) - -**Note:** Version bump only for package integration-tests - - - - - -# [2.0.0-alpha.18](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.0-alpha.4...integration-tests@2.0.0-alpha.18) (2023-10-04) - -**Note:** Version bump only for package integration-tests - - - - - -# [2.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/integration-tests@2.0.0-alpha.3...integration-tests@2.0.0-alpha.4) (2023-09-19) - -**Note:** Version bump only for package integration-tests - - - - - -# [2.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/integration-tests@1.9.1...integration-tests@2.0.0-alpha.3) (2023-09-18) - -**Note:** Version bump only for package integration-tests - - - - - -# [2.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@1.10.0-alpha.0...integration-tests@2.0.0-alpha.2) (2023-09-14) - -**Note:** Version bump only for package integration-tests - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@1.10.0-alpha.0...integration-tests@2.0.0-alpha.1) (2023-09-05) - -**Note:** Version bump only for package integration-tests - - - - - -# [2.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.10.0-alpha.0...integration-tests@2.0.0-alpha.0) (2023-09-01) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.10.0-alpha.0](/compare/integration-tests@1.9.0...integration-tests@1.10.0-alpha.0) (2023-08-29) - - -## [1.9.2](https://github.com/TryQuiet/quiet/compare/integration-tests@1.9.1...integration-tests@1.9.2) (2023-11-09) - -**Note:** Version bump only for package integration-tests - -## [1.9.1](https://github.com/TryQuiet/quiet/compare/integration-tests@1.9.0...integration-tests@1.9.1) (2023-09-15) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.9.0](/compare/integration-tests@1.9.0-alpha.0...integration-tests@1.9.0) (2023-08-28) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.9.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.8.0...integration-tests@1.9.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.8.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.7.1-alpha.1...integration-tests@1.8.0) (2023-08-17) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.7.1-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@1.7.1-alpha.0...integration-tests@1.7.1-alpha.1) (2023-08-11) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.7.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.7.0...integration-tests@1.7.1-alpha.0) (2023-08-11) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.7.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.6.1-alpha.0...integration-tests@1.7.0) (2023-07-28) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.6.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.6.0-alpha.0...integration-tests@1.6.1-alpha.0) (2023-07-28) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.6.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.5.0-alpha.0...integration-tests@1.6.0-alpha.0) (2023-07-26) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.5.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.4.1-alpha.0...integration-tests@1.5.0-alpha.0) (2023-07-18) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.4.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.4.0-alpha.1...integration-tests@1.4.1-alpha.0) (2023-07-07) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@1.4.0-alpha.0...integration-tests@1.4.0-alpha.1) (2023-07-05) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.3.1...integration-tests@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.3.1](https://github.com/TryQuiet/quiet/compare/integration-tests@1.3.1-alpha.0...integration-tests@1.3.1) (2023-06-13) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.3.0...integration-tests@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.3.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.1-alpha.7...integration-tests@1.3.0) (2023-06-02) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.2.1-alpha.7](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.1-alpha.6...integration-tests@1.2.1-alpha.7) (2023-06-02) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.2.1-alpha.6](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.1-alpha.5...integration-tests@1.2.1-alpha.6) (2023-06-01) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.2.1-alpha.5](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.1-alpha.4...integration-tests@1.2.1-alpha.5) (2023-05-30) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.2.1-alpha.4](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.1-alpha.3...integration-tests@1.2.1-alpha.4) (2023-05-25) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.2.1-alpha.3](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.1-alpha.2...integration-tests@1.2.1-alpha.3) (2023-05-10) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.2.1-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.1-alpha.1...integration-tests@1.2.1-alpha.2) (2023-04-28) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.2.1-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.1-alpha.0...integration-tests@1.2.1-alpha.1) (2023-04-27) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.2.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.0...integration-tests@1.2.1-alpha.0) (2023-04-26) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.2.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.0-alpha.24...integration-tests@1.2.0) (2023-04-18) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.2.0-alpha.24](/compare/integration-tests@1.2.0-alpha.23...integration-tests@1.2.0-alpha.24) (2023-04-17) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.2.0-alpha.23](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.0-alpha.22...integration-tests@1.2.0-alpha.23) (2023-04-14) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.2.0-alpha.22](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.0-alpha.21...integration-tests@1.2.0-alpha.22) (2023-04-12) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.2.0-alpha.21](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.0-alpha.20...integration-tests@1.2.0-alpha.21) (2023-04-07) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.2.0-alpha.20](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.0-alpha.14...integration-tests@1.2.0-alpha.20) (2023-04-07) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.2.0-alpha.14](https://github.com/TryQuiet/quiet/compare/integration-tests@1.2.0-alpha.0...integration-tests@1.2.0-alpha.14) (2023-03-30) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.2.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.1.1-alpha.0...integration-tests@1.2.0-alpha.0) (2023-03-28) - -**Note:** Version bump only for package integration-tests - - - - - -## [1.1.1-alpha.0](/compare/integration-tests@1.1.0...integration-tests@1.1.1-alpha.0) (2023-03-21) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.1.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.1.0-alpha.1...integration-tests@1.1.0) (2023-03-20) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.1.0-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@1.1.0-alpha.0...integration-tests@1.1.0-alpha.1) (2023-03-15) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.1.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.0.0...integration-tests@1.1.0-alpha.0) (2023-03-09) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.0.0](https://github.com/TryQuiet/quiet/compare/integration-tests@1.0.0-alpha.20...integration-tests@1.0.0) (2023-03-02) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.0.0-alpha.20](/compare/integration-tests@1.0.0-alpha.6...integration-tests@1.0.0-alpha.20) (2023-02-28) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.0.0-alpha.6](https://github.com/TryQuiet/quiet/compare/integration-tests@1.0.0-alpha.5...integration-tests@1.0.0-alpha.6) (2023-02-16) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.0.0-alpha.5](https://github.com/TryQuiet/quiet/compare/integration-tests@1.0.0-alpha.4...integration-tests@1.0.0-alpha.5) (2023-02-15) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/integration-tests@1.0.0-alpha.3...integration-tests@1.0.0-alpha.4) (2023-02-14) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/integration-tests@1.0.0-alpha.2...integration-tests@1.0.0-alpha.3) (2023-02-13) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@1.0.0-alpha.1...integration-tests@1.0.0-alpha.2) (2023-02-13) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@1.0.0-alpha.0...integration-tests@1.0.0-alpha.1) (2023-02-09) - -**Note:** Version bump only for package integration-tests - - - - - -# [1.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.19-alpha.15...integration-tests@1.0.0-alpha.0) (2023-02-09) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.19-alpha.15](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.19-alpha.14...integration-tests@0.19.19-alpha.15) (2023-02-08) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.19-alpha.14](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.19-alpha.13...integration-tests@0.19.19-alpha.14) (2023-02-08) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.19-alpha.13](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.19-alpha.12...integration-tests@0.19.19-alpha.13) (2023-02-07) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.19-alpha.12](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.19-alpha.5...integration-tests@0.19.19-alpha.12) (2023-02-07) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.19-alpha.6](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.19-alpha.5...integration-tests@0.19.19-alpha.6) (2023-02-07) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.19-alpha.5](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.19-alpha.4...integration-tests@0.19.19-alpha.5) (2023-02-06) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.19-alpha.4](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.19-alpha.3...integration-tests@0.19.19-alpha.4) (2023-02-06) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.19-alpha.3](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.19-alpha.2...integration-tests@0.19.19-alpha.3) (2023-02-06) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.19-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.16-alpha.0...integration-tests@0.19.19-alpha.2) (2023-02-06) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.16-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.15-alpha.0...integration-tests@0.19.16-alpha.0) (2023-02-02) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.15-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.14-alpha.0...integration-tests@0.19.15-alpha.0) (2023-02-02) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.14-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.13-alpha.0...integration-tests@0.19.14-alpha.0) (2023-02-02) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.13-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.12-alpha.0...integration-tests@0.19.13-alpha.0) (2023-02-02) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.12-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.11-alpha.0...integration-tests@0.19.12-alpha.0) (2023-02-02) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.11-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.10-alpha.0...integration-tests@0.19.11-alpha.0) (2023-02-01) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.10-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.9-alpha.0...integration-tests@0.19.10-alpha.0) (2023-02-01) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.9-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.8-alpha.0...integration-tests@0.19.9-alpha.0) (2023-02-01) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.8-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.7-alpha.0...integration-tests@0.19.8-alpha.0) (2023-02-01) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.7-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.6-alpha.0...integration-tests@0.19.7-alpha.0) (2023-02-01) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.6-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.5-alpha.0...integration-tests@0.19.6-alpha.0) (2023-02-01) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.5-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.4-alpha.0...integration-tests@0.19.5-alpha.0) (2023-01-31) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.4-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.19.3-alpha.0...integration-tests@0.19.4-alpha.0) (2023-01-31) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.3-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.6-alpha.0...integration-tests@0.19.3-alpha.0) (2023-01-31) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.2-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.6-alpha.0...integration-tests@0.19.2-alpha.0) (2023-01-30) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.19.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.6-alpha.0...integration-tests@0.19.1-alpha.0) (2023-01-30) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.19.0-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.6-alpha.0...integration-tests@0.19.0-alpha.2) (2023-01-27) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.19.0-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.6-alpha.0...integration-tests@0.19.0-alpha.1) (2023-01-27) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.19.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.6-alpha.0...integration-tests@0.19.0-alpha.0) (2023-01-27) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.18.6-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.5-alpha.0...integration-tests@0.18.6-alpha.0) (2023-01-15) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.18.5-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.4-alpha.0...integration-tests@0.18.5-alpha.0) (2023-01-15) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.18.4-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.1-alpha.1...integration-tests@0.18.4-alpha.0) (2023-01-15) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.18.1-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.1-alpha.0...integration-tests@0.18.1-alpha.1) (2023-01-14) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.18.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.0-alpha.1...integration-tests@0.18.1-alpha.0) (2023-01-14) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.18.0-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.18.0-alpha.0...integration-tests@0.18.0-alpha.1) (2023-01-14) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.18.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.17.0-alpha.1...integration-tests@0.18.0-alpha.0) (2023-01-13) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.17.0-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.16.0...integration-tests@0.17.0-alpha.1) (2023-01-11) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.17.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.16.0...integration-tests@0.17.0-alpha.0) (2023-01-11) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.16.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.14.4...integration-tests@0.16.0) (2022-12-19) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.16.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.14.4...integration-tests@0.16.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.15.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.14.4...integration-tests@0.15.0) (2022-12-14) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.15.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.14.4...integration-tests@0.15.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.14.5-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.14.4...integration-tests@0.14.5-alpha.0) (2022-12-09) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.14.4](https://github.com/TryQuiet/quiet/compare/integration-tests@0.12.1-alpha.0...integration-tests@0.14.4) (2022-11-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.14.3](https://github.com/TryQuiet/quiet/compare/integration-tests@0.12.1-alpha.0...integration-tests@0.14.3) (2022-11-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.14.2](https://github.com/TryQuiet/quiet/compare/integration-tests@0.12.1-alpha.0...integration-tests@0.14.2) (2022-11-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.14.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.12.1-alpha.0...integration-tests@0.14.1) (2022-11-21) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.14.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.12.1-alpha.0...integration-tests@0.14.0) (2022-11-18) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.14.0-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@0.12.1-alpha.0...integration-tests@0.14.0-alpha.2) (2022-11-18) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.14.0-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.12.1-alpha.0...integration-tests@0.14.0-alpha.1) (2022-11-18) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.14.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.12.1-alpha.0...integration-tests@0.14.0-alpha.0) (2022-11-18) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.13.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.12.1-alpha.0...integration-tests@0.13.0) (2022-11-18) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.12.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.12.0...integration-tests@0.12.1-alpha.0) (2022-11-18) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.12.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.3-alpha.16...integration-tests@0.12.0) (2022-10-31) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.16](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.11.3-alpha.13...integration-tests@0.11.3-alpha.16) (2022-10-19) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.15](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.11.3-alpha.13...integration-tests@0.11.3-alpha.15) (2022-10-18) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.14](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.11.3-alpha.13...integration-tests@0.11.3-alpha.14) (2022-10-18) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.13](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.3-alpha.7...integration-tests@0.11.3-alpha.13) (2022-09-22) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.12](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.3-alpha.7...integration-tests@0.11.3-alpha.12) (2022-09-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.11](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.3-alpha.7...integration-tests@0.11.3-alpha.11) (2022-09-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.10](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.3-alpha.7...integration-tests@0.11.3-alpha.10) (2022-09-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.9](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.3-alpha.7...integration-tests@0.11.3-alpha.9) (2022-09-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.8](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.3-alpha.7...integration-tests@0.11.3-alpha.8) (2022-09-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.7](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.2...integration-tests@0.11.3-alpha.7) (2022-09-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.6](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.2...integration-tests@0.11.3-alpha.6) (2022-09-20) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.5](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.2...integration-tests@0.11.3-alpha.5) (2022-09-17) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.4](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.2...integration-tests@0.11.3-alpha.4) (2022-09-16) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.3](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.2...integration-tests@0.11.3-alpha.3) (2022-09-16) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.2...integration-tests@0.11.3-alpha.2) (2022-09-16) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.2...integration-tests@0.11.3-alpha.1) (2022-09-16) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.3-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.2...integration-tests@0.11.3-alpha.0) (2022-09-16) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.2](https://github.com/TryQuiet/quiet/compare/integration-tests@0.11.1...integration-tests@0.11.2) (2022-09-15) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.11.1](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.11.0...integration-tests@0.11.1) (2022-09-13) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.11.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.10.2-alpha.0...integration-tests@0.11.0) (2022-09-07) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.10.2-alpha.5](https://github.com/TryQuiet/quiet/compare/integration-tests@0.10.2-alpha.0...integration-tests@0.10.2-alpha.5) (2022-09-05) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.10.2-alpha.4](https://github.com/TryQuiet/quiet/compare/integration-tests@0.10.2-alpha.0...integration-tests@0.10.2-alpha.4) (2022-09-05) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.10.2-alpha.3](https://github.com/TryQuiet/quiet/compare/integration-tests@0.10.2-alpha.0...integration-tests@0.10.2-alpha.3) (2022-09-05) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.10.2-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@0.10.2-alpha.0...integration-tests@0.10.2-alpha.2) (2022-09-05) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.10.2-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.10.2-alpha.0...integration-tests@0.10.2-alpha.1) (2022-09-05) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.10.2-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.10.1-alpha.1...integration-tests@0.10.2-alpha.0) (2022-08-26) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.10.1-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.10.0...integration-tests@0.10.1-alpha.1) (2022-08-16) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.10.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.10.0...integration-tests@0.10.1-alpha.0) (2022-08-11) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.10.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.9.5-alpha.5...integration-tests@0.10.0) (2022-08-10) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.5-alpha.5](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.9.5-alpha.4...integration-tests@0.9.5-alpha.5) (2022-08-05) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.5-alpha.4](https://github.com/TryQuiet/quiet/compare/integration-tests@0.9.5-alpha.3...integration-tests@0.9.5-alpha.4) (2022-08-04) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.5-alpha.3](https://github.com/TryQuiet/quiet/compare/integration-tests@0.9.5-alpha.1...integration-tests@0.9.5-alpha.3) (2022-08-04) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.5-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@0.9.5-alpha.1...integration-tests@0.9.5-alpha.2) (2022-08-04) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.5-alpha.1](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.9.5-alpha.0...integration-tests@0.9.5-alpha.1) (2022-08-01) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.5-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.8.2-alpha.0...integration-tests@0.9.5-alpha.0) (2022-07-15) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.4-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.9.4-alpha.0...integration-tests@0.9.4-alpha.1) (2022-07-15) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.4-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.9.3-alpha.0...integration-tests@0.9.4-alpha.0) (2022-07-07) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.3-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.9.2-alpha.0...integration-tests@0.9.3-alpha.0) (2022-07-06) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.2-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.9.1-alpha.0...integration-tests@0.9.2-alpha.0) (2022-07-05) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.9.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.9.0-alpha.0...integration-tests@0.9.1-alpha.0) (2022-07-05) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.9.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.8.2-alpha.0...integration-tests@0.9.0-alpha.0) (2022-07-05) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.8.2-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.8.1-alpha.1...integration-tests@0.8.2-alpha.0) (2022-06-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.8.1-alpha.2](https://github.com/TryQuiet/quiet/compare/integration-tests@0.8.1-alpha.1...integration-tests@0.8.1-alpha.2) (2022-06-21) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.8.1-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.8.1-alpha.0...integration-tests@0.8.1-alpha.1) (2022-06-16) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.8.1-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.8.0-alpha.0...integration-tests@0.8.1-alpha.0) (2022-06-14) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.8.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.7.0-alpha.0...integration-tests@0.8.0-alpha.0) (2022-06-14) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.7.0-alpha.1](https://github.com/TryQuiet/quiet/compare/integration-tests@0.7.0-alpha.0...integration-tests@0.7.0-alpha.1) (2022-06-03) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.7.0-alpha.0](https://github.com/TryQuiet/quiet/compare/integration-tests@0.6.1-alpha.0...integration-tests@0.7.0-alpha.0) (2022-06-03) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.6.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.6.0-alpha.0...integration-tests@0.6.1-alpha.0) (2022-05-18) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.6.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.5.0-alpha.0...integration-tests@0.6.0-alpha.0) (2022-05-16) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.5.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.5-alpha.0...integration-tests@0.5.0-alpha.0) (2022-04-29) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.4.5-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.4-alpha.0...integration-tests@0.4.5-alpha.0) (2022-04-20) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.4.4-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.3-alpha.0...integration-tests@0.4.4-alpha.0) (2022-04-15) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.4.3-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.2-alpha.0...integration-tests@0.4.3-alpha.0) (2022-04-15) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.4.2-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.0-alpha.8...integration-tests@0.4.2-alpha.0) (2022-04-15) - -**Note:** Version bump only for package integration-tests - - - - - -## [0.4.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.0-alpha.8...integration-tests@0.4.1-alpha.0) (2022-04-15) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.4.0-alpha.8](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.0-alpha.7...integration-tests@0.4.0-alpha.8) (2022-04-04) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.4.0-alpha.7](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.0-alpha.4...integration-tests@0.4.0-alpha.7) (2022-04-01) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.4.0-alpha.6](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.0-alpha.4...integration-tests@0.4.0-alpha.6) (2022-03-28) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.4.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.0-alpha.4...integration-tests@0.4.0-alpha.5) (2022-03-25) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.4.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.0-alpha.3...integration-tests@0.4.0-alpha.4) (2022-03-19) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.4.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.0-alpha.2...integration-tests@0.4.0-alpha.3) (2022-03-17) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.4.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.0-alpha.0...integration-tests@0.4.0-alpha.2) (2022-03-11) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.4.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.4.0-alpha.0...integration-tests@0.4.0-alpha.1) (2022-03-11) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.4.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.3.0-alpha.5...integration-tests@0.4.0-alpha.0) (2022-03-08) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.3.0-alpha.6](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.3.0-alpha.5...integration-tests@0.3.0-alpha.6) (2022-02-28) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.3.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.2.0-alpha.0...integration-tests@0.3.0-alpha.5) (2022-02-23) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.3.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.2.0-alpha.0...integration-tests@0.3.0-alpha.4) (2022-02-23) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.3.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.2.0-alpha.0...integration-tests@0.3.0-alpha.3) (2022-02-22) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.3.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.2.0-alpha.0...integration-tests@0.3.0-alpha.2) (2022-02-21) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.3.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.2.0-alpha.0...integration-tests@0.3.0-alpha.1) (2022-02-21) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.3.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.2.0-alpha.0...integration-tests@0.3.0-alpha.0) (2022-02-18) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.2.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.1.0-alpha.5...integration-tests@0.2.0-alpha.0) (2022-02-09) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.1.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.1.0-alpha.4...integration-tests@0.1.0-alpha.5) (2022-02-03) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.1.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.1.0-alpha.3...integration-tests@0.1.0-alpha.4) (2022-01-27) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.1.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.1.0-alpha.2...integration-tests@0.1.0-alpha.3) (2022-01-27) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.1.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.1.0-alpha.1...integration-tests@0.1.0-alpha.2) (2022-01-25) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.1.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/integration-tests@0.1.0-alpha.0...integration-tests@0.1.0-alpha.1) (2022-01-25) - -**Note:** Version bump only for package integration-tests - - - - - -# [0.1.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@3.4.0-alpha.0...integration-tests@0.1.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package integration-tests - - - - - -# [3.4.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@3.3.0-alpha.0...integration-tests@3.4.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package integration-tests - - - - - -# [3.3.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@3.2.0-alpha.0...integration-tests@3.3.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package integration-tests - - - - - -# [3.2.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@3.1.0-alpha.0...integration-tests@3.2.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package integration-tests - - - - - -# [3.1.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@3.0.0-alpha.0...integration-tests@3.1.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package integration-tests - - - - - -# [3.0.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@2.0.0...integration-tests@3.0.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package integration-tests - - - - - -# [2.0.0](https://github.com/TryQuiet/monorepo/compare/integration-tests@2.0.0-alpha.1...integration-tests@2.0.0) (2021-12-29) - -**Note:** Version bump only for package integration-tests - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/integration-tests@2.0.0-alpha.0...integration-tests@2.0.0-alpha.1) (2021-12-29) - -**Note:** Version bump only for package integration-tests - - - - - -# 2.0.0-alpha.0 (2021-12-28) - -**Note:** Version bump only for package integration-tests +* Invite tab as default in settings diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index b0593791d3..2b3209af66 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -1,928 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@2.0.1-alpha.4...@quiet/logger@2.0.2-alpha.0) (2023-10-26) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. -**Note:** Version bump only for package @quiet/logger +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication -## [2.0.1-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/logger@2.0.1-alpha.3...@quiet/logger@2.0.1-alpha.4) (2023-10-12) +[2.0.3-alpha.5] -**Note:** Version bump only for package @quiet/logger +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack -## [2.0.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/logger@2.0.1-alpha.2...@quiet/logger@2.0.1-alpha.3) (2023-10-10) +[2.0.3-alpha.0] -**Note:** Version bump only for package @quiet/logger +* Filter CSRs - remove old csrs and replace with new for each pubkey +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name +* Use context menu for information about unregistered username instead screen +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile -## [2.0.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@2.0.1-alpha.1...@quiet/logger@2.0.1-alpha.2) (2023-10-09) +* Removed registration attempts selector and corresponding usage. -**Note:** Version bump only for package @quiet/logger +* Revert adjusting bootstrap scripts for developing on Windows +* Channel input - replaced ContentEditable with textarea +* Fix - up/down arrows now work properly inside channel input (textarea) +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile -## [2.0.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@2.0.1-alpha.0...@quiet/logger@2.0.1-alpha.1) (2023-09-25) +* Change nickname for taken username -**Note:** Version bump only for package @quiet/logger +* Map messages sent before changing username +* Update registrar service to match new registration flow. +* Add possible impersonation attack UI for desktop and mobile +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests -## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.7.0-alpha.1...@quiet/logger@2.0.1-alpha.0) (2023-09-25) +* Prettify loading component on Chat screen (mobile) -**Note:** Version bump only for package @quiet/logger +* Running Chromatic tests for forked PRs +* Added e2e test for user joining community when owner is offline. Improved e2e tests +* Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name -# [2.0.0-alpha.18](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.7.0-alpha.1...@quiet/logger@2.0.0-alpha.18) (2023-10-04) +* No unregistered/duplicated label for system messages -**Note:** Version bump only for package @quiet/logger +[2.0.0-alpha.11] +* Customize Launch Screen on iOS +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. -# [1.7.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.7.0-alpha.0...@quiet/logger@1.7.0-alpha.1) (2023-09-14) +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. -**Note:** Version bump only for package @quiet/logger +* Fixed android stucking on username registration screen introduced in previous alpha. +* Added creator username to initial channel message. +* Fixed bug with changing joining community/create community screens with required field. +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR -# [1.7.0-alpha.0](/compare/@quiet/logger@1.6.0...@quiet/logger@1.7.0-alpha.0) (2023-08-29) +* Labels for unregistered and duplicate usernames with modals -**Note:** Version bump only for package @quiet/logger +* Fixed LoadingPanel useEffect bug. +* Use csrs instead of certificates as a source of user data +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. -# [1.6.0](/compare/@quiet/logger@1.6.0-alpha.0...@quiet/logger@1.6.0) (2023-08-28) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.6.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.5.0...@quiet/logger@1.6.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.5.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.4.0...@quiet/logger@1.5.0) (2023-08-17) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.4.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.4.0-alpha.1...@quiet/logger@1.4.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.4.0-alpha.0...@quiet/logger@1.4.0-alpha.1) (2023-07-05) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.3.1...@quiet/logger@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [1.3.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.3.1-alpha.0...@quiet/logger@1.3.1) (2023-06-13) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.3.0...@quiet/logger@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.3.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.2.1-alpha.3...@quiet/logger@1.3.0) (2023-06-02) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [1.2.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.2.1-alpha.2...@quiet/logger@1.2.1-alpha.3) (2023-05-25) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [1.2.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.2.1-alpha.1...@quiet/logger@1.2.1-alpha.2) (2023-05-10) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [1.2.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.2.1-alpha.0...@quiet/logger@1.2.1-alpha.1) (2023-04-28) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [1.2.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.2.0...@quiet/logger@1.2.1-alpha.0) (2023-04-26) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.2.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.2.0-alpha.21...@quiet/logger@1.2.0) (2023-04-18) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.2.0-alpha.21](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.2.0-alpha.20...@quiet/logger@1.2.0-alpha.21) (2023-04-12) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.2.0-alpha.20](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.0.1-alpha.0...@quiet/logger@1.2.0-alpha.20) (2023-04-07) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [1.0.1-alpha.0](/compare/@quiet/logger@1.0.0...@quiet/logger@1.0.1-alpha.0) (2023-03-28) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.0.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.0.0-alpha.20...@quiet/logger@1.0.0) (2023-03-02) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.0.0-alpha.20](/compare/@quiet/logger@1.0.0-alpha.5...@quiet/logger@1.0.0-alpha.20) (2023-02-28) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.0.0-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.0.0-alpha.4...@quiet/logger@1.0.0-alpha.5) (2023-02-16) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.0.0-alpha.3...@quiet/logger@1.0.0-alpha.4) (2023-02-14) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.0.0-alpha.2...@quiet/logger@1.0.0-alpha.3) (2023-02-13) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.0.0-alpha.1...@quiet/logger@1.0.0-alpha.2) (2023-02-13) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@1.0.0-alpha.0...@quiet/logger@1.0.0-alpha.1) (2023-02-09) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [1.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.19-alpha.14...@quiet/logger@1.0.0-alpha.0) (2023-02-09) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.19-alpha.14](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.19-alpha.13...@quiet/logger@0.19.19-alpha.14) (2023-02-08) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.19-alpha.13](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.19-alpha.12...@quiet/logger@0.19.19-alpha.13) (2023-02-08) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.19-alpha.12](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.19-alpha.5...@quiet/logger@0.19.19-alpha.12) (2023-02-07) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.19-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.19-alpha.4...@quiet/logger@0.19.19-alpha.5) (2023-02-07) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.19-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.19-alpha.3...@quiet/logger@0.19.19-alpha.4) (2023-02-06) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.19-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.19-alpha.2...@quiet/logger@0.19.19-alpha.3) (2023-02-06) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.19-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.7-alpha.0...@quiet/logger@0.19.19-alpha.2) (2023-02-06) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.7-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.6-alpha.0...@quiet/logger@0.19.7-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.6-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.5-alpha.0...@quiet/logger@0.19.6-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.5-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.4-alpha.0...@quiet/logger@0.19.5-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.4-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.19.3-alpha.0...@quiet/logger@0.19.4-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.4-alpha.0...@quiet/logger@0.19.3-alpha.0) (2023-01-31) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.4-alpha.0...@quiet/logger@0.19.2-alpha.0) (2023-01-30) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.19.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.4-alpha.0...@quiet/logger@0.19.1-alpha.0) (2023-01-30) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.19.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.4-alpha.0...@quiet/logger@0.19.0-alpha.2) (2023-01-27) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.19.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.4-alpha.0...@quiet/logger@0.19.0-alpha.1) (2023-01-27) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.19.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.4-alpha.0...@quiet/logger@0.19.0-alpha.0) (2023-01-27) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.16.4-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.3-alpha.0...@quiet/logger@0.16.4-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.16.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.0-alpha.2...@quiet/logger@0.16.3-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.16.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.0-alpha.2...@quiet/logger@0.16.2-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.16.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.0-alpha.2...@quiet/logger@0.16.1-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.16.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.16.0-alpha.1...@quiet/logger@0.16.0-alpha.2) (2023-01-14) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.16.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.15.0...@quiet/logger@0.16.0-alpha.1) (2023-01-11) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.16.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.15.0...@quiet/logger@0.16.0-alpha.0) (2023-01-11) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.15.0](https://github.com/TryQuiet/monorepo/compare/@quiet/logger@0.13.4...@quiet/logger@0.15.0) (2022-12-19) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.15.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.13.4...@quiet/logger@0.15.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.14.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.13.4...@quiet/logger@0.14.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.14.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.13.4...@quiet/logger@0.14.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.13.5-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.13.4...@quiet/logger@0.13.5-alpha.0) (2022-12-09) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.13.4](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.11.1-alpha.0...@quiet/logger@0.13.4) (2022-11-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.13.3](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.11.1-alpha.0...@quiet/logger@0.13.3) (2022-11-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.13.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.11.1-alpha.0...@quiet/logger@0.13.2) (2022-11-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.13.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.11.1-alpha.0...@quiet/logger@0.13.1) (2022-11-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.13.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.11.1-alpha.0...@quiet/logger@0.13.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.13.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.11.1-alpha.0...@quiet/logger@0.13.0-alpha.2) (2022-11-18) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.13.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.11.1-alpha.0...@quiet/logger@0.13.0-alpha.1) (2022-11-18) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.13.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.11.1-alpha.0...@quiet/logger@0.13.0-alpha.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.12.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.11.1-alpha.0...@quiet/logger@0.12.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.11.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/logger@0.11.0...@quiet/logger@0.11.1-alpha.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.11.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.3-alpha.16...@quiet/logger@0.11.0) (2022-10-31) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.16](https://github.com/TryQuiet/monorepo/compare/@quiet/logger@0.10.3-alpha.13...@quiet/logger@0.10.3-alpha.16) (2022-10-19) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.15](https://github.com/TryQuiet/monorepo/compare/@quiet/logger@0.10.3-alpha.13...@quiet/logger@0.10.3-alpha.15) (2022-10-18) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.14](https://github.com/TryQuiet/monorepo/compare/@quiet/logger@0.10.3-alpha.13...@quiet/logger@0.10.3-alpha.14) (2022-10-18) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.13](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.3-alpha.7...@quiet/logger@0.10.3-alpha.13) (2022-09-22) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.12](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.3-alpha.7...@quiet/logger@0.10.3-alpha.12) (2022-09-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.11](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.3-alpha.7...@quiet/logger@0.10.3-alpha.11) (2022-09-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.10](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.3-alpha.7...@quiet/logger@0.10.3-alpha.10) (2022-09-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.9](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.3-alpha.7...@quiet/logger@0.10.3-alpha.9) (2022-09-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.3-alpha.7...@quiet/logger@0.10.3-alpha.8) (2022-09-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.2...@quiet/logger@0.10.3-alpha.7) (2022-09-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.2...@quiet/logger@0.10.3-alpha.6) (2022-09-20) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.2...@quiet/logger@0.10.3-alpha.5) (2022-09-17) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.2...@quiet/logger@0.10.3-alpha.4) (2022-09-16) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.2...@quiet/logger@0.10.3-alpha.3) (2022-09-16) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.2...@quiet/logger@0.10.3-alpha.2) (2022-09-16) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.2...@quiet/logger@0.10.3-alpha.1) (2022-09-16) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.2...@quiet/logger@0.10.3-alpha.0) (2022-09-16) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.10.1...@quiet/logger@0.10.2) (2022-09-15) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.10.1](https://github.com/TryQuiet/monorepo/compare/@quiet/logger@0.10.0...@quiet/logger@0.10.1) (2022-09-13) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.10.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.9.2-alpha.0...@quiet/logger@0.10.0) (2022-09-07) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.9.2-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.9.2-alpha.0...@quiet/logger@0.9.2-alpha.5) (2022-09-05) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.9.2-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.9.2-alpha.0...@quiet/logger@0.9.2-alpha.4) (2022-09-05) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.9.2-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.9.2-alpha.0...@quiet/logger@0.9.2-alpha.3) (2022-09-05) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.9.2-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.9.2-alpha.0...@quiet/logger@0.9.2-alpha.2) (2022-09-05) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.9.2-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.9.2-alpha.0...@quiet/logger@0.9.2-alpha.1) (2022-09-05) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.9.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.9.1-alpha.1...@quiet/logger@0.9.2-alpha.0) (2022-08-26) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.9.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.9.0...@quiet/logger@0.9.1-alpha.1) (2022-08-16) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.9.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.9.0...@quiet/logger@0.9.1-alpha.0) (2022-08-11) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.9.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.8.2-alpha.4...@quiet/logger@0.9.0) (2022-08-10) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.8.2-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.8.2-alpha.3...@quiet/logger@0.8.2-alpha.4) (2022-08-04) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.8.2-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.8.2-alpha.1...@quiet/logger@0.8.2-alpha.3) (2022-08-04) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.8.2-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.8.2-alpha.1...@quiet/logger@0.8.2-alpha.2) (2022-08-04) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.8.2-alpha.1](https://github.com/TryQuiet/monorepo/compare/@quiet/logger@0.8.2-alpha.0...@quiet/logger@0.8.2-alpha.1) (2022-08-01) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.8.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.2.0-alpha.0...@quiet/logger@0.8.2-alpha.0) (2022-06-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.2.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.2.0-alpha.0...@quiet/logger@0.2.0-alpha.1) (2022-06-21) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.2.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/logger@0.1.2-alpha.0...@quiet/logger@0.2.0-alpha.0) (2022-06-03) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.1.2-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/logger@0.1.0-alpha.4...@quiet/logger@0.1.2-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/logger - - - - - -## [0.1.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/logger@0.1.0-alpha.4...@quiet/logger@0.1.1-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/logger - - - - - -# [0.1.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/@quiet/logger@0.1.0-alpha.3...@quiet/logger@0.1.0-alpha.4) (2022-04-04) - -**Note:** Version bump only for package @quiet/logger - - - - - -# 0.1.0-alpha.3 (2022-04-01) - -**Note:** Version bump only for package @quiet/logger - - - - - -# 0.1.0-alpha.2 (2022-03-28) - -**Note:** Version bump only for package @quiet/logger - - - - - -# 0.1.0-alpha.1 (2022-03-25) - -**Note:** Version bump only for package @quiet/logger +* Invite tab as default in settings diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 67495aea83..2b3209af66 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -1,2069 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.3-alpha.11](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.10...@quiet/mobile@2.0.3-alpha.11) (2023-11-24) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. -**Note:** Version bump only for package @quiet/mobile +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication -## [2.0.3-alpha.10](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.9...@quiet/mobile@2.0.3-alpha.10) (2023-11-24) +[2.0.3-alpha.5] -**Note:** Version bump only for package @quiet/mobile +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack -## [2.0.3-alpha.9](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.8...@quiet/mobile@2.0.3-alpha.9) (2023-11-22) +[2.0.3-alpha.0] +* Filter CSRs - remove old csrs and replace with new for each pubkey -### Features +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name -* trigger lerna ([4ca8195](https://github.com/TryQuiet/quiet/commit/4ca81958c57e88f172e0d78f055e9008a5a4a90a)) +* Use context menu for information about unregistered username instead screen +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile +* Removed registration attempts selector and corresponding usage. +* Revert adjusting bootstrap scripts for developing on Windows -## [2.0.3-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.7...@quiet/mobile@2.0.3-alpha.8) (2023-11-22) +* Channel input - replaced ContentEditable with textarea -**Note:** Version bump only for package @quiet/mobile +* Fix - up/down arrows now work properly inside channel input (textarea) +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile +* Change nickname for taken username +* Map messages sent before changing username -## [2.0.3-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.6...@quiet/mobile@2.0.3-alpha.7) (2023-11-21) +* Update registrar service to match new registration flow. -**Note:** Version bump only for package @quiet/mobile +* Add possible impersonation attack UI for desktop and mobile +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests +* Prettify loading component on Chat screen (mobile) +* Running Chromatic tests for forked PRs -## [2.0.3-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.5...@quiet/mobile@2.0.3-alpha.6) (2023-11-14) +* Added e2e test for user joining community when owner is offline. Improved e2e tests -**Note:** Version bump only for package @quiet/mobile +* Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name +* No unregistered/duplicated label for system messages +[2.0.0-alpha.11] -## [2.0.3-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.4...@quiet/mobile@2.0.3-alpha.5) (2023-11-14) +* Customize Launch Screen on iOS +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). -### Bug Fixes +* Replaced greying out inputs with splash screen on joining/creating screens. -* font in input validation and hint from 10px to 14px ([a3ce5cb](https://github.com/TryQuiet/quiet/commit/a3ce5cb76603042294685e3ad9ca82088a0d7561)) +* Fixes empty space between chat's input and a soft keyboard on iOS devices. +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. +* Fixed android stucking on username registration screen introduced in previous alpha. +* Added creator username to initial channel message. +* Fixed bug with changing joining community/create community screens with required field. -## [2.0.3-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.3...@quiet/mobile@2.0.3-alpha.4) (2023-11-13) -## [1.10.10](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.9...@quiet/mobile@1.10.10) (2023-11-09) +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR -### Features +* Labels for unregistered and duplicate usernames with modals -* bump versionCode ([104c656](https://github.com/TryQuiet/quiet/commit/104c6569805efecffcc23a801a8ba91a352966fe)) -* bump versionCode ([08af810](https://github.com/TryQuiet/quiet/commit/08af81032b533beaea800cf1fd53035616c9d5d8)) +* Fixed LoadingPanel useEffect bug. +* Use csrs instead of certificates as a source of user data +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. -## [2.0.3-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.2...@quiet/mobile@2.0.3-alpha.3) (2023-11-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [2.0.3-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.1...@quiet/mobile@2.0.3-alpha.2) (2023-11-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [2.0.3-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.3-alpha.0...@quiet/mobile@2.0.3-alpha.1) (2023-11-08) - - -### Bug Fixes - -* fix UI ([#2021](https://github.com/TryQuiet/quiet/issues/2021)) ([0aac01d](https://github.com/TryQuiet/quiet/commit/0aac01da5a02c2ebef6839a7ab4542b99896df68)) -* mobile popup back button ([#2023](https://github.com/TryQuiet/quiet/issues/2023)) ([b0c6e2d](https://github.com/TryQuiet/quiet/commit/b0c6e2d13f287124c52eec3ec85c07e80e2b057b)) - - - - - -## [2.0.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.2-alpha.0...@quiet/mobile@2.0.3-alpha.0) (2023-10-26) - - -### Features - -* version code 366 ([cebf886](https://github.com/TryQuiet/quiet/commit/cebf886aee2c4ec6e0ef4e66219d9dc0afecb98c)) - - - - - -## [2.0.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.1-alpha.7...@quiet/mobile@2.0.2-alpha.0) (2023-10-26) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [2.0.1-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.1-alpha.6...@quiet/mobile@2.0.1-alpha.7) (2023-10-16) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [2.0.1-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.1-alpha.5...@quiet/mobile@2.0.1-alpha.6) (2023-10-13) - - -### Bug Fixes - -* fallback to gradle.properties for ndk path ([#1960](https://github.com/TryQuiet/quiet/issues/1960)) ([a1d341c](https://github.com/TryQuiet/quiet/commit/a1d341c9257d3fee93678655741d2ef7eb101c6c)) - - - - - -## [2.0.1-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.1-alpha.4...@quiet/mobile@2.0.1-alpha.5) (2023-10-12) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [2.0.1-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.1-alpha.3...@quiet/mobile@2.0.1-alpha.4) (2023-10-11) - - -### Reverts - -* Revert "Adjust project bootstrap scripts to be windows-friendly (#1870)" (#1937) ([0811ea3](https://github.com/TryQuiet/quiet/commit/0811ea3ea3f682dd763be72b12f626fe416bc036)), closes [#1870](https://github.com/TryQuiet/quiet/issues/1870) [#1937](https://github.com/TryQuiet/quiet/issues/1937) [#1870](https://github.com/TryQuiet/quiet/issues/1870) - - - - - -## [2.0.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.1-alpha.2...@quiet/mobile@2.0.1-alpha.3) (2023-10-10) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [2.0.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.8...@quiet/mobile@2.0.1-alpha.2) (2023-10-09) - - -### Bug Fixes - -* typo in function name ([7e00db1](https://github.com/TryQuiet/quiet/commit/7e00db1eb8d868cfe6682a1fa75f7e90b3a496bb)) - - -### Reverts - -* Revert "Match designs for mobile chat input (#1841)" ([e57fbca](https://github.com/TryQuiet/quiet/commit/e57fbcadcc51995c0360ee3b7b7fba201f4a9605)), closes [#1841](https://github.com/TryQuiet/quiet/issues/1841) - - - - - -## [2.0.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.1-alpha.0...@quiet/mobile@2.0.1-alpha.1) (2023-09-25) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.15...@quiet/mobile@2.0.1-alpha.0) (2023-09-25) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.21](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.20...@quiet/mobile@2.0.0-alpha.21) (2023-10-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.20](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.19...@quiet/mobile@2.0.0-alpha.20) (2023-10-05) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.19](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.18...@quiet/mobile@2.0.0-alpha.19) (2023-10-04) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.18](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.8...@quiet/mobile@2.0.0-alpha.18) (2023-10-04) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.15](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.14...@quiet/mobile@2.0.0-alpha.15) (2023-09-22) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.14](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.13...@quiet/mobile@2.0.0-alpha.14) (2023-09-22) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.13](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.12...@quiet/mobile@2.0.0-alpha.13) (2023-09-22) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.12](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.11...@quiet/mobile@2.0.0-alpha.12) (2023-09-20) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.11](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.10...@quiet/mobile@2.0.0-alpha.11) (2023-09-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.10](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.9...@quiet/mobile@2.0.0-alpha.10) (2023-09-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.9](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.5...@quiet/mobile@2.0.0-alpha.9) (2023-09-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.7...@quiet/mobile@2.0.0-alpha.8) (2023-09-14) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.6...@quiet/mobile@2.0.0-alpha.7) (2023-09-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.5...@quiet/mobile@2.0.0-alpha.6) (2023-09-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.4...@quiet/mobile@2.0.0-alpha.5) (2023-09-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.3...@quiet/mobile@2.0.0-alpha.4) (2023-09-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.2...@quiet/mobile@2.0.0-alpha.3) (2023-09-05) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.1...@quiet/mobile@2.0.0-alpha.2) (2023-09-05) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@2.0.0-alpha.0...@quiet/mobile@2.0.0-alpha.1) (2023-09-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [2.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.11.0-alpha.0...@quiet/mobile@2.0.0-alpha.0) (2023-09-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.11.0-alpha.0](/compare/@quiet/mobile@1.10.0...@quiet/mobile@1.11.0-alpha.0) (2023-08-29) -## [1.10.9](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.8...@quiet/mobile@1.10.9) (2023-11-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.10.8](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.7...@quiet/mobile@1.10.8) (2023-10-03) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.10.7](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.6...@quiet/mobile@1.10.7) (2023-10-03) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.10.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.5...@quiet/mobile@1.10.6) (2023-09-25) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.10.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.4...@quiet/mobile@1.10.5) (2023-09-15) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.10.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.3...@quiet/mobile@1.10.4) (2023-09-15) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.10.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.2...@quiet/mobile@1.10.3) (2023-09-15) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.10.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.1...@quiet/mobile@1.10.2) (2023-09-15) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.10.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.10.0...@quiet/mobile@1.10.1) (2023-09-15) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.10.0](/compare/@quiet/mobile@1.10.0-alpha.0...@quiet/mobile@1.10.0) (2023-08-28) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.10.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.9.0...@quiet/mobile@1.10.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.9.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.8.1-alpha.3...@quiet/mobile@1.9.0) (2023-08-17) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.8.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.8.1-alpha.2...@quiet/mobile@1.8.1-alpha.3) (2023-08-11) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.8.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.8.1-alpha.1...@quiet/mobile@1.8.1-alpha.2) (2023-08-11) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.8.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.8.1-alpha.0...@quiet/mobile@1.8.1-alpha.1) (2023-08-08) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.8.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.8.0...@quiet/mobile@1.8.1-alpha.0) (2023-08-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.8.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.6.1-alpha.0...@quiet/mobile@1.8.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.7.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.6.1-alpha.0...@quiet/mobile@1.7.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.6.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.6.0-alpha.0...@quiet/mobile@1.6.1-alpha.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.6.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.5.0-alpha.0...@quiet/mobile@1.6.0-alpha.0) (2023-07-26) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.5.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.2-alpha.1...@quiet/mobile@1.5.0-alpha.0) (2023-07-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.4.2-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.2-alpha.0...@quiet/mobile@1.4.2-alpha.1) (2023-07-17) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.4.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.1-alpha.2...@quiet/mobile@1.4.2-alpha.0) (2023-07-17) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.4.1-alpha.2](/compare/@quiet/mobile@1.4.1-alpha.1...@quiet/mobile@1.4.1-alpha.2) (2023-07-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.4.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.1-alpha.0...@quiet/mobile@1.4.1-alpha.1) (2023-07-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.4.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.0-alpha.6...@quiet/mobile@1.4.1-alpha.0) (2023-07-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.4.0-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.0-alpha.5...@quiet/mobile@1.4.0-alpha.6) (2023-07-05) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.4.0-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.0-alpha.4...@quiet/mobile@1.4.0-alpha.5) (2023-06-20) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.4.0-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.0-alpha.3...@quiet/mobile@1.4.0-alpha.4) (2023-06-20) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.4.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.0-alpha.2...@quiet/mobile@1.4.0-alpha.3) (2023-06-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.4.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.0-alpha.1...@quiet/mobile@1.4.0-alpha.2) (2023-06-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.4.0-alpha.0...@quiet/mobile@1.4.0-alpha.1) (2023-06-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.3.1...@quiet/mobile@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.3.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.3.1-alpha.0...@quiet/mobile@1.3.1) (2023-06-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.3.0...@quiet/mobile@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.3.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.11...@quiet/mobile@1.3.0) (2023-06-02) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.11](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.10...@quiet/mobile@1.2.1-alpha.11) (2023-06-02) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.10](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.9...@quiet/mobile@1.2.1-alpha.10) (2023-06-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.9](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.8...@quiet/mobile@1.2.1-alpha.9) (2023-05-30) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.7...@quiet/mobile@1.2.1-alpha.8) (2023-05-25) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.6...@quiet/mobile@1.2.1-alpha.7) (2023-05-25) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.5...@quiet/mobile@1.2.1-alpha.6) (2023-05-10) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.4...@quiet/mobile@1.2.1-alpha.5) (2023-05-10) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.3...@quiet/mobile@1.2.1-alpha.4) (2023-05-10) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.2...@quiet/mobile@1.2.1-alpha.3) (2023-05-10) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.1...@quiet/mobile@1.2.1-alpha.2) (2023-04-28) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.1-alpha.0...@quiet/mobile@1.2.1-alpha.1) (2023-04-27) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.2.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0...@quiet/mobile@1.2.1-alpha.0) (2023-04-26) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.29...@quiet/mobile@1.2.0) (2023-04-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.29](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.28...@quiet/mobile@1.2.0-alpha.29) (2023-04-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.28](/compare/@quiet/mobile@1.2.0-alpha.27...@quiet/mobile@1.2.0-alpha.28) (2023-04-17) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.27](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.26...@quiet/mobile@1.2.0-alpha.27) (2023-04-14) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.26](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.25...@quiet/mobile@1.2.0-alpha.26) (2023-04-14) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.25](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.24...@quiet/mobile@1.2.0-alpha.25) (2023-04-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.24](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.23...@quiet/mobile@1.2.0-alpha.24) (2023-04-12) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.23](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.22...@quiet/mobile@1.2.0-alpha.23) (2023-04-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.22](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.21...@quiet/mobile@1.2.0-alpha.22) (2023-04-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.21](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.20...@quiet/mobile@1.2.0-alpha.21) (2023-04-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.20](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.14...@quiet/mobile@1.2.0-alpha.20) (2023-04-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.14](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.1...@quiet/mobile@1.2.0-alpha.14) (2023-03-30) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.2.0-alpha.0...@quiet/mobile@1.2.0-alpha.1) (2023-03-28) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.2.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.1.1-alpha.0...@quiet/mobile@1.2.0-alpha.0) (2023-03-28) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [1.1.1-alpha.0](/compare/@quiet/mobile@1.1.0...@quiet/mobile@1.1.1-alpha.0) (2023-03-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.1.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.1.0-alpha.2...@quiet/mobile@1.1.0) (2023-03-20) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.1.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.1.0-alpha.1...@quiet/mobile@1.1.0-alpha.2) (2023-03-15) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.1.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.1.0-alpha.0...@quiet/mobile@1.1.0-alpha.1) (2023-03-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.1.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0...@quiet/mobile@1.1.0-alpha.0) (2023-03-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.21...@quiet/mobile@1.0.0) (2023-03-02) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.21](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.20...@quiet/mobile@1.0.0-alpha.21) (2023-03-02) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.20](/compare/@quiet/mobile@1.0.0-alpha.11...@quiet/mobile@1.0.0-alpha.20) (2023-02-28) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.11](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.10...@quiet/mobile@1.0.0-alpha.11) (2023-02-20) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.10](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.9...@quiet/mobile@1.0.0-alpha.10) (2023-02-20) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.9](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.8...@quiet/mobile@1.0.0-alpha.9) (2023-02-16) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.7...@quiet/mobile@1.0.0-alpha.8) (2023-02-15) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.6...@quiet/mobile@1.0.0-alpha.7) (2023-02-14) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.5...@quiet/mobile@1.0.0-alpha.6) (2023-02-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.4...@quiet/mobile@1.0.0-alpha.5) (2023-02-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.3...@quiet/mobile@1.0.0-alpha.4) (2023-02-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.2...@quiet/mobile@1.0.0-alpha.3) (2023-02-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.1...@quiet/mobile@1.0.0-alpha.2) (2023-02-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@1.0.0-alpha.0...@quiet/mobile@1.0.0-alpha.1) (2023-02-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [1.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.19...@quiet/mobile@1.0.0-alpha.0) (2023-02-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.19](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.18...@quiet/mobile@0.19.19-alpha.19) (2023-02-08) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.18](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.17...@quiet/mobile@0.19.19-alpha.18) (2023-02-08) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.17](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.16...@quiet/mobile@0.19.19-alpha.17) (2023-02-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.16](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.15...@quiet/mobile@0.19.19-alpha.16) (2023-02-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.15](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.14...@quiet/mobile@0.19.19-alpha.15) (2023-02-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.14](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.13...@quiet/mobile@0.19.19-alpha.14) (2023-02-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.13](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.12...@quiet/mobile@0.19.19-alpha.13) (2023-02-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.12](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.9...@quiet/mobile@0.19.19-alpha.12) (2023-02-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.10](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.9...@quiet/mobile@0.19.19-alpha.10) (2023-02-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.9](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.8...@quiet/mobile@0.19.19-alpha.9) (2023-02-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.7...@quiet/mobile@0.19.19-alpha.8) (2023-02-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.6...@quiet/mobile@0.19.19-alpha.7) (2023-02-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.5...@quiet/mobile@0.19.19-alpha.6) (2023-02-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.4...@quiet/mobile@0.19.19-alpha.5) (2023-02-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.3...@quiet/mobile@0.19.19-alpha.4) (2023-02-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.19-alpha.2...@quiet/mobile@0.19.19-alpha.3) (2023-02-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.19-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.16-alpha.0...@quiet/mobile@0.19.19-alpha.2) (2023-02-06) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.16-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.15-alpha.0...@quiet/mobile@0.19.16-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.15-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.14-alpha.0...@quiet/mobile@0.19.15-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.14-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.13-alpha.0...@quiet/mobile@0.19.14-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.13-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.12-alpha.0...@quiet/mobile@0.19.13-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.12-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.11-alpha.0...@quiet/mobile@0.19.12-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.11-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.10-alpha.0...@quiet/mobile@0.19.11-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.10-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.9-alpha.0...@quiet/mobile@0.19.10-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.9-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.8-alpha.0...@quiet/mobile@0.19.9-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.8-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.7-alpha.0...@quiet/mobile@0.19.8-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.7-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.6-alpha.0...@quiet/mobile@0.19.7-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.6-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.5-alpha.0...@quiet/mobile@0.19.6-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.5-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.4-alpha.0...@quiet/mobile@0.19.5-alpha.0) (2023-01-31) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.4-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.19.3-alpha.0...@quiet/mobile@0.19.4-alpha.0) (2023-01-31) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.13.0-alpha.5...@quiet/mobile@0.19.3-alpha.0) (2023-01-31) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.13.0-alpha.5...@quiet/mobile@0.19.2-alpha.0) (2023-01-30) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.19.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.13.0-alpha.5...@quiet/mobile@0.19.1-alpha.0) (2023-01-30) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.19.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.13.0-alpha.5...@quiet/mobile@0.19.0-alpha.2) (2023-01-27) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.19.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.13.0-alpha.5...@quiet/mobile@0.19.0-alpha.1) (2023-01-27) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.19.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.13.0-alpha.5...@quiet/mobile@0.19.0-alpha.0) (2023-01-27) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.13.0-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.12.0-alpha.0...@quiet/mobile@0.13.0-alpha.5) (2023-01-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.13.0-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.12.0-alpha.0...@quiet/mobile@0.13.0-alpha.4) (2023-01-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.13.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.12.0-alpha.0...@quiet/mobile@0.13.0-alpha.3) (2023-01-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.13.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.12.0-alpha.0...@quiet/mobile@0.13.0-alpha.2) (2023-01-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.13.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.12.0-alpha.0...@quiet/mobile@0.13.0-alpha.1) (2023-01-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.13.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.12.0-alpha.0...@quiet/mobile@0.13.0-alpha.0) (2023-01-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.12.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.11.0-alpha.1...@quiet/mobile@0.12.0-alpha.0) (2023-01-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.11.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.10.0...@quiet/mobile@0.11.0-alpha.1) (2023-01-11) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.11.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.10.0...@quiet/mobile@0.11.0-alpha.0) (2023-01-11) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.10.0](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.8.5...@quiet/mobile@0.10.0) (2022-12-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.10.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.8.4...@quiet/mobile@0.10.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.9.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.8.4...@quiet/mobile@0.9.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.9.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.8.4...@quiet/mobile@0.9.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.8.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.8.4...@quiet/mobile@0.8.5) (2022-12-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.8.5-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.8.4...@quiet/mobile@0.8.5-alpha.0) (2022-12-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.8.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.7.0-alpha.3...@quiet/mobile@0.8.4) (2022-11-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.8.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.7.0-alpha.3...@quiet/mobile@0.8.3) (2022-11-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.8.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.7.0-alpha.3...@quiet/mobile@0.8.2) (2022-11-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.8.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.7.0-alpha.3...@quiet/mobile@0.8.1) (2022-11-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.8.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.7.0-alpha.3...@quiet/mobile@0.8.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.8.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.7.0-alpha.3...@quiet/mobile@0.8.0-alpha.2) (2022-11-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.8.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.7.0-alpha.3...@quiet/mobile@0.8.0-alpha.1) (2022-11-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.8.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.7.0-alpha.3...@quiet/mobile@0.8.0-alpha.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.7.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.7.0-alpha.3...@quiet/mobile@0.7.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.7.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.6.0...@quiet/mobile@0.7.0-alpha.3) (2022-11-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.6.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.3-alpha.16...@quiet/mobile@0.6.0) (2022-10-31) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.16](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.5.3-alpha.13...@quiet/mobile@0.5.3-alpha.16) (2022-10-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.15](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.5.3-alpha.13...@quiet/mobile@0.5.3-alpha.15) (2022-10-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.14](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.5.3-alpha.13...@quiet/mobile@0.5.3-alpha.14) (2022-10-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.13](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.3-alpha.7...@quiet/mobile@0.5.3-alpha.13) (2022-09-22) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.12](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.3-alpha.7...@quiet/mobile@0.5.3-alpha.12) (2022-09-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.11](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.3-alpha.7...@quiet/mobile@0.5.3-alpha.11) (2022-09-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.10](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.3-alpha.7...@quiet/mobile@0.5.3-alpha.10) (2022-09-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.9](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.3-alpha.7...@quiet/mobile@0.5.3-alpha.9) (2022-09-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.3-alpha.7...@quiet/mobile@0.5.3-alpha.8) (2022-09-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.2...@quiet/mobile@0.5.3-alpha.7) (2022-09-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.2...@quiet/mobile@0.5.3-alpha.6) (2022-09-20) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.2...@quiet/mobile@0.5.3-alpha.5) (2022-09-17) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.2...@quiet/mobile@0.5.3-alpha.4) (2022-09-16) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.2...@quiet/mobile@0.5.3-alpha.3) (2022-09-16) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.2...@quiet/mobile@0.5.3-alpha.2) (2022-09-16) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.2...@quiet/mobile@0.5.3-alpha.1) (2022-09-16) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.2...@quiet/mobile@0.5.3-alpha.0) (2022-09-16) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.1...@quiet/mobile@0.5.2) (2022-09-15) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.5.1](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.5.0...@quiet/mobile@0.5.1) (2022-09-13) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0) (2022-09-07) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.29](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.29) (2022-09-05) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.28](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.28) (2022-09-05) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.27](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.27) (2022-09-05) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.26](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.26) (2022-09-05) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.25](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.25) (2022-09-05) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.24](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.24) (2022-09-02) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.23](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.23) (2022-08-25) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.22](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.22) (2022-08-22) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.21](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.21) (2022-08-22) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.20](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.20) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.19](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.19) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.18](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.18) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.17](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.17) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.16](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.16) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.15](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.15) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.14](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.14) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.13](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.13) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.12](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.12) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.11](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.11) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.10](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.10) (2022-08-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.9](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.9) (2022-08-19) - - -### Reverts - -* Revert "Dummy change" ([b831c92](https://github.com/TryQuiet/quiet/commit/b831c9262c39d68affaf9ba8b84c994417d7d5dd)) - - - - - -# [0.5.0-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.8) (2022-08-19) - - -### Reverts - -* Revert "Dummy change" ([b831c92](https://github.com/TryQuiet/quiet/commit/b831c9262c39d68affaf9ba8b84c994417d7d5dd)) - - - - - -# [0.5.0-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.6...@quiet/mobile@0.5.0-alpha.7) (2022-08-19) - - -### Reverts - -* Revert "Dummy change" ([b831c92](https://github.com/TryQuiet/quiet/commit/b831c9262c39d68affaf9ba8b84c994417d7d5dd)) - - - - - -# [0.5.0-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.4...@quiet/mobile@0.5.0-alpha.6) (2022-08-16) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.4...@quiet/mobile@0.5.0-alpha.5) (2022-08-11) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.5.0-alpha.3...@quiet/mobile@0.5.0-alpha.4) (2022-08-05) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.1...@quiet/mobile@0.5.0-alpha.3) (2022-08-04) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.5.0-alpha.1...@quiet/mobile@0.5.0-alpha.2) (2022-08-04) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.5.0-alpha.0...@quiet/mobile@0.5.0-alpha.1) (2022-08-01) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.5.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/mobile@0.4.0-alpha.3...@quiet/mobile@0.5.0-alpha.0) (2022-06-14) - -**Note:** Version bump only for package @quiet/mobile - - - - - -## [0.4.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.4.0-alpha.3...@quiet/mobile@0.4.1-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.4.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.4.0-alpha.3...@quiet/mobile@0.4.0-alpha.5) (2022-03-28) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.4.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.4.0-alpha.3...@quiet/mobile@0.4.0-alpha.4) (2022-03-25) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.4.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.4.0-alpha.2...@quiet/mobile@0.4.0-alpha.3) (2022-03-19) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.4.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.4.0-alpha.0...@quiet/mobile@0.4.0-alpha.2) (2022-03-11) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.4.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.4.0-alpha.0...@quiet/mobile@0.4.0-alpha.1) (2022-03-11) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.4.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.3.0-alpha.5...@quiet/mobile@0.4.0-alpha.0) (2022-03-08) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.3.0-alpha.6](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.3.0-alpha.5...@quiet/mobile@0.3.0-alpha.6) (2022-02-28) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.3.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.2.0-alpha.3...@quiet/mobile@0.3.0-alpha.5) (2022-02-23) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.3.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.2.0-alpha.3...@quiet/mobile@0.3.0-alpha.4) (2022-02-23) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.3.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.2.0-alpha.3...@quiet/mobile@0.3.0-alpha.3) (2022-02-22) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.3.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.2.0-alpha.3...@quiet/mobile@0.3.0-alpha.2) (2022-02-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.3.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.2.0-alpha.3...@quiet/mobile@0.3.0-alpha.1) (2022-02-21) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.3.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.2.0-alpha.3...@quiet/mobile@0.3.0-alpha.0) (2022-02-18) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.2.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.2.0-alpha.2...@quiet/mobile@0.2.0-alpha.3) (2022-02-10) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.2.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.2.0-alpha.0...@quiet/mobile@0.2.0-alpha.2) (2022-02-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# [0.2.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/@quiet/mobile@0.2.0-alpha.0...@quiet/mobile@0.2.0-alpha.1) (2022-02-09) - -**Note:** Version bump only for package @quiet/mobile - - - - - -# 0.2.0-alpha.0 (2022-02-09) - - -### Reverts - -* Revert "Linked react-native-config with iOS project" ([14b1bfc](https://github.com/TryQuiet/monorepo/commit/14b1bfcbfd0497a1e2f463e71128d164f11ce89b)) +* Invite tab as default in settings diff --git a/packages/mobile/src/components/ChannelList/ChannelList.test.tsx b/packages/mobile/src/components/ChannelList/ChannelList.test.tsx index 9b58a3d646..7c022bae10 100644 --- a/packages/mobile/src/components/ChannelList/ChannelList.test.tsx +++ b/packages/mobile/src/components/ChannelList/ChannelList.test.tsx @@ -1,5 +1,4 @@ import React from 'react' - import { renderComponent } from '../../utils/functions/renderComponent/renderComponent' import { ChannelList } from './ChannelList.component' diff --git a/packages/mobile/src/components/ConnectionProcess/ConnectionProcess.component.tsx b/packages/mobile/src/components/ConnectionProcess/ConnectionProcess.component.tsx index 042cb6826c..e696ceaec8 100644 --- a/packages/mobile/src/components/ConnectionProcess/ConnectionProcess.component.tsx +++ b/packages/mobile/src/components/ConnectionProcess/ConnectionProcess.component.tsx @@ -5,6 +5,7 @@ import { Typography } from '../Typography/Typography.component' import { ConnectionProcessComponentProps } from './ConnectionProcess.types' import JoinCommunityImg from '../../../assets/icons/join-community.png' import { Site } from '@quiet/common' +import { ConnectionProcessInfo } from '@quiet/types' const ConnectionProcessComponent: FC = ({ connectionProcess, openUrl }) => { const animationValue = useRef(new Animated.Value(0)).current @@ -25,6 +26,28 @@ const ConnectionProcessComponent: FC = ({ conne outputRange: ['0deg', '360deg'], }) + const processAnimation = useRef(new Animated.Value(0)).current + + useEffect(() => { + if (connectionProcess.text === ConnectionProcessInfo.CONNECTING_TO_COMMUNITY) { + Animated.loop( + Animated.timing(processAnimation, { + toValue: 1, + duration: 6000, + easing: Easing.linear, + useNativeDriver: false, + }) + ).start() + } else { + processAnimation.stopAnimation() + } + }, [processAnimation, connectionProcess]) + + const processAnimationWidth = processAnimation.interpolate({ + inputRange: [0, 1], + outputRange: [150, 300], + }) + return ( = ({ conne Joining now! - + + + {connectionProcess.text === ConnectionProcessInfo.CONNECTING_TO_COMMUNITY && ( + + )} ( console.log('open')} /> diff --git a/packages/mobile/src/components/ConnectionProcess/ConnectionProcess.test.tsx b/packages/mobile/src/components/ConnectionProcess/ConnectionProcess.test.tsx index aa7ce33a0b..bfb2a28158 100644 --- a/packages/mobile/src/components/ConnectionProcess/ConnectionProcess.test.tsx +++ b/packages/mobile/src/components/ConnectionProcess/ConnectionProcess.test.tsx @@ -85,17 +85,21 @@ describe('ConnectionProcessComponent', () => { "backgroundColor": "#F0F0F0", "borderRadius": 4, "height": 4, + "position": "relative", "width": 300, + "zIndex": 1, } } > diff --git a/packages/mobile/src/components/ConnectionProcess/ConnectionProcess.types.ts b/packages/mobile/src/components/ConnectionProcess/ConnectionProcess.types.ts index 537899221e..9c790b13e2 100644 --- a/packages/mobile/src/components/ConnectionProcess/ConnectionProcess.types.ts +++ b/packages/mobile/src/components/ConnectionProcess/ConnectionProcess.types.ts @@ -1,4 +1,6 @@ +import { ConnectionProcessInfo } from '@quiet/types' + export interface ConnectionProcessComponentProps { - connectionProcess: { number: number; text: string } + connectionProcess: { number: number; text: ConnectionProcessInfo } openUrl: (url: string) => void } diff --git a/packages/mobile/src/screens/ConnectionProcess/ConnectionProcess.screen.tsx b/packages/mobile/src/screens/ConnectionProcess/ConnectionProcess.screen.tsx index 06a1d5a4e1..ea8c617616 100644 --- a/packages/mobile/src/screens/ConnectionProcess/ConnectionProcess.screen.tsx +++ b/packages/mobile/src/screens/ConnectionProcess/ConnectionProcess.screen.tsx @@ -1,5 +1,5 @@ import React, { FC, useCallback, useEffect } from 'react' -import { communities, connection, ErrorCodes, errors, publicChannels, users } from '@quiet/state-manager' +import { connection, ErrorCodes, errors } from '@quiet/state-manager' import { useDispatch, useSelector } from 'react-redux' import ConnectionProcessComponent from '../../components/ConnectionProcess/ConnectionProcess.component' import { Linking } from 'react-native' @@ -9,17 +9,10 @@ import { ScreenNames } from '../../const/ScreenNames.enum' export const ConnectionProcessScreen: FC = () => { const dispatch = useDispatch() - const connectionProcessSelector = useSelector(connection.selectors.torConnectionProcess) - const error = useSelector(errors.selectors.registrarErrors) - - const community = useSelector(communities.selectors.currentCommunity) - const isOwner = Boolean(community?.CA) - - const channelsStatusSorted = useSelector(publicChannels.selectors.channelsStatusSorted) - const messageNotNull = channelsStatusSorted.filter(channel => channel.newestMessage !== undefined) + const connectionProcessSelector = useSelector(connection.selectors.connectionProcess) + const isJoiningCompletedSelector = useSelector(connection.selectors.isJoiningCompleted) - const certificatesMapping = useSelector(users.selectors.certificatesMapping) - const channels = useSelector(publicChannels.selectors.publicChannels) + const error = useSelector(errors.selectors.registrarErrors) const openUrl = useCallback((url: string) => { void Linking.openURL(url) @@ -36,17 +29,14 @@ export const ConnectionProcessScreen: FC = () => { }, [error, dispatch]) useEffect(() => { - const areChannelsLoaded = channels.length > 0 - const areCertificatesLoaded = Object.values(certificatesMapping).length > 0 - const isAllDataLoaded = areChannelsLoaded && areCertificatesLoaded - console.log({ areChannelsLoaded, areCertificatesLoaded }) - if (isOwner ? connectionProcessSelector.number == 85 : isAllDataLoaded && messageNotNull.length !== 0) { + if (isJoiningCompletedSelector) { dispatch( navigationActions.replaceScreen({ screen: ScreenNames.ChannelListScreen, }) ) } - }, [connectionProcessSelector, messageNotNull, certificatesMapping, channels]) + }, [isJoiningCompletedSelector]) + return } diff --git a/packages/mobile/src/store/init/deepLink/deepLink.saga.test.ts b/packages/mobile/src/store/init/deepLink/deepLink.saga.test.ts index abd7b77c9b..9eaea6d31e 100644 --- a/packages/mobile/src/store/init/deepLink/deepLink.saga.test.ts +++ b/packages/mobile/src/store/init/deepLink/deepLink.saga.test.ts @@ -222,7 +222,7 @@ describe('deepLinkSaga', () => { store.dispatch(communities.actions.setCurrentCommunity(community.id)) - store.dispatch(connection.actions.setTorConnectionProcess(ConnectionProcessInfo.REGISTERING_USER_CERTIFICATE)) + store.dispatch(connection.actions.setConnectionProcess(ConnectionProcessInfo.REGISTERING_USER_CERTIFICATE)) const reducer = combineReducers(reducers) await expectSaga(deepLinkSaga, initActions.deepLink(validCode)) diff --git a/packages/mobile/src/tests/joining.process.test.tsx b/packages/mobile/src/tests/joining.process.test.tsx index 2a400b9ca5..a4055017f2 100644 --- a/packages/mobile/src/tests/joining.process.test.tsx +++ b/packages/mobile/src/tests/joining.process.test.tsx @@ -52,16 +52,15 @@ describe('Joining process', () => { expect(connectionProcessScreen).toBeVisible() const processText = screen.getByTestId('connection-process-text') - expect(processText.props.children).toEqual('Connecting process started') + expect(processText.props.children).toEqual(ConnectionProcessInfo.CONNECTION_STARTED) - store.dispatch(connection.actions.setTorConnectionProcess(ConnectionProcessInfo.INITIALIZING_LIBP2P)) + store.dispatch(connection.actions.setConnectionProcess(ConnectionProcessInfo.INITIALIZING_IPFS)) await act(async () => {}) const processText2 = screen.getByTestId('connection-process-text') console.log(processText2.props) - expect(processText2.props.children).toEqual('Initializing libp2p') + expect(processText2.props.children).toEqual(ConnectionProcessInfo.BACKEND_MODULES) - store.dispatch(connection.actions.setTorConnectionProcess(ConnectionProcessInfo.LAUNCHED_COMMUNITY)) await act(async () => {}) const channelList = screen.getByTestId('channels_list') diff --git a/packages/state-manager/CHANGELOG.md b/packages/state-manager/CHANGELOG.md index 37fbf53566..2b3209af66 100644 --- a/packages/state-manager/CHANGELOG.md +++ b/packages/state-manager/CHANGELOG.md @@ -1,1464 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.2-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.2-alpha.2...@quiet/state-manager@2.0.2-alpha.3) (2023-11-14) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. -## [2.0.2-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.2-alpha.1...@quiet/state-manager@2.0.2-alpha.2) (2023-11-14) +* Fix: dial new peers on CSRs replication -**Note:** Version bump only for package @quiet/state-manager +[2.0.3-alpha.5] +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] -## [2.0.2-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.2-alpha.0...@quiet/state-manager@2.0.2-alpha.1) (2023-11-13) +* Temporarily hiding leave community button from Possible impersonation attack +[2.0.3-alpha.0] -### Features +* Filter CSRs - remove old csrs and replace with new for each pubkey -* add debug logs ([#2057](https://github.com/TryQuiet/quiet/issues/2057)) ([aa3e777](https://github.com/TryQuiet/quiet/commit/aa3e777778b0861d5f96e6116bfc70031ed67929)) +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name +* Use context menu for information about unregistered username instead screen +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile +* Removed registration attempts selector and corresponding usage. -## [2.0.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.1-alpha.6...@quiet/state-manager@2.0.2-alpha.0) (2023-10-26) +* Revert adjusting bootstrap scripts for developing on Windows -**Note:** Version bump only for package @quiet/state-manager +* Channel input - replaced ContentEditable with textarea +* Fix - up/down arrows now work properly inside channel input (textarea) +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile +* Change nickname for taken username -## [2.0.1-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.1-alpha.5...@quiet/state-manager@2.0.1-alpha.6) (2023-10-13) +* Map messages sent before changing username -**Note:** Version bump only for package @quiet/state-manager +* Update registrar service to match new registration flow. +* Add possible impersonation attack UI for desktop and mobile +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests +* Prettify loading component on Chat screen (mobile) -## [2.0.1-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.1-alpha.4...@quiet/state-manager@2.0.1-alpha.5) (2023-10-12) +* Running Chromatic tests for forked PRs -**Note:** Version bump only for package @quiet/state-manager +* Added e2e test for user joining community when owner is offline. Improved e2e tests +* Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name +* No unregistered/duplicated label for system messages -## [2.0.1-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.1-alpha.3...@quiet/state-manager@2.0.1-alpha.4) (2023-10-11) +[2.0.0-alpha.11] -**Note:** Version bump only for package @quiet/state-manager +* Customize Launch Screen on iOS +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. -## [2.0.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.1-alpha.2...@quiet/state-manager@2.0.1-alpha.3) (2023-10-10) +* Fixed android stucking on username registration screen introduced in previous alpha. -**Note:** Version bump only for package @quiet/state-manager +* Added creator username to initial channel message. +* Fixed bug with changing joining community/create community screens with required field. +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR +* Labels for unregistered and duplicate usernames with modals -## [2.0.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.1-alpha.1...@quiet/state-manager@2.0.1-alpha.2) (2023-10-09) +* Fixed LoadingPanel useEffect bug. -**Note:** Version bump only for package @quiet/state-manager +* Use csrs instead of certificates as a source of user data +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. - -## [2.0.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.1-alpha.0...@quiet/state-manager@2.0.1-alpha.1) (2023-09-25) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.0-alpha.4...@quiet/state-manager@2.0.1-alpha.0) (2023-09-25) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [2.0.0-alpha.18](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.0-alpha.4...@quiet/state-manager@2.0.0-alpha.18) (2023-10-04) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [2.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.0-alpha.3...@quiet/state-manager@2.0.0-alpha.4) (2023-09-19) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [2.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.9.1...@quiet/state-manager@2.0.0-alpha.3) (2023-09-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [2.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.0-alpha.1...@quiet/state-manager@2.0.0-alpha.2) (2023-09-14) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@2.0.0-alpha.0...@quiet/state-manager@2.0.0-alpha.1) (2023-09-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [2.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.10.0-alpha.0...@quiet/state-manager@2.0.0-alpha.0) (2023-09-01) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.10.0-alpha.0](/compare/@quiet/state-manager@1.9.0...@quiet/state-manager@1.10.0-alpha.0) (2023-08-29) - - -## [1.9.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.9.1...@quiet/state-manager@1.9.2) (2023-11-09) - -**Note:** Version bump only for package @quiet/state-manager - - -## [1.9.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.9.0...@quiet/state-manager@1.9.1) (2023-09-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.9.0](/compare/@quiet/state-manager@1.9.0-alpha.0...@quiet/state-manager@1.9.0) (2023-08-28) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.9.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.8.0...@quiet/state-manager@1.9.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.8.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.7.1-alpha.1...@quiet/state-manager@1.8.0) (2023-08-17) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.7.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.7.1-alpha.0...@quiet/state-manager@1.7.1-alpha.1) (2023-08-11) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.7.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.6.1-alpha.0...@quiet/state-manager@1.7.1-alpha.0) (2023-08-11) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.7.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.6.1-alpha.0...@quiet/state-manager@1.7.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.6.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.6.0-alpha.0...@quiet/state-manager@1.6.1-alpha.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.6.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.5.0-alpha.0...@quiet/state-manager@1.6.0-alpha.0) (2023-07-26) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.5.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.4.1-alpha.0...@quiet/state-manager@1.5.0-alpha.0) (2023-07-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.4.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.4.0-alpha.1...@quiet/state-manager@1.4.1-alpha.0) (2023-07-07) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.4.0-alpha.0...@quiet/state-manager@1.4.0-alpha.1) (2023-07-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.3.1...@quiet/state-manager@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.3.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.3.1-alpha.0...@quiet/state-manager@1.3.1) (2023-06-13) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.3.0...@quiet/state-manager@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.3.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.1-alpha.7...@quiet/state-manager@1.3.0) (2023-06-02) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.2.1-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.1-alpha.6...@quiet/state-manager@1.2.1-alpha.7) (2023-06-02) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.2.1-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.1-alpha.5...@quiet/state-manager@1.2.1-alpha.6) (2023-06-01) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.2.1-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.1-alpha.4...@quiet/state-manager@1.2.1-alpha.5) (2023-05-30) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.2.1-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.1-alpha.3...@quiet/state-manager@1.2.1-alpha.4) (2023-05-25) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.2.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.1-alpha.2...@quiet/state-manager@1.2.1-alpha.3) (2023-05-10) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.2.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.1-alpha.1...@quiet/state-manager@1.2.1-alpha.2) (2023-04-28) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.2.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.1-alpha.0...@quiet/state-manager@1.2.1-alpha.1) (2023-04-27) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.2.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.0...@quiet/state-manager@1.2.1-alpha.0) (2023-04-26) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.2.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.0-alpha.24...@quiet/state-manager@1.2.0) (2023-04-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.2.0-alpha.24](/compare/@quiet/state-manager@1.2.0-alpha.23...@quiet/state-manager@1.2.0-alpha.24) (2023-04-17) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.2.0-alpha.23](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.0-alpha.22...@quiet/state-manager@1.2.0-alpha.23) (2023-04-14) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.2.0-alpha.22](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.0-alpha.21...@quiet/state-manager@1.2.0-alpha.22) (2023-04-12) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.2.0-alpha.21](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.0-alpha.20...@quiet/state-manager@1.2.0-alpha.21) (2023-04-07) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.2.0-alpha.20](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.0-alpha.14...@quiet/state-manager@1.2.0-alpha.20) (2023-04-07) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.2.0-alpha.14](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.2.0-alpha.0...@quiet/state-manager@1.2.0-alpha.14) (2023-03-30) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.2.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.1.1-alpha.0...@quiet/state-manager@1.2.0-alpha.0) (2023-03-28) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [1.1.1-alpha.0](/compare/@quiet/state-manager@1.1.0...@quiet/state-manager@1.1.1-alpha.0) (2023-03-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.1.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.1.0-alpha.1...@quiet/state-manager@1.1.0) (2023-03-20) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.1.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.1.0-alpha.0...@quiet/state-manager@1.1.0-alpha.1) (2023-03-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.1.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.0.0...@quiet/state-manager@1.1.0-alpha.0) (2023-03-09) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.0.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.0.0-alpha.20...@quiet/state-manager@1.0.0) (2023-03-02) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.0.0-alpha.20](/compare/@quiet/state-manager@1.0.0-alpha.5...@quiet/state-manager@1.0.0-alpha.20) (2023-02-28) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.0.0-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.0.0-alpha.4...@quiet/state-manager@1.0.0-alpha.5) (2023-02-16) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.0.0-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.0.0-alpha.3...@quiet/state-manager@1.0.0-alpha.4) (2023-02-14) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.0.0-alpha.2...@quiet/state-manager@1.0.0-alpha.3) (2023-02-13) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.0.0-alpha.1...@quiet/state-manager@1.0.0-alpha.2) (2023-02-13) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@1.0.0-alpha.0...@quiet/state-manager@1.0.0-alpha.1) (2023-02-09) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [1.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.19-alpha.14...@quiet/state-manager@1.0.0-alpha.0) (2023-02-09) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.19-alpha.14](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.19-alpha.13...@quiet/state-manager@0.19.19-alpha.14) (2023-02-08) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.19-alpha.13](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.19-alpha.12...@quiet/state-manager@0.19.19-alpha.13) (2023-02-08) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.19-alpha.12](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.19-alpha.5...@quiet/state-manager@0.19.19-alpha.12) (2023-02-07) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.19-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.19-alpha.4...@quiet/state-manager@0.19.19-alpha.5) (2023-02-07) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.19-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.19-alpha.3...@quiet/state-manager@0.19.19-alpha.4) (2023-02-06) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.19-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.19-alpha.2...@quiet/state-manager@0.19.19-alpha.3) (2023-02-06) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.19-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.7-alpha.0...@quiet/state-manager@0.19.19-alpha.2) (2023-02-06) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.7-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.6-alpha.0...@quiet/state-manager@0.19.7-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.6-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.5-alpha.0...@quiet/state-manager@0.19.6-alpha.0) (2023-02-02) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.5-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.4-alpha.0...@quiet/state-manager@0.19.5-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.4-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.19.3-alpha.0...@quiet/state-manager@0.19.4-alpha.0) (2023-02-01) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.4-alpha.0...@quiet/state-manager@0.19.3-alpha.0) (2023-01-31) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.4-alpha.0...@quiet/state-manager@0.19.2-alpha.0) (2023-01-30) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.19.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.4-alpha.0...@quiet/state-manager@0.19.1-alpha.0) (2023-01-30) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.19.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.4-alpha.0...@quiet/state-manager@0.19.0-alpha.2) (2023-01-27) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.19.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.4-alpha.0...@quiet/state-manager@0.19.0-alpha.1) (2023-01-27) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.19.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.4-alpha.0...@quiet/state-manager@0.19.0-alpha.0) (2023-01-27) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.17.4-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.3-alpha.0...@quiet/state-manager@0.17.4-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.17.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.0-alpha.2...@quiet/state-manager@0.17.3-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.17.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.0-alpha.2...@quiet/state-manager@0.17.2-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.17.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.0-alpha.2...@quiet/state-manager@0.17.1-alpha.0) (2023-01-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.17.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.17.0-alpha.1...@quiet/state-manager@0.17.0-alpha.2) (2023-01-14) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.17.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.16.0...@quiet/state-manager@0.17.0-alpha.1) (2023-01-11) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.17.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.16.0...@quiet/state-manager@0.17.0-alpha.0) (2023-01-11) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.16.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.14.4...@quiet/state-manager@0.16.0) (2022-12-19) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.16.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.14.4...@quiet/state-manager@0.16.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.15.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.14.4...@quiet/state-manager@0.15.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.15.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.14.4...@quiet/state-manager@0.15.0-alpha.0) (2022-12-14) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.14.5-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.14.4...@quiet/state-manager@0.14.5-alpha.0) (2022-12-09) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.14.4](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.12.1-alpha.0...@quiet/state-manager@0.14.4) (2022-11-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.14.3](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.12.1-alpha.0...@quiet/state-manager@0.14.3) (2022-11-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.14.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.12.1-alpha.0...@quiet/state-manager@0.14.2) (2022-11-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.14.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.12.1-alpha.0...@quiet/state-manager@0.14.1) (2022-11-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.14.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.12.1-alpha.0...@quiet/state-manager@0.14.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.14.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.12.1-alpha.0...@quiet/state-manager@0.14.0-alpha.2) (2022-11-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.14.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.12.1-alpha.0...@quiet/state-manager@0.14.0-alpha.1) (2022-11-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.14.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.12.1-alpha.0...@quiet/state-manager@0.14.0-alpha.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.13.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.12.1-alpha.0...@quiet/state-manager@0.13.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.12.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.12.0...@quiet/state-manager@0.12.1-alpha.0) (2022-11-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.12.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.3-alpha.16...@quiet/state-manager@0.12.0) (2022-10-31) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.16](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.11.3-alpha.13...@quiet/state-manager@0.11.3-alpha.16) (2022-10-19) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.15](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.11.3-alpha.13...@quiet/state-manager@0.11.3-alpha.15) (2022-10-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.14](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.11.3-alpha.13...@quiet/state-manager@0.11.3-alpha.14) (2022-10-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.13](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.3-alpha.7...@quiet/state-manager@0.11.3-alpha.13) (2022-09-22) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.12](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.3-alpha.7...@quiet/state-manager@0.11.3-alpha.12) (2022-09-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.11](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.3-alpha.7...@quiet/state-manager@0.11.3-alpha.11) (2022-09-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.10](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.3-alpha.7...@quiet/state-manager@0.11.3-alpha.10) (2022-09-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.9](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.3-alpha.7...@quiet/state-manager@0.11.3-alpha.9) (2022-09-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.8](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.3-alpha.7...@quiet/state-manager@0.11.3-alpha.8) (2022-09-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.7](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.2...@quiet/state-manager@0.11.3-alpha.7) (2022-09-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.6](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.2...@quiet/state-manager@0.11.3-alpha.6) (2022-09-20) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.2...@quiet/state-manager@0.11.3-alpha.5) (2022-09-17) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.2...@quiet/state-manager@0.11.3-alpha.4) (2022-09-16) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.2...@quiet/state-manager@0.11.3-alpha.3) (2022-09-16) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.2...@quiet/state-manager@0.11.3-alpha.2) (2022-09-16) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.2...@quiet/state-manager@0.11.3-alpha.1) (2022-09-16) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.2...@quiet/state-manager@0.11.3-alpha.0) (2022-09-16) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.11.1...@quiet/state-manager@0.11.2) (2022-09-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.11.1](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.11.0...@quiet/state-manager@0.11.1) (2022-09-13) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.11.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.10.2-alpha.0...@quiet/state-manager@0.11.0) (2022-09-07) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.10.2-alpha.5](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.10.2-alpha.0...@quiet/state-manager@0.10.2-alpha.5) (2022-09-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.10.2-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.10.2-alpha.0...@quiet/state-manager@0.10.2-alpha.4) (2022-09-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.10.2-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.10.2-alpha.0...@quiet/state-manager@0.10.2-alpha.3) (2022-09-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.10.2-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.10.2-alpha.0...@quiet/state-manager@0.10.2-alpha.2) (2022-09-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.10.2-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.10.2-alpha.0...@quiet/state-manager@0.10.2-alpha.1) (2022-09-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.10.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.10.1-alpha.1...@quiet/state-manager@0.10.2-alpha.0) (2022-08-26) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.10.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.10.0...@quiet/state-manager@0.10.1-alpha.1) (2022-08-16) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.10.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.10.0...@quiet/state-manager@0.10.1-alpha.0) (2022-08-11) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.10.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.9.5-alpha.5...@quiet/state-manager@0.10.0) (2022-08-10) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.5-alpha.5](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.9.5-alpha.4...@quiet/state-manager@0.9.5-alpha.5) (2022-08-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.5-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.9.5-alpha.3...@quiet/state-manager@0.9.5-alpha.4) (2022-08-04) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.5-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.9.5-alpha.1...@quiet/state-manager@0.9.5-alpha.3) (2022-08-04) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.5-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.9.5-alpha.1...@quiet/state-manager@0.9.5-alpha.2) (2022-08-04) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.5-alpha.1](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.9.5-alpha.0...@quiet/state-manager@0.9.5-alpha.1) (2022-08-01) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.5-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.8.2-alpha.0...@quiet/state-manager@0.9.5-alpha.0) (2022-07-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.4-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.9.4-alpha.0...@quiet/state-manager@0.9.4-alpha.1) (2022-07-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.4-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.9.3-alpha.0...@quiet/state-manager@0.9.4-alpha.0) (2022-07-07) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.3-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.9.2-alpha.0...@quiet/state-manager@0.9.3-alpha.0) (2022-07-06) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.9.1-alpha.0...@quiet/state-manager@0.9.2-alpha.0) (2022-07-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.9.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.9.0-alpha.0...@quiet/state-manager@0.9.1-alpha.0) (2022-07-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.9.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.8.2-alpha.0...@quiet/state-manager@0.9.0-alpha.0) (2022-07-05) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.8.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.8.1-alpha.0...@quiet/state-manager@0.8.2-alpha.0) (2022-06-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.8.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.8.1-alpha.0...@quiet/state-manager@0.8.1-alpha.1) (2022-06-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.8.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.8.0-alpha.0...@quiet/state-manager@0.8.1-alpha.0) (2022-06-14) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.8.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/state-manager@0.7.0-alpha.0...@quiet/state-manager@0.8.0-alpha.0) (2022-06-14) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# 0.7.0-alpha.0 (2022-06-03) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.6.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.5.0-alpha.0...@quiet/state-manager@0.6.0-alpha.0) (2022-05-16) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.5.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.4-alpha.0...@quiet/state-manager@0.5.0-alpha.0) (2022-04-29) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.4.4-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.3-alpha.0...@quiet/state-manager@0.4.4-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.4.3-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.2-alpha.0...@quiet/state-manager@0.4.3-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.4.2-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.0-alpha.7...@quiet/state-manager@0.4.2-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -## [0.4.1-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.0-alpha.7...@quiet/state-manager@0.4.1-alpha.0) (2022-04-15) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.4.0-alpha.7](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.0-alpha.6...@quiet/state-manager@0.4.0-alpha.7) (2022-04-04) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.4.0-alpha.6](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.0-alpha.3...@quiet/state-manager@0.4.0-alpha.6) (2022-04-01) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.4.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.0-alpha.3...@quiet/state-manager@0.4.0-alpha.5) (2022-03-28) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.4.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.0-alpha.3...@quiet/state-manager@0.4.0-alpha.4) (2022-03-25) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.4.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.0-alpha.2...@quiet/state-manager@0.4.0-alpha.3) (2022-03-17) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.4.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.0-alpha.0...@quiet/state-manager@0.4.0-alpha.2) (2022-03-11) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.4.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.4.0-alpha.0...@quiet/state-manager@0.4.0-alpha.1) (2022-03-11) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.4.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.3.0-alpha.5...@quiet/state-manager@0.4.0-alpha.0) (2022-03-08) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.3.0-alpha.6](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.3.0-alpha.5...@quiet/state-manager@0.3.0-alpha.6) (2022-02-28) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.3.0-alpha.5](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.2.0-alpha.0...@quiet/state-manager@0.3.0-alpha.5) (2022-02-23) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.3.0-alpha.4](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.2.0-alpha.0...@quiet/state-manager@0.3.0-alpha.4) (2022-02-23) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.3.0-alpha.3](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.2.0-alpha.0...@quiet/state-manager@0.3.0-alpha.3) (2022-02-22) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.3.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.2.0-alpha.0...@quiet/state-manager@0.3.0-alpha.2) (2022-02-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.3.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.2.0-alpha.0...@quiet/state-manager@0.3.0-alpha.1) (2022-02-21) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.3.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.2.0-alpha.0...@quiet/state-manager@0.3.0-alpha.0) (2022-02-18) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.2.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.1.0-alpha.2...@quiet/state-manager@0.2.0-alpha.0) (2022-02-09) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.1.0-alpha.2](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.1.0-alpha.1...@quiet/state-manager@0.1.0-alpha.2) (2022-02-03) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.1.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@0.1.0-alpha.0...@quiet/state-manager@0.1.0-alpha.1) (2022-01-27) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [0.1.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@3.2.0-alpha.0...@quiet/state-manager@0.1.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [3.2.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@3.1.0-alpha.0...@quiet/state-manager@3.2.0-alpha.0) (2022-01-25) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# 3.1.0-alpha.0 (2022-01-25) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [3.0.0-alpha.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@2.0.0...@quiet/state-manager@3.0.0-alpha.0) (2022-01-24) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [2.0.0](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@2.0.0-alpha.1...@quiet/state-manager@2.0.0) (2021-12-29) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/monorepo/compare/@quiet/state-manager@2.0.0-alpha.0...@quiet/state-manager@2.0.0-alpha.1) (2021-12-29) - -**Note:** Version bump only for package @quiet/state-manager - - - - - -# 2.0.0-alpha.0 (2021-12-28) - -**Note:** Version bump only for package @quiet/state-manager - - - - - - -## [Unreleased] - -### Changed - -* Changes integration test to run with jest - -## [1.16.0] - -### Added - -* Create Network action - -### Changed - -* CreateCommunity Saga -* LaunchRegistrar Saga - -### Fixed - -* Moved registerCsr event listeners to main saga -* CreateCommunitySaga test - -## [1.0.0] - 2021-08-26 - -### Init +* Invite tab as default in settings diff --git a/packages/state-manager/src/sagas/appConnection/connection.helpers.ts b/packages/state-manager/src/sagas/appConnection/connection.helpers.ts index ab7f754cac..7d715d6e03 100644 --- a/packages/state-manager/src/sagas/appConnection/connection.helpers.ts +++ b/packages/state-manager/src/sagas/appConnection/connection.helpers.ts @@ -1,17 +1,17 @@ -import { TOR_BOOTSTRAP_COMPLETE } from '@quiet/types' +import { ConnectionProcessInfo, TOR_BOOTSTRAP_COMPLETE } from '@quiet/types' export function resetStateAndSaveTorConnectionData() { const torBootstrapProcess = TOR_BOOTSTRAP_COMPLETE - const torConnectionProcess = { + const connectionProcess = { number: 5, - text: 'Connecting process started', + text: ConnectionProcessInfo.CONNECTION_STARTED, } const freshState = { Connection: { torBootstrapProcess, - torConnectionProcess, + connectionProcess, peerStats: { ids: [], entities: {} }, }, } diff --git a/packages/state-manager/src/sagas/appConnection/connection.selectors.ts b/packages/state-manager/src/sagas/appConnection/connection.selectors.ts index fdd6536512..a1ef6a371b 100644 --- a/packages/state-manager/src/sagas/appConnection/connection.selectors.ts +++ b/packages/state-manager/src/sagas/appConnection/connection.selectors.ts @@ -1,13 +1,14 @@ import { StoreKeys } from '../store.keys' import { createSelector } from 'reselect' import { type CreatedSelectors, type StoreState } from '../store.types' -import { allUsers } from '../users/users.selectors' +import { allUsers, areCertificatesLoaded } from '../users/users.selectors' import { communitiesSelectors } from '../communities/communities.selectors' import { peersStatsAdapter } from './connection.adapter' -import { connectedPeers } from '../network/network.selectors' +import { connectedPeers, isCurrentCommunityInitialized } from '../network/network.selectors' import { type NetworkStats } from './connection.types' import { type User } from '../users/users.types' import { filterAndSortPeers } from '@quiet/common' +import { areMessagesLoaded, areChannelsLoaded } from '../publicChannels/publicChannels.selectors' const connectionSlice: CreatedSelectors[StoreKeys.Connection] = (state: StoreState) => state[StoreKeys.Connection] @@ -17,7 +18,7 @@ export const torBootstrapProcess = createSelector(connectionSlice, reducerState export const isTorInitialized = createSelector(connectionSlice, reducerState => reducerState.isTorInitialized) -export const torConnectionProcess = createSelector(connectionSlice, reducerState => reducerState.torConnectionProcess) +export const connectionProcess = createSelector(connectionSlice, reducerState => reducerState.connectionProcess) export const socketIOSecret = createSelector(connectionSlice, reducerState => reducerState.socketIOSecret) @@ -54,12 +55,24 @@ export const connectedPeersMapping = createSelector(allUsers, connectedPeers, (c }, {}) }) +export const isJoiningCompleted = createSelector( + isCurrentCommunityInitialized, + areMessagesLoaded, + areChannelsLoaded, + areCertificatesLoaded, + (isCommunity, areMessages, areChannels, areCertificates) => { + console.log({ isCommunity, areMessages, areChannels, areCertificates }) + return isCommunity && areMessages && areChannels && areCertificates + } +) + export const connectionSelectors = { lastConnectedTime, connectedPeersMapping, peerList, torBootstrapProcess, - torConnectionProcess, + connectionProcess, isTorInitialized, socketIOSecret, + isJoiningCompleted, } diff --git a/packages/state-manager/src/sagas/appConnection/connection.slice.test.ts b/packages/state-manager/src/sagas/appConnection/connection.slice.test.ts index a76e85df88..b4d17f971c 100644 --- a/packages/state-manager/src/sagas/appConnection/connection.slice.test.ts +++ b/packages/state-manager/src/sagas/appConnection/connection.slice.test.ts @@ -3,16 +3,23 @@ import { connectionSelectors } from './connection.selectors' import { connectionActions } from './connection.slice' import { type identityActions } from '../identity/identity.slice' import { prepareStore } from '../../utils/tests/prepareStore' -import { getFactory } from '../../utils/tests/factories' + import { setupCrypto } from '@quiet/identity' import { networkActions } from '../network/network.slice' -import { networkSelectors } from '../network/network.selectors' -import { type Identity } from '@quiet/types' +import { initializedCommunities, networkSelectors } from '../network/network.selectors' +import { Community, ConnectionProcessInfo, PublicChannel, type Identity, ChannelMessage } from '@quiet/types' import { usersSelectors } from '../users/users.selectors' +import { communitiesSelectors } from '../communities/communities.selectors' +import { communitiesActions } from '../communities/communities.slice' +import { publicChannelsSelectors } from '../publicChannels/publicChannels.selectors' +import { generateMessageFactoryContentWithId, getFactory, publicChannels } from '../..' describe('connectionReducer', () => { let store: Store let alice: Identity + let community: Community + let generalChannel: PublicChannel + let generalChannelId: string beforeEach(async () => { setupCrypto() @@ -24,6 +31,20 @@ describe('connectionReducer', () => { alice = await factory.create['payload']>('Identity', { nickname: 'alice', }) + + community = await factory.create['payload']>('Community') + + const generalChannelState = publicChannelsSelectors.generalChannel(store.getState()) + if (generalChannelState) generalChannel = generalChannelState + expect(generalChannel).not.toBeUndefined() + expect(generalChannel).toBeDefined() + generalChannelId = generalChannel?.id || '' + + await factory.create['payload']>('Message', { + identity: alice, + message: generateMessageFactoryContentWithId(generalChannelId), + verifyAutomatically: true, + }) }) it('add initialized communities should add correctly data into the store', () => { @@ -87,19 +108,29 @@ describe('connectionReducer', () => { expect(torBootstrapInfo).toEqual(expectedTorBootstrapInfo) }) - it('setTorConnectionProcess', () => { - const payload1 = 'Initializing storage' + it('set connectionProcess', () => { + const payload2 = ConnectionProcessInfo.INITIALIZING_IPFS - store.dispatch(connectionActions.setTorConnectionProcess(payload1)) + store.dispatch(connectionActions.setConnectionProcess(payload2)) - const payload2 = 'Initializing IPFS' + const { number, text } = connectionSelectors.connectionProcess(store.getState()) - store.dispatch(connectionActions.setTorConnectionProcess(payload2)) + expect(number).toEqual(30) + + expect(text).toEqual(ConnectionProcessInfo.BACKEND_MODULES) + }) + + it('isJoiningCompleted - false', async () => { + const isJoiningCompleted = connectionSelectors.isJoiningCompleted(store.getState()) + + expect(isJoiningCompleted).toBeFalsy() + }) - const { number, text } = connectionSelectors.torConnectionProcess(store.getState()) + it('isJoiningCompleted - true', async () => { + store.dispatch(networkActions.addInitializedCommunity('1')) - expect(number).toEqual(70) + const isJoiningCompleted = connectionSelectors.isJoiningCompleted(store.getState()) - expect(text).toEqual(payload2) + expect(isJoiningCompleted).toBeFalsy() }) }) diff --git a/packages/state-manager/src/sagas/appConnection/connection.slice.ts b/packages/state-manager/src/sagas/appConnection/connection.slice.ts index 9cec6a30b4..a49ccc5a11 100644 --- a/packages/state-manager/src/sagas/appConnection/connection.slice.ts +++ b/packages/state-manager/src/sagas/appConnection/connection.slice.ts @@ -10,9 +10,9 @@ export class ConnectionState { public isTorInitialized = false public socketIOSecret: string | null = null public torBootstrapProcess = 'Bootstrapped 0% (starting)' - public torConnectionProcess: { number: number; text: string } = { + public connectionProcess: { number: number; text: ConnectionProcessInfo } = { number: 5, - text: 'Connecting process started', + text: ConnectionProcessInfo.CONNECTION_STARTED, } } @@ -51,48 +51,25 @@ export const connectionSlice = createSlice({ setSocketIOSecret: (state, action: PayloadAction) => { state.socketIOSecret = action.payload }, - - setTorConnectionProcess: (state, action: PayloadAction) => { + setConnectionProcess: (state, action: PayloadAction) => { const info = action.payload + switch (info) { - case ConnectionProcessInfo.CONNECTING_TO_COMMUNITY: - state.torConnectionProcess = { number: 20, text: info } - break case ConnectionProcessInfo.REGISTERING_OWNER_CERTIFICATE: - state.torConnectionProcess = { number: 20, text: info } - break - case ConnectionProcessInfo.LAUNCHING_COMMUNITY: - state.torConnectionProcess = { number: 30, text: info } - break - case ConnectionProcessInfo.SPAWNING_HIDDEN_SERVICE: - state.torConnectionProcess = { number: 40, text: info } - break - case ConnectionProcessInfo.INITIALIZING_LIBP2P: - state.torConnectionProcess = { number: 50, text: info } - break - case ConnectionProcessInfo.INITIALIZING_STORAGE: - state.torConnectionProcess = { number: 60, text: info } + state.connectionProcess = { number: 50, text: ConnectionProcessInfo.REGISTERING_OWNER_CERTIFICATE } break case ConnectionProcessInfo.INITIALIZING_IPFS: - state.torConnectionProcess = { number: 70, text: info } - break - case ConnectionProcessInfo.LOADED_CERTIFICATES: - state.torConnectionProcess = { number: 75, text: info } - break - case ConnectionProcessInfo.INITIALIZED_DBS: - state.torConnectionProcess = { number: 80, text: info } + if (state.connectionProcess.number > 30) break + state.connectionProcess = { number: 30, text: ConnectionProcessInfo.BACKEND_MODULES } break - case ConnectionProcessInfo.LAUNCHED_COMMUNITY: - state.torConnectionProcess = { number: 85, text: info } - break - case ConnectionProcessInfo.WAITING_FOR_METADATA: - state.torConnectionProcess = { number: 87, text: info } - break - case ConnectionProcessInfo.CHANNELS_REPLICATED: - state.torConnectionProcess = { number: 90, text: info } + case ConnectionProcessInfo.CONNECTING_TO_COMMUNITY: + if (state.connectionProcess.number == 50) break + state.connectionProcess = { number: 50, text: ConnectionProcessInfo.CONNECTING_TO_COMMUNITY } break - case ConnectionProcessInfo.CERTIFICATES_REPLICATED: - state.torConnectionProcess = { number: 95, text: info } + case ConnectionProcessInfo.CHANNELS_REPLICATED || ConnectionProcessInfo.CERTIFICATES_REPLICATED: + let number = 90 + if (state.connectionProcess.number == 90) number = 95 + state.connectionProcess = { number, text: ConnectionProcessInfo.LOADING_MESSAGES } break } }, diff --git a/packages/state-manager/src/sagas/appConnection/connection.transform.ts b/packages/state-manager/src/sagas/appConnection/connection.transform.ts index 30d188af12..b211ca4cce 100644 --- a/packages/state-manager/src/sagas/appConnection/connection.transform.ts +++ b/packages/state-manager/src/sagas/appConnection/connection.transform.ts @@ -1,6 +1,7 @@ import { createTransform } from 'redux-persist' import { StoreKeys } from '../store.keys' import { type ConnectionState } from './connection.slice' +import { ConnectionProcessInfo } from '@quiet/types' export const ConnectionTransform = createTransform( (inboundState: ConnectionState, _key: any) => { @@ -10,9 +11,9 @@ export const ConnectionTransform = createTransform( return { ...outboundState, torBootstrapProcess: 'Bootstrapped 0% (starting)', - torConnectionProcess: { + connectionProcess: { number: 5, - text: 'Connecting process started', + text: ConnectionProcessInfo.CONNECTION_STARTED, }, isTorInitialized: false, socketIOSecret: null, diff --git a/packages/state-manager/src/sagas/network/network.selectors.ts b/packages/state-manager/src/sagas/network/network.selectors.ts index 12c4919c73..796e9174fb 100644 --- a/packages/state-manager/src/sagas/network/network.selectors.ts +++ b/packages/state-manager/src/sagas/network/network.selectors.ts @@ -15,9 +15,7 @@ export const initializedCommunities = createSelector(networkSlice, reducerState export const isCurrentCommunityInitialized = createSelector( initializedCommunities, currentCommunity, - (initializedCommunities, currentCommunity) => { - return currentCommunity && initializedCommunities[currentCommunity.id] - } + (initializedCommunities, currentCommunity) => currentCommunity && initializedCommunities[currentCommunity.id] ) export const connectedPeers = createSelector(networkSlice, reducerState => { diff --git a/packages/state-manager/src/sagas/publicChannels/publicChannels.selectors.ts b/packages/state-manager/src/sagas/publicChannels/publicChannels.selectors.ts index 580d4f1ed1..d775d2dd22 100644 --- a/packages/state-manager/src/sagas/publicChannels/publicChannels.selectors.ts +++ b/packages/state-manager/src/sagas/publicChannels/publicChannels.selectors.ts @@ -262,6 +262,13 @@ export const unreadChannels = createSelector(channelsStatus, status => { }, []) }) +export const areMessagesLoaded = createSelector( + currentChannelMessagesMergedBySender, + currentChannelMessages => Object.values(currentChannelMessages).length > 0 +) + +export const areChannelsLoaded = createSelector(publicChannels, channels => channels.length > 0) + export const publicChannelsSelectors = { publicChannels, subscribedChannels, @@ -283,4 +290,6 @@ export const publicChannelsSelectors = { pendingGeneralChannelRecreation, generalChannel, getChannelById, + areMessagesLoaded, + areChannelsLoaded, } diff --git a/packages/state-manager/src/sagas/socket/const/actionTypes.ts b/packages/state-manager/src/sagas/socket/const/actionTypes.ts index 3a8044322a..b5e8e9a3c5 100644 --- a/packages/state-manager/src/sagas/socket/const/actionTypes.ts +++ b/packages/state-manager/src/sagas/socket/const/actionTypes.ts @@ -73,7 +73,7 @@ export enum SocketActionTypes { SUBSCRIBE_FOR_DIRECT_MESSAGE_THREAD = 'subscribeToDirectMessageThread', // T TOR_INITIALIZED = 'torInitialized', - CONNECTION_PROCESS_INFO = 'torConnectionProcess', + CONNECTION_PROCESS_INFO = 'connectionProcess', // U UPDATE_MESSAGE_MEDIA = 'updateMessageMedia', UPLOAD_FILE = 'uploadFile', diff --git a/packages/state-manager/src/sagas/socket/startConnection/startConnection.saga.ts b/packages/state-manager/src/sagas/socket/startConnection/startConnection.saga.ts index 0aa83300cd..3e52ab2eb7 100644 --- a/packages/state-manager/src/sagas/socket/startConnection/startConnection.saga.ts +++ b/packages/state-manager/src/sagas/socket/startConnection/startConnection.saga.ts @@ -43,6 +43,7 @@ import { type SendOwnerCertificatePayload, CommunityMetadata, SendCsrsResponse, + ConnectionProcessInfo, } from '@quiet/types' const log = logger('socket') @@ -85,7 +86,7 @@ export function subscribe(socket: Socket) { | ReturnType | ReturnType | ReturnType - | ReturnType + | ReturnType | ReturnType | ReturnType | ReturnType @@ -99,7 +100,7 @@ export function subscribe(socket: Socket) { emit(connectionActions.setTorInitialized()) }) socket.on(SocketActionTypes.CONNECTION_PROCESS_INFO, (payload: string) => { - emit(connectionActions.setTorConnectionProcess(payload)) + emit(connectionActions.setConnectionProcess(payload)) }) // Misc socket.on(SocketActionTypes.PEER_CONNECTED, (payload: { peers: string[] }) => { diff --git a/packages/state-manager/src/sagas/users/users.selectors.ts b/packages/state-manager/src/sagas/users/users.selectors.ts index 27c0155596..704d83660e 100644 --- a/packages/state-manager/src/sagas/users/users.selectors.ts +++ b/packages/state-manager/src/sagas/users/users.selectors.ts @@ -148,6 +148,11 @@ export const duplicateCerts = createSelector(certificatesMapping, certs => { return Boolean(allUsernames.length !== uniqueUsernames.length) }) +export const areCertificatesLoaded = createSelector( + certificatesMapping, + certificates => Object.values(certificates).length > 0 +) + export const usersSelectors = { csrs, certificates, @@ -157,4 +162,5 @@ export const usersSelectors = { allUsers, duplicateCerts, getUserByPubKey, + areCertificatesLoaded, } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 5fbc0e6e89..2b3209af66 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,217 +1,113 @@ -# Change Log +[unreleased] -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +* Move csrs to separate store. -## [2.0.2-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.2-alpha.0...@quiet/types@2.0.2-alpha.1) (2023-11-14) +* Fix saveUserCsr saga to trigger only if user csr is absent in user slice. -**Note:** Version bump only for package @quiet/types +* Send an info message immediately after a user joins the community +* Feature: add functionality to export chat to text document in desktop version +[2.0.3-alpha.6] +* Fix: filter out invalid peer addresses in peer list. Update peer list in localdb. +* Fix: dial new peers on CSRs replication -## [2.0.2-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.1-alpha.4...@quiet/types@2.0.2-alpha.0) (2023-10-26) +[2.0.3-alpha.5] -**Note:** Version bump only for package @quiet/types +* Fix network data proceeding when using custom protocol multiple times #1847 +* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link +* Removed code responsible for data translation from channel address to channel id from state manager transforms and storage service +[2.0.3-alpha.1] +* Temporarily hiding leave community button from Possible impersonation attack -## [2.0.1-alpha.4](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.1-alpha.3...@quiet/types@2.0.1-alpha.4) (2023-10-12) +[2.0.3-alpha.0] -**Note:** Version bump only for package @quiet/types +* Filter CSRs - remove old csrs and replace with new for each pubkey +* Fixed mobile bugs - joining by QR code and not showing username taken screen for user who has unique name +* Use context menu for information about unregistered username instead screen +* Shorter dots-placeholder for invite link +* Display a shorter invite link on a mobile -## [2.0.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.1-alpha.2...@quiet/types@2.0.1-alpha.3) (2023-10-10) +* Removed registration attempts selector and corresponding usage. -**Note:** Version bump only for package @quiet/types +* Revert adjusting bootstrap scripts for developing on Windows +* Channel input - replaced ContentEditable with textarea +* Fix - up/down arrows now work properly inside channel input (textarea) +[2.0.1-alpha.2] +* UI layer for taken usernames for desktop and mobile -## [2.0.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.1-alpha.1...@quiet/types@2.0.1-alpha.2) (2023-10-09) +* Change nickname for taken username -**Note:** Version bump only for package @quiet/types +* Map messages sent before changing username +* Update registrar service to match new registration flow. +* Add possible impersonation attack UI for desktop and mobile +* Fix truncated long messages in channelInput component +* Unblock mobile e2e tests -## [2.0.1-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.1-alpha.0...@quiet/types@2.0.1-alpha.1) (2023-09-25) +* Prettify loading component on Chat screen (mobile) -**Note:** Version bump only for package @quiet/types +* Running Chromatic tests for forked PRs +* Added e2e test for user joining community when owner is offline. Improved e2e tests +* Bump github actions/* to versions using node16 +* Project can now be bootstraped on Windows (powershell) +* Placeholder(...) for community name -## [2.0.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.0-alpha.3...@quiet/types@2.0.1-alpha.0) (2023-09-25) +* No unregistered/duplicated label for system messages -**Note:** Version bump only for package @quiet/types +[2.0.0-alpha.11] +* Customize Launch Screen on iOS +* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend). +* Replaced greying out inputs with splash screen on joining/creating screens. +* Fixes empty space between chat's input and a soft keyboard on iOS devices. -# [2.0.0-alpha.18](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.0-alpha.3...@quiet/types@2.0.0-alpha.18) (2023-10-04) +* Changed registration process - user connects to the libp2p network directly instead of using registrar. Invitation link format changed. User csr is now saved to database. -**Note:** Version bump only for package @quiet/types +* Fixed android stucking on username registration screen introduced in previous alpha. +* Added creator username to initial channel message. +* Fixed bug with changing joining community/create community screens with required field. +* Fixed bug with displaying incorrect default settings tab. +* Replaced source of publicKey in sendMessage saga to CSR -# [2.0.0-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.0-alpha.2...@quiet/types@2.0.0-alpha.3) (2023-09-19) +* Labels for unregistered and duplicate usernames with modals -**Note:** Version bump only for package @quiet/types +* Fixed LoadingPanel useEffect bug. +* Use csrs instead of certificates as a source of user data +* Integration state manager layer with UI layer(desktop and mobile) +* Clarify autoupdate language in update modal to let users know that the app will update on restart. +* C4 for Quiet architecture. Context and Container diagrams. -# [2.0.0-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.8.1...@quiet/types@2.0.0-alpha.2) (2023-09-18) - -**Note:** Version bump only for package @quiet/types - - - - - -# [2.0.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/types@2.0.0-alpha.0...@quiet/types@2.0.0-alpha.1) (2023-09-14) - -**Note:** Version bump only for package @quiet/types - - - - - -# [2.0.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.9.0-alpha.0...@quiet/types@2.0.0-alpha.0) (2023-09-01) - -**Note:** Version bump only for package @quiet/types - - - - - -# [1.9.0-alpha.0](/compare/@quiet/types@1.8.0...@quiet/types@1.9.0-alpha.0) (2023-08-29) -## [1.8.1](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.8.0...@quiet/types@1.8.1) (2023-09-15) - -**Note:** Version bump only for package @quiet/types - - - - - -# [1.8.0](/compare/@quiet/types@1.8.0-alpha.0...@quiet/types@1.8.0) (2023-08-28) - -**Note:** Version bump only for package @quiet/types - - - - - -# [1.8.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.7.0...@quiet/types@1.8.0-alpha.0) (2023-08-25) - -**Note:** Version bump only for package @quiet/types - - - - - -# [1.7.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.5.1-alpha.0...@quiet/types@1.7.0) (2023-08-17) - -**Note:** Version bump only for package @quiet/types - - - - - -# [1.6.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.5.1-alpha.0...@quiet/types@1.6.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/types - - - - - -## [1.5.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.5.0-alpha.0...@quiet/types@1.5.1-alpha.0) (2023-07-28) - -**Note:** Version bump only for package @quiet/types - - - - - -# [1.5.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.4.0-alpha.1...@quiet/types@1.5.0-alpha.0) (2023-07-26) - -**Note:** Version bump only for package @quiet/types - - - - - -# [1.4.0-alpha.1](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.4.0-alpha.0...@quiet/types@1.4.0-alpha.1) (2023-07-05) - -**Note:** Version bump only for package @quiet/types - - - - - -# [1.4.0-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.3.1...@quiet/types@1.4.0-alpha.0) (2023-06-19) - -**Note:** Version bump only for package @quiet/types - - - - - -## [1.3.1](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.3.1-alpha.0...@quiet/types@1.3.1) (2023-06-13) - -**Note:** Version bump only for package @quiet/types - - - - - -## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.3.0...@quiet/types@1.3.1-alpha.0) (2023-06-06) - -**Note:** Version bump only for package @quiet/types - - - - - -# [1.3.0](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.2.1-alpha.3...@quiet/types@1.3.0) (2023-06-02) - -**Note:** Version bump only for package @quiet/types - - - - - -## [1.2.1-alpha.3](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.2.1-alpha.2...@quiet/types@1.2.1-alpha.3) (2023-05-25) - -**Note:** Version bump only for package @quiet/types - - - - - -## [1.2.1-alpha.2](https://github.com/TryQuiet/quiet/compare/@quiet/types@1.2.1-alpha.1...@quiet/types@1.2.1-alpha.2) (2023-05-10) - -**Note:** Version bump only for package @quiet/types - - - - - -## 1.2.1-alpha.1 (2023-04-28) - -**Note:** Version bump only for package @quiet/types +* Invite tab as default in settings diff --git a/packages/types/src/connection.ts b/packages/types/src/connection.ts index 541ff28fd1..60e00d6224 100644 --- a/packages/types/src/connection.ts +++ b/packages/types/src/connection.ts @@ -16,11 +16,7 @@ export interface NetworkStats { } export enum ConnectionProcessInfo { - CONNECTING_TO_COMMUNITY = 'Connecting to community owner via Tor', REGISTERING_USER_CERTIFICATE = 'Registering user certificate', - // SAVING_USER_CSR = 'Saving user csr', - WAITING_FOR_METADATA = 'Waiting for metadata', - REGISTERING_OWNER_CERTIFICATE = 'Registering owner certificate', LAUNCHING_COMMUNITY = 'Launching community', SPAWNING_HIDDEN_SERVICE = 'Spawning hidden service for community', INITIALIZING_STORAGE = 'Initializing storage', @@ -32,6 +28,12 @@ export enum ConnectionProcessInfo { LAUNCHED_COMMUNITY = 'Launched community', CHANNELS_REPLICATED = 'Channels replicated', CERTIFICATES_REPLICATED = 'Certificates replicated', + + CONNECTION_STARTED = 'Connecting process started', + LOADING_MESSAGES = 'Loading messages', + BACKEND_MODULES = 'Initialized backend modules', + REGISTERING_OWNER_CERTIFICATE = 'Registering owner certificate', + CONNECTING_TO_COMMUNITY = 'Connecting to community members via Tor', } export const TOR_BOOTSTRAP_COMPLETE = 'Bootstrapped 100% (done)' diff --git a/packages/types/src/socket.ts b/packages/types/src/socket.ts index 97aab89c66..80e7de15af 100644 --- a/packages/types/src/socket.ts +++ b/packages/types/src/socket.ts @@ -67,7 +67,7 @@ export enum SocketActionTypes { SUBSCRIBE_FOR_DIRECT_MESSAGE_THREAD = 'subscribeToDirectMessageThread', // T TOR_INITIALIZED = 'torInitialized', - CONNECTION_PROCESS_INFO = 'torConnectionProcess', + CONNECTION_PROCESS_INFO = 'connectionProcess', // U UPDATE_MESSAGE_MEDIA = 'updateMessageMedia', UPLOAD_FILE = 'uploadFile',