website-new/content/changelog.md

67 lines
2.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-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:**
- Restyling of Message Composition bar buttons.
- 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: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/>