|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -[unreleased] |
| 3 | +## [unreleased] |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | +### Fixes |
| 8 | + |
| 9 | +* The user profile tab at the bottom of the sidebar now has the correct opacity and layout, and the faint horizontal stripe that appeared on some platforms and window sizes is gone now. [#3184](https://github.com/TryQuiet/quiet/pull/3184) |
| 10 | + |
| 11 | +### Chores |
| 12 | + |
| 13 | +## [7.0.1] |
4 | 14 |
|
5 | 15 | ### Features |
6 | 16 |
|
7 | | -* Adds hcaptcha verification for protected QSS actions [#2908](https://github.com/TryQuiet/quiet/issues/2908) |
8 | | -* Add ability to adjust image/file auto-download size threshold [#3019](https://github.com/TryQuiet/quiet/pull/3019) |
9 | | -* Messages can now be relayed using QSS [#2805](https://github.com/TryQuiet/quiet/issues/2805) |
10 | | -* Messages can be retrieved from QSS stores [#2806](https://github.com/TryQuiet/quiet/issues/2806) |
11 | | -* Profile photos are now uploaded via IPFS [#3048](https://github.com/TryQuiet/quiet/issues/3048) |
12 | 17 | * Registers APNS token with push notifications service [#3080](https://github.com/TryQuiet/quiet/issues/3080) |
| 18 | +* Adds push notification service [#3086](https://github.com/TryQuiet/quiet/issues/3086) |
| 19 | + |
| 20 | +### Fixes |
| 21 | + |
| 22 | +* Fixed bug around killing old tor process that results in an unhandled exception [#3135](https://github.com/TryQuiet/quiet/issues/3135) |
| 23 | +* Adds new mac entitlement to fix arm64 crashes on arm64 binaries [#3180](https://github.com/TryQuiet/quiet/issues/3180) |
| 24 | +* Fixed bug that caused a registration loop when QSS_ALLOWED is true but the endpoint is unset [#3140](https://github.com/TryQuiet/quiet/issues/3140) |
| 25 | +* Fix delay between sign-in and historical log entry pull from QSS [#3127](https://github.com/TryQuiet/quiet/issues/3127) |
| 26 | + |
| 27 | +### Chores |
| 28 | + |
| 29 | +* Upgrades NodeJS to 20.20.1 |
| 30 | + |
| 31 | +## [7.0.0] |
| 32 | + |
| 33 | +### Features |
| 34 | + |
13 | 35 | * Create an invite lockbox when using QSS [#3057](https://github.com/TryQuiet/quiet/issues/3057) |
14 | 36 | * Self-assign the member role when joining with QSS [#3058](https://github.com/TryQuiet/quiet/issues/3058) |
15 | 37 | * Use LFA-based identity in OrbitDB |
16 | 38 | * Requests iOS notification permissions when app launches [#3079](https://github.com/TryQuiet/quiet/issues/3079) |
17 | 39 | * Adds push notification service [#3086](https://github.com/TryQuiet/quiet/issues/3086) |
18 | 40 |
|
| 41 | +## [6.6.2] |
| 42 | + |
| 43 | +### Fixes |
| 44 | + |
| 45 | +* Fixed crashes on GrapheneOS devices |
| 46 | + |
| 47 | +## [6.6.0] |
| 48 | + |
| 49 | +### Features |
| 50 | + |
| 51 | +* Adds hcaptcha verification for protected QSS actions [#2908](https://github.com/TryQuiet/quiet/issues/2908) |
| 52 | +* Messages can now be relayed using QSS [#2805](https://github.com/TryQuiet/quiet/issues/2805) |
| 53 | +* Messages can be retrieved from QSS stores [#2806](https://github.com/TryQuiet/quiet/issues/2806) |
| 54 | +* Profile photos are now uploaded via IPFS [#3048](https://github.com/TryQuiet/quiet/issues/3048) |
| 55 | + |
19 | 56 | ### Fixes |
20 | 57 |
|
21 | | -* DisableWebDrag added to links listed in an issue [#481] (https://github.com/TryQuiet/quiet/issues/481) |
22 | 58 | * Fixed being unable to quit application during initial load [#3046](https://github.com/TryQuiet/quiet/issues/3046) |
23 | 59 | * Fixed trace logger toggles [#3045](https://github.com/TryQuiet/quiet/issues/3045) |
24 | | -* Fixed auth issues when using QSS in AWS [#3128](https://github.com/TryQuiet/quiet/issues/3128) |
25 | | -* Fixed bug around killing old tor process that results in an unhandled exception [#3135](https://github.com/TryQuiet/quiet/issues/3135) |
26 | | -* Fixed bug that caused a registration loop when QSS_ALLOWED is true but the endpoint is unset [#3140](https://github.com/TryQuiet/quiet/issues/3140) |
27 | | -* The user profile tab at the bottom of the sidebar now has the correct opacity and layout, and the faint horizontal stripe that appeared on some platforms and window sizes is gone now. [#3184](https://github.com/TryQuiet/quiet/pull/3184) |
| 60 | +* Handle AWS QSS endpoints in invite links [#3024](https://github.com/TryQuiet/quiet/issues/3024) |
| 61 | + |
| 62 | +## [6.5.1] |
28 | 63 |
|
29 | 64 | ### Chores |
30 | 65 |
|
31 | | -* Change autoupdater text [#2971](https://github.com/TryQuiet/quiet/issues/2971) |
32 | | -* Fixed issues with testing workflows [#3030](https://github.com/TryQuiet/quiet/issues/3030) |
33 | | -* Add MacOS arm64-specific build jobs to resolve slow UI startup on Apple Silicon [#3146](https://github.com/TryQuiet/quiet/issues/3146) |
| 66 | +* Updgrade NodeJS on mobile to 18.20.4 |
| 67 | +* 16kb compliance changes on android |
| 68 | + |
| 69 | +## [6.4.0] |
| 70 | + |
| 71 | +### Features |
| 72 | + |
| 73 | +* Add ability to adjust image/file auto-download size threshold [#3019](https://github.com/TryQuiet/quiet/pull/3019) |
34 | 74 |
|
35 | 75 | ### Fixes |
36 | 76 |
|
37 | | -* Handle AWS QSS endpoints in invite links [#3024](https://github.com/TryQuiet/quiet/issues/3024) |
| 77 | +* DisableWebDrag added to links listed in an issue [#481] (https://github.com/TryQuiet/quiet/issues/481) |
38 | 78 | * Fixes dialing on join when using AWS QSS [#3025](https://github.com/TryQuiet/quiet/issues/3025) |
39 | | -* Fix delay between sign-in and historical log entry pull from QSS [#3127](https://github.com/TryQuiet/quiet/issues/3127) |
| 79 | + |
| 80 | +### Chores |
| 81 | + |
| 82 | +* Change autoupdater text [#2971](https://github.com/TryQuiet/quiet/issues/2971) |
| 83 | +* Fixed issues with testing workflows [#3030](https://github.com/TryQuiet/quiet/issues/3030) |
| 84 | +* Add MacOS arm64-specific build jobs to resolve slow UI startup on Apple Silicon [#3146](https://github.com/TryQuiet/quiet/issues/3146) |
40 | 85 |
|
41 | 86 | ## [6.3.0] |
42 | 87 |
|
|
0 commit comments