website-new/content/changelog.md

101 lines
4.7 KiB
Markdown
Raw Normal View History

2021-07-14 22:28:23 +00:00
---
title: "Changelog"
date: 2021-07-15T14:07:19-08:00
draft: false
---
2021-08-30 21:43:25 +00:00
<br/>
2021-09-30 21:06:56 +00:00
## Cwtch Beta 1.3 - October 1st 2021
For a more detailed overview of changes present in the 1.3 release see issues tagged [cwtch-beta-1.3](https://git.openprivacy.ca/cwtch.im/cwtch-ui/issues?q=&type=all&sort=&state=closed&labels=154&milestone=0&assignee=0) in our
issue tracker.
A special thanks to the volunteer translators and testers who made this release possible.
* **New Features:**
2021-09-30 21:10:57 +00:00
- File Sharing Experiment! Please help us test this.
- Go to Settings to Enable the File Sharing Experiment
- Share files with both Contacts and Groups without uploading to a centralized file server
- For more information see our most recent [Discreet Log:]()
2021-09-30 21:20:37 +00:00
- Streamer/Redaction Mode - Hide sensitive data (addresses etc.) when showing Cwtch to others
2021-09-30 21:10:57 +00:00
- Enable in Settings
2021-09-30 21:06:56 +00:00
* **Bug Fixes / Improvements:**
2021-09-30 21:10:57 +00:00
- Light Mode Fixes
- Fix Crash that sometimes occurred after Deleting a Group
2021-09-30 21:20:37 +00:00
- Reply buttons on Android now auto-hide
- Shutdown button on Mac now works
- Invitations on Android now persist state
2021-09-30 21:10:57 +00:00
- Linux / Mac packaging / installer Improvements
2021-09-30 21:20:37 +00:00
- **(Tapir)** More robust cryptographic checking on Cwtch addresses (these would have
previously been caught in higher level authentication protocols, but are now rejected when importing
addresses)
- **(Tapir)** Duplicate connections are now explicitly resolved down to a single connection. This should
2021-09-30 21:20:47 +00:00
improve performance and latency, especially in mobile environments
2021-09-30 21:06:56 +00:00
* **Accessibility / UX:**
2021-09-30 21:10:57 +00:00
- Completed French Translation
2021-09-30 21:06:56 +00:00
<hr/>
2021-08-30 21:40:52 +00:00
## Cwtch Beta 1.2 - August 31st 2021
2021-08-30 21:44:12 +00:00
For a more detailed overview of changes present in the 1.2 release see issues tagged [cwtch-beta-1.2](https://git.openprivacy.ca/cwtch.im/cwtch-ui/issues?q=&type=all&sort=&state=closed&labels=152&milestone=0&assignee=0) in our
2021-08-30 21:40:52 +00:00
issue tracker.
A special thanks to the volunteer translators and testers who made this release possible.
* **New Features:**
2021-08-30 21:47:31 +00:00
- Mac OS Version! Please help us test this.
2021-08-30 21:40:52 +00:00
- An icon is now displayed when blocking of unknown contacts is enabled.
- Chat now maintains your last read position and provides a quick way of scrolling to most recent messages.
- The `IME_FLAG_NO_PERSONALIZED_LEARNING` flag on all text fields (private keyboard mode)
2021-08-30 21:47:31 +00:00
- (Cwtch Server) New Docker Container
- Archive Conversations
2021-08-30 21:40:52 +00:00
* **Bug Fixes / Improvements:**
2021-09-30 21:20:37 +00:00
- Restyling of Message Composition bar buttons
2021-08-30 21:40:52 +00:00
- Double Pane Scrolling Fixes
- Fix Keyboard Issues on Android
- Fix Cursor Issues on Android
- Message Rows now have draggable/animated feedback for gesture-based actions
- Upgrade to Flutter 2.5
2021-08-30 21:47:31 +00:00
- Memory Use Improvements
2021-08-30 21:58:44 +00:00
- (Group Experiment) Previously, group signatures assumed that `Group ID` was kept secret from the server in order to preserve
metadata privacy. This is no longer assumed 1.2 which now only relies on `Group Key` being kept secret. This change is backwards incompatible and as such 1.1 clients will not be able to verify group messages from newer clients. For more
information please consult the [cwtch secure development handbook](https://docs.openprivacy.ca/cwtch-security-handbook/cwtch-overview.html#multi-party-conversations-groups-and-peer-to-server-communication)
2021-08-30 21:40:52 +00:00
* **Accessibility / UX:**
- Completed French Translation
- References to `Peer` replaced with more specific language (e.g. `Contact` or `Conversation`) throughout the UI
2021-08-30 21:43:25 +00:00
<hr/>
2021-07-14 22:28:23 +00:00
2021-07-14 23:01:51 +00:00
## Cwtch Beta 1.1 - July 15th 2021
2021-07-14 22:28:23 +00:00
2021-08-30 21:40:52 +00:00
For a more detailed overview of changes present in the 1.1 release see issues tagged [cwtch-beta-1.1](https://git.openprivacy.ca/cwtch.im/cwtch-ui/issues?q=&type=all&state=closed&labels=151&milestone=0&assignee=0) in our
2021-07-14 22:28:23 +00:00
issue tracker.
2021-07-15 20:27:36 +00:00
A special thanks to the volunteer translators and testers who made this release possible.
2021-07-14 22:28:23 +00:00
* **New Features:**
- Support for Quoted Messages / Reply-to
- Support for Multi-line Messages
- Enable Autofill for Password Fields on Android
- New Windows Installer
- Improved Linux Install Scripts
* **Bug Fixes / Improvements:**
2021-07-14 23:01:51 +00:00
- Client-side filtering of messages from blocked contacts when in group conversations
2021-07-14 22:28:23 +00:00
- Improved handling of syncing groups on Android
- Prevent sending empty messages
- Prevent sending messages to offline contacts / servers
- Fix high CPU usage on Windows
- Fix for unintentional shutdown prompt when clicking on a notification in Android
2021-07-14 23:01:51 +00:00
- Fix non-truncating contact names on Android
2021-07-15 22:21:45 +00:00
- Fix regression that preventing unblocking contacts (*v1.1.1*)
2021-07-14 22:30:23 +00:00
* **Accessibility / UX:**
2021-07-15 20:27:36 +00:00
- Completed French Translation
2021-07-15 20:29:13 +00:00
- Updated German and Italian Translations (now 85% complete)
2021-07-15 20:27:36 +00:00
- Improved Window Icon
- Improved Group Syncing UI
2021-07-14 22:30:23 +00:00
- Contextual explanations for encrypted/unencrypted profiles
- Tooltips for various UI elements
<br/>