Skip to content

Releases: TryQuiet/quiet

@quiet/mobile@2.3.1

12 Sep 20:52
Compare
Choose a tag to compare

Fixes

  • Android app will now work correctly after suspending it (e.g. by swiping up in the app manager) (#2587)

@quiet/desktop@2.3.1

12 Sep 20:52
Compare
Choose a tag to compare

Fixes

  • The user profile area is now much easier to click on desktop, and has a nice hover effect matching the rest of the sidebar (#2566) Thanks @okrayrum!

@quiet/mobile@2.3.1-alpha.1

11 Sep 18:51
Compare
Choose a tag to compare
Pre-release

Fixes

  • Websocket properly reconnects after app is swiped closed in the app manager on android by @adrastaea in #2597

@quiet/desktop@2.3.1-alpha.1

11 Sep 18:51
Compare
Choose a tag to compare
Pre-release

2.3.1-alpha.1 (2024-09-11)

Bug Fixes

@quiet/mobile@2.3.0

14 Aug 14:56
Compare
Choose a tag to compare

2.3.0 (2024-08-14)

Note: Version bump only for package @quiet/mobile

@quiet/desktop@2.3.0

14 Aug 14:56
Compare
Choose a tag to compare

2.3.0 (2024-08-14)

New features:

  • Add dark mode to the desktop UI (#1502)

Chores

  • Update README and PUBLISHING docs

@quiet/mobile@2.2.1-alpha.1

29 Jul 15:33
Compare
Choose a tag to compare
Pre-release

2.2.1-alpha.1 (2024-07-29)

Note: Version bump only for package @quiet/mobile

@quiet/desktop@2.2.1-alpha.1

29 Jul 15:33
Compare
Choose a tag to compare
Pre-release

2.2.1-alpha.1 (2024-07-29)

Bug Fixes

  • 2576: Update hover and selected contrast and modify sidebar color in dark mode (#2579) (d7bf1b9)

@quiet/mobile@2.2.1-alpha.0

08 Jul 14:46
Compare
Choose a tag to compare
Pre-release

2.2.1-alpha.0 (2024-07-08)

Bug Fixes

  • Add patch to requirements documentation (#1766) (8eb6fcc)
  • Add retry ability to tor-control and update Tor port on resume (#2360) (9517f08)
  • Adds a quick fix for the iOS sync issue after suspend (#2414) (151895d)
  • ask push notification runtime permission on Android (#2213) (2f92e88)
  • calling init websocket connection (#2261) (fe1d9dd)
  • cleanup username creation component (#2216) (1d03995)
  • create jdenticon from pubKey, not username - to distinguish user… (#2207) (fd8bd06)
  • deep linking issues (#2154) (2867264), closes #1970
  • delay node start (#2300) (810f7c3)
  • make sure local peer's address in in invitation link (#2268) (53f1ec9)
  • postpone restore connection saga (#2462) (b8ef745)
  • Reduce max random port on iOS (#2402) (2c783aa)
  • Remove unused dmPublicKey to prevent UI delay during joining (#2392) (3ba5b9a)
  • Reorder the closing of services, prevent sagas running multiple times and close backend server properly (#2499) (1eef06c)
  • start websocket connection on react init (#2481) (611af21)
  • Updating channel naming logic (#2307) (38b007e)
  • Use useLegacyPackaging feature in Gradle (#2384) (125ec4e)
  • Various fixes related to peers, CSRs and backend startup (#2455) (abd9101)

Features

  • 2312 pass invitation data to createNetwork saga and LAUNCH_COMMUNITY… (#2438) (de6f0cd)
  • Add user profile feature for desktop (#1923) (d016be5)

@quiet/desktop@2.2.1-alpha.0

08 Jul 14:46
Compare
Choose a tag to compare
Pre-release

2.2.1-alpha.0 (2024-07-08)

Bug Fixes

  • "Invite A Friend" tab now reads "Add Members" (#2234) (049cd56)
  • Add patch to requirements documentation (#1766) (8eb6fcc)
  • Allow JPEG and GIF images as profile photos #2332 (#2353) (233725f)
  • Clean up desktop UI console errors/warnings (#2226) (570a7a9)
  • cleanup username creation component (#2216) (1d03995)
  • create jdenticon from pubKey, not username - to distinguish user… (#2207) (fd8bd06)
  • Enable channel context menu for all users (#2206) (02f6809)
  • Make community name field text visible on create community page (#2233) (0f4a33f)
  • make sure local peer's address in in invitation link (#2268) (53f1ec9)
  • pasting multiple files #1987 (#2306) (7c6b669)
  • Quick fix for intro message race condition (#2376) (d4f7449)
  • Remove duplicate introduction messages once again (#2296) (655a812)
  • Remove unused dmPublicKey to prevent UI delay during joining (#2392) (3ba5b9a)
  • Updating channel naming logic (#2307) (38b007e)
  • Various fixes related to peers, CSRs and backend startup (#2455) (abd9101)

Features

  • #1502 get light/dark from native theme and access it through DRY function (4d80746)
  • #1502 Implement dark mode, tidy up loose styles and unused classes. (84bf50a)
  • #1502 Let's do the Emoji picker too! (17c1c67)
  • #1502 make backgrounds on channel input and settings tabs the default (1fb3969)
  • #1502 Remove hardcoded color and ensure contrast in tabs, more icon replacement (cf106e0)
  • #1502 Replace hard-coded icons that weren't visible in dark mode (1a1ce11)
  • #1502 respect browser night-mode, fix sidebar and message highlight colors (ecd239a)
  • #1502 tweak light-mode sidebar background (663afcd)
  • #1502 Tweak more backgrounds in sidebar, Jdenticons, etc. (d3fabeb)
  • #1502 update sidebar's selected item background to match Figmas (3d50808)
  • 2312 pass invitation data to createNetwork saga and LAUNCH_COMMUNITY… (#2438) (de6f0cd)
  • Add user profile feature for desktop (#1923) (d016be5)
  • Feat/519 big emoji messages (#2389) (71c8b22)