Quiet Changelog

What's new in Quiet 2.2.0 Alpha 3

Apr 30, 2024
  • Bug Fixes:
  • change ci emulator name configuration (#2463) e2f0204, closes #2463
  • postpone restore connection saga (#2462) 87ed565, closes #2462
  • Various fixes related to peers, CSRs and backend startup (#2455) 2af0531, closes #2455

New in Quiet 2.2.0 Alpha 1 (Apr 12, 2024)

  • Bug Fixes:
  • Adds a quick fix for the iOS sync issue after suspend (#2414) 595d896, closes #2414
  • Remove unused dmPublicKey to prevent UI delay during joining (#2392) c089c68, closes #2392

New in Quiet 2.1.2 Alpha 11 (Mar 15, 2024)

  • Note: Version bump only for package @quiet/desktop

New in Quiet 2.1.2 Alpha 10 (Mar 14, 2024)

  • Bug Fixes:
  • Add retry ability to tor-control and update Tor port on resume (#2360) (f628b82)

New in Quiet 2.1.2 Alpha 7 (Feb 28, 2024)

  • Update packages CHANGELOG.md.
  • Fix: correct path for built .apk.

New in Quiet 2.1.2 Alpha 6 (Feb 28, 2024)

  • Note: Version bump only for package @quiet/mobile

New in Quiet 2.1.2 Alpha 5 (Feb 28, 2024)

  • Version bump only for package @quiet/mobile

New in Quiet 2.1.2 Alpha 1 (Feb 28, 2024)

  • Refactorings:
  • Rename and reorganize frontend/backend events API
  • Rename message retrieval events/sagas and use ack feature
  • Rename LOAD_MESSAGES event and incomingMessages reducer
  • Use socket.io ack for CREATE_CHANNEL event
  • Introduce socket.io acknowledgements
  • Fixes:
  • Remove duplicate introduction messages once again
  • Prevent channel creation with names that start with special character, then a hyphen
  • Choose random ports for Tor services (iOS)
  • Use consistent identicons for messages and profile
  • Other:
  • Upgraded React-Native to 0.73.2

New in Quiet 2.1.1 (Feb 27, 2024)

  • New Features:
  • Users can add a profile image on desktop, and see them on desktop and mobile. #2065
  • Linux and Windows now have our nice, new rounded logo. (Thanks @rajdip-b!) #1714
  • Fixes:
  • Windows app no longer fails to start for users with spaces in their username. #1966
  • Opening invite links on mobile should work properly again. #2253
  • Invite links always contain the address of the peer that created them, for more reliability when joining. #2266

New in Quiet 2.1.1 Alpha 1 (Feb 8, 2024)

  • Fixes:
  • Make sure address of the inviting peer is in the invitation link
  • Opening the mobile app with joining links has been corrected.
  • Refactorings:
  • Remove unused backend events and state-manager event types

New in Quiet 2.1.1 Alpha 0 (Jan 31, 2024)

  • Bug Fixes:
  • Opening the mobile app with joining links has been corrected.

New in Quiet 2.0.1 (Jan 25, 2024)

  • Fixes:
  • Desktop UI console errors/warnings have been cleaned up.
  • The channel context menu is now enabled for all users.
  • A bug that impersonated the channel creation message due to the removal of the username has been fixed.
  • Large file downloads are now slower but steadier.
  • The username changing form has been fixed.
  • Push notifications runtime permission is now requested on Android.
  • Users joining a community will no longer receive multiple "welcome" messages.
  • Users sharing the same nickname now have different profile images.

New in Quiet 2.0.1 Alpha 1 (Jan 22, 2024)

  • Version bump only for package @quiet/mobile

New in Quiet 2.0.1 Alpha 0 (Jan 17, 2024)

  • Fixes:
  • Desktop UI console errors/warnings have been cleaned up.
  • The channel context menu is now enabled for all users.
  • A bug that impersonated the channel creation message due to the removal of the username has been fixed.
  • Large file downloads are now slower but steadier.
  • The username changing form has been fixed.
  • Push notifications runtime permission is now requested on Android.
  • Users joining a community will no longer receive multiple "welcome" messages.
  • Users sharing the same nickname now have different profile images.

New in Quiet 2.0.0 (Jan 9, 2024)

  • Breaking changes:
  • To let users join when the owner is offline we made changes that broke backwards compatibility, so you will need to create a new community and re-invite members. Need help migrating? [email protected]
  • New Features:
  • Users can join a community when its owner is offline. This was a big one!
  • Desktop and mobile users can send markdown messages. (Thanks again @josephlacey!)
  • Desktop users can now export chats to a text file. (Thanks @rajdip-b!)
  • Improvements:
  • Prettier message loading indicator on mobile
  • Better descriptions of the joining process
  • Validation of community metadata and certificates
  • A real iOS launch screen (so long, "Powered by React Native"!)
  • A nice splash screen on mobile until the joining/creating screens are ready
  • Clearer autoupdate language in the update modal, so users know that the app will update on restart
  • Fixes:
  • Mobile apps should no longer crash on restart.
  • Joining community no longer gets stuck on "initiating backend modules."
  • Invalid peer addresses in peer list are now filtered out, and peer list is updated in localdb.
  • Peers now dial new users without having to restart.
  • Up/down arrows are now working properly inside channel input. (Thanks @josephlacey!)
  • Long messages are no longer truncated in channelInput component.
  • Users can change between "join community" and "create community" screens without errors about a missing required field.
  • On iOS, there's more weird empty space between the input field and the soft keyboard.
  • The UI for users already in a community joining a new community is no longer misleading, so users will not accidentally leave a community by opening a new invite link.
  • Desktop settings now open the "invite" tab by default, as they were meant to.
  • We now initialize electron-store after setting appData to prevent creating an empty "Quiet" data directory.
  • Notes:
  • Quiet now labels duplicate unregistered usernames
  • Quiet shows an full-screen warning for duplicate registered usernames, since these should never happen and indicate a potential compromise.
  • For authenticating connections, Quiet now uses libp2p's Pre-shared Key Based Private Networks instead of X.509 certificates so peers can connect before registering.

New in Quiet 2.0.3 Alpha 14 (Dec 9, 2023)

  • Add community metadata validation (#2073) (5780574)

New in Quiet 2.0.3 Alpha 13 (Dec 7, 2023)

  • Bug Fixes:
  • Initialize electron store after setting new appData, otherwise i… (#2150) (ed9eb26)
  • Send csr if local and stored ones differs (#2147) (b640d16)
  • Features:
  • Fixed UI for modal (#2151) (cf899d5)

New in Quiet 2.0.3 Alpha 11 (Dec 3, 2023)

  • Bug Fixes:
  • e2e test for invitation link; (#2126) (5ddbc6a)
  • Features:
  • add Certificates store and validation (#2072) (47669f4), closes #1899
  • export chats per channel (c3faf4f), closes #2102

New in Quiet 2.0.3 Alpha 9 (Nov 24, 2023)

  • Chore/master to develop
  • Chore: change data directories
  • Chore: set new production bucket in workflow

New in Quiet 2.0.3 Alpha 8 (Nov 22, 2023)

  • Features:
  • Trigger lerna (4ca8195)

New in Quiet 1.9.7 (Nov 17, 2023)

  • Bug Fixes:
  • Pass team id for notarization (ab86fc0)

New in Quiet 2.0.3 Alpha 4 (Nov 14, 2023)

  • trigger desktop (713e1b8)

New in Quiet 2.0.3 Alpha 3 (Nov 13, 2023)

  • Note: Version bump only for package integration-tests.

New in Quiet 2.0.3 Alpha 2 (Nov 9, 2023)

  • Bug Fixes:
  • Trigger desktop (2898bee)

New in Quiet 2.0.3 Alpha 1 (Nov 8, 2023)

  • Note: Version bump only for package @quiet/desktop

New in Quiet 2.0.1 Alpha 4 (Oct 12, 2023)

  • Revert "Adjust project bootstrap scripts to be windows-friendly

New in Quiet 2.0.1 Alpha 2 (Oct 9, 2023)

  • Bug Fixes:
  • add conditional checksum path (8164b50)
  • Reverts:
  • Revert "Remove afterAllArtifactBuild for linux" (975d0df)

New in Quiet 1.9.4 (Oct 3, 2023)

  • Note: Version bump only for package quiet

New in Quiet 1.9.2 (Sep 25, 2023)

  • Hotfix for file downloading

New in Quiet 2.0.0 Alpha 9 (Sep 18, 2023)

  • Note: Version bump only for package quiet

New in Quiet 1.8.0 (Aug 17, 2023)

  • Note: Version bump only for package quiet

New in Quiet 1.7.1 Alpha 3 (Aug 11, 2023)

  • Note: Version bump only for package quiet

New in Quiet 1.7.1 Alpha 2 (Aug 11, 2023)

  • Note: Version bump only for package quiet

New in Quiet 1.7.1 Alpha 0 (Aug 1, 2023)

  • Note: Version bump only for package quiet

New in Quiet 1.4.0 (Jul 10, 2023)

  • Note: Version bump only for package quiet