diff --git a/content/changelog.md b/content/changelog.md index d9030ce..46ccc1f 100644 --- a/content/changelog.md +++ b/content/changelog.md @@ -6,6 +6,10 @@ draft: false
+## Cwtch 1.14 - Februrary 14th 2024 + +{{% release file="/static/releases/cwtch-v1.14/changelog.md" %}} + ## Cwtch 1.13.2 - November 30th 2023 {{% release file="/static/releases/cwtch-v1.13.2/changelog.md" %}} diff --git a/content/download.md b/content/download.md index 79e8791..4d93ba0 100644 --- a/content/download.md +++ b/content/download.md @@ -29,7 +29,7 @@ Cwtch is now available for the following platforms: * Standalone APK (works for arm7 and arm64): [cwtch-v1.13.2.apk](/releases/cwtch-v1.13.2/cwtch-v1.13.2.apk) * `sha512: 01914e88e88209fb1007762b0f4a4e166e267ac806ed56984660e2a55a78952d6b3bd4cc7ba9adcc1e11c2afe27f3ac30828f68060abfa29173c90f593870730` * 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) +*
diff --git a/static/images/google-play-badge.png b/static/images/google-play-badge.png new file mode 100644 index 0000000..131f3ac Binary files /dev/null and b/static/images/google-play-badge.png differ diff --git a/static/releases/cwtch-v1.14/changelog.md b/static/releases/cwtch-v1.14/changelog.md new file mode 100644 index 0000000..6d90e81 --- /dev/null +++ b/static/releases/cwtch-v1.14/changelog.md @@ -0,0 +1,27 @@ +A special thanks to the [amazing volunteer translators](https://docs.cwtch.im/docs/contribute/translate) and [testers](https://docs.cwtch.im/docs/contribute/testing) who made this release possible. + +- **New Features:** + - **Custom Themes** - You can now load [custom themes](https://docs.cwtch.im/docs/contribute/themes) into Cwtch. +- **Bug Fixes / Improvements:** + - Fixed tor connectivity in newer Tails releases + - Fixes in the Retry Plugin for better managing of a large number of contacts + - Several UX improvements for font scaling, and styling + - Fixed Android File Sharing Bug which prevent downloads of [non-previewed files](https://docs.cwtch.im/docs/settings/experiments/image-previews-and-profile-pictures). + - Fixed Android File Sharing Bug that resulted in a UI reset triggered by a rate race condition between reconnection and new message arriving + - Split Settings Pane into multiple tabs for easier navigation of options + - Fixed contact row date time/localization inconsistency + - Fixed contact row issue where `LANG` wasn't set on some linux systems + - libCwtch now support older Mac releases (min 10.12) + - Updates images and descriptions in the Windows Installer +- **Accessibility / UX:** + - Core translations for **Brazilian Portuguese**, **Danish** , **Dutch**, **French**, **German**, **Italian**, **Norwegian** , **Romanian** , **Russian**, **Polish**, **Slovak**, **Spanish**, **Swahili**, **Swedish**, **Turkish**, and **Welsh** + - Partial translations for **Korean** (37%), **Japanese** (27%), , **Luxembourgish** (20%), **Greek** (15%), **Uzbek** (10%), and **Portuguese** (5%) + - **Theme Refresh** - Many small adjustments to existing themes to make them more accessible + +## Reproducible Bindings + +Cwtch 1.14 is based on libCwtch version `libCwtch-autobindings-`. +The [repliqate scripts](https://docs.cwtch.im/blog/cwtch-bindings-reproducible#introducing-repliqate) to reproduce these bindings from source +can be found at [https://git.openprivacy.ca/cwtch.im/repliqate-scripts/src/branch/main/cwtch-autobindings-v0.0.10](https://git.openprivacy.ca/cwtch.im/repliqate-scripts/src/branch/main/cwtch-autobindings-v0.0.10) +
+