Changelog Draft

This commit is contained in:
Sarah Jamie Lewis 2022-12-11 18:58:49 -08:00
parent a8bfbac48b
commit 04ff97cd08
2 changed files with 27 additions and 1 deletions

View File

@ -0,0 +1,26 @@
For a more detailed overview of changes present in the 1.10 release see issues tagged [cwtch-beta-1.10](https://git.openprivacy.ca/cwtch.im/cwtch-ui/issues?q=&type=all&sort=&state=closed&labels=169&milestone=0&assignee=0) in our
issue tracker.
A special thanks to the amazing volunteer translators and testers who made this release possible.
* **New Features:**
- **Fine-grained Profile Management** - you can now control which profiles are automatically enabled at start up, and turn individual profiles on and off
- **New Connection Backend** - we have reworked connection management in Cwtch to minimize contention inside the Tor process, and to prioritize regular contacts. This results in faster peering times, and more stable connections
* **Bug Fixes / Improvements:**
- Upgrade to Flutter 3.3.5
- Profile Export now works on Android devices
- Profile Image Shares are now re-initialized every start up to ensure that profile images are available to new contacts. (Previously profile image shares expired after 30-days like all other file shares)
- Many small improvements to themes
- Improved UX for unlocking profiles
- Fix a bug that prevented the deletion of profiles
- Streamer mode now hides cwtch addresses on configuration screens
- Message formatting now applies to quoted messages
- Message formatting can now be disabled when experiments are disabled
- Fix bug that prevented Cwtch from finding packaged Tor binary in some installations
* **Accessibility / UX:**
- Full translations for **Brazilian Portuguese**, **Dutch**, **French**, **German**, **Italian**, **Russian**, **Polish**, **Spanish**, **Turkish**, and **Welsh**
- Core translations for **Danish** (85%), **Norwegian** (85%), and **Romanian** (85%)
- Partial translations for **Luxembourgish** (25%), **Greek** (19%), and **Portuguese** (7%)
<hr/>
<br/>

View File

@ -1,4 +1,4 @@
For a more detailed overview of changes present in the 1.9 release see issues tagged [cwtch-beta-1.8](https://git.openprivacy.ca/cwtch.im/cwtch-ui/issues?q=&type=all&sort=&state=closed&labels=160&milestone=0&assignee=0) in our
For a more detailed overview of changes present in the 1.9 release see issues tagged [cwtch-beta-1.9](https://git.openprivacy.ca/cwtch.im/cwtch-ui/issues?q=&type=all&sort=&state=closed&labels=160&milestone=0&assignee=0) in our
issue tracker.
A special thanks to the amazing volunteer translators and testers who made this release possible.