Merge pull request 'trunk' (#20) from trunk into prod

Reviewed-on: cwtch.im/website-new#20
This commit is contained in:
Sarah Jamie Lewis 2021-07-15 14:01:50 -07:00
commit 411056bea7
10 changed files with 51 additions and 11 deletions

37
content/changelog.md Normal file
View File

@ -0,0 +1,37 @@
---
title: "Changelog"
date: 2021-07-15T14:07:19-08:00
draft: false
---
## Cwtch Beta 1.1 - July 15th 2021
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=open&labels=151&milestone=0&assignee=0) in our
issue tracker.
A special thanks to the volunteer translators and testers who made this release possible.
* **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:**
- Client-side filtering of messages from blocked contacts when in group conversations
- 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
- Fix non-truncating contact names on Android
* **Accessibility / UX:**
- Completed French Translation
- Updated German and Italian Translations (now 85% complete)
- Improved Window Icon
- Improved Group Syncing UI
- Contextual explanations for encrypted/unencrypted profiles
- Tooltips for various UI elements
<br/>

View File

@ -8,23 +8,25 @@ Cwtch is now available as a beta release for the following platforms:
# Android
* Standalone APK (works for arm7 and arm64): [cwtch-v1.0.0-16-gb1f81e4.apk](/releases/cwtch-v1.0.0-16-gb1f81e4/cwtch-v1.0.0-16-gb1f81e4.apk)
* `sha512: 4398b369d7267c727195a3b7bf1d9b1b0b8315936321fe3e5bca8c114c579a4e0db5a3c1c1956280424018178a95490b9ec3600470c1e4e2acd6abc5627df21f`
* Standalone APK (works for arm7 and arm64): [cwtch-v1.1.0.apk](/releases/cwtch-v1.1.0/cwtch-v1.1.0.apk)
* `sha512: 49e79afe9a287a3f65619caec387d905bc765f8c2b810a5d981df31b16b95ce46857a970eea95d01e64c423a2815c8896d1f078be440a20c6516cb6cbca1cee2`
* Note: Syncing experimental Groups on some Android devices can be very slow depending on the underlying hardware and configuration.
* Google PlayStore: Currently being tested. [Get early access by supporting us on Patreon](https://www.patreon.com/openprivacy)
# Windows
* EXE: [cwtch-v1.0.0-16-gb1f81e4.zip](/releases/cwtch-v1.0.0-16-gb1f81e4/cwtch-v1.0.0-16-gb1f81e4.zip)
* `sha512: 12d93e27ac37dbc770d117ba38fa1ebc20573b7d1e76bd48d30c316440db79eea630f5f758a0e4be9addf3c005209292894920790f129b144216a86b99b0d4d9`
* Installer: [cwtch-installer.exe](/releases/cwtch-v1.1.0/cwtch-installer.exe)
* `sha512: f50678f6ca89096a856e1a532be8284e50521aadbc8e981d0ffdfa4a6fce2ea7b2e63b1964090629b9814b01198d2e9b22417c97f1c78f268b80226a08ced3c4`
* EXE: [cwtch-v1.1.0.zip](/releases/cwtch-v1.1.0/cwtch-v1.1.0.zip)
* `sha512: 11d73b07688a3f7e4098016d6212e637e9eda73c2bf6fecae0f21825c1ce2aeff6978c8e6a32442f97591fff4a1cae3df52ad0306f42ec54c36bb4e52750ac7a`
* Due to the newness of the Open Privacy certificate, Windows Defender Smart Screen may throw up a warning the first time you try to run the app. To bypass, simply click the "More info" button and then "Run Anyways"
* Flutter engine has a [known bug](https://github.com/flutter/flutter/issues/75675) around the Right Shift key being sticky.
We have implemented a partial workaround, if this happens, tap left shift, and it will reset.
# Linux
* amd64: [cwtch-v1.0.0-16-gb1f81e4.tar.gz](/releases/cwtch-v1.0.0-16-gb1f81e4/cwtch-v1.0.0-16-gb1f81e4.tar.gz)
* `sha512: 262a1ed3dfd36be3544d78d256fd658edf94371eadfa3691f564971c4e63be2d0a77c5cd4474c0a9ef89c79dc645e18aa657973b5060495eb0da77f4489064d4`
* amd64: [cwtch-v1.1.0.tar.gz](/releases/cwtch-v1.1.0/cwtch-v1.1.0.tar.gz)
* `sha512: 220ff82e5f2e465b0826ae6fbf04b650822052a15f070f73ab1d447ab6f7b4d7f00450621de81c477e0f65fc6d246aed7b8da68009df2525ee6b42e64862af8c`
# iOS / MacOS

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -253,11 +253,11 @@
<li>Volunteer to Translate: Contact team@cwtch.im to be added to our Lokalise translation team. We currently have translations for the following languages (help for other languages/locales welcome)!
<ul>
<li>English (100% Translated)</li>
<li>French (18% Translated)</li>
<li>German (48% Translated)</li>
<li>Italian (57% Translated)</li>
<li>Portuguese (18% Translated)</li>
<li>Spanish (57% Translated)</li>
<li>French (100% Translated)</li>
<li>German (85% Translated)</li>
<li>Italian (85% Translated)</li>
<li>Portuguese (16% Translated)</li>
<li>Spanish (50% Translated)</li>
</ul>
</li>
<li><a href="https://openprivacy.ca/donate">Donate to Open Privacy Research Society</a> to help us fund the development of new features!</li>

View File

@ -48,6 +48,7 @@
<li><a href="/#screenshots">SCREENSHOTS</a></li>
<li><a href="/#faq">FAQ</a></li>
<li><a href="https://git.openprivacy.ca/cwtch.im">CODE</a></li>
<li><a href="/changelog">CHANGELOG</a></li>
<li><a href="/download">GET CWTCH</a></li>
</ul>
</div>