Changelog for version 1.6.16

This commit is contained in:
ganfra 2024-05-29 12:02:59 +02:00
parent 22f69ec6b0
commit 018f494337
6 changed files with 15 additions and 5 deletions

View File

@ -1,3 +1,18 @@
Changes in Element v1.6.16 (2024-05-29)
=======================================
Bugfixes 🐛
----------
- Fix crash when accessing a local file and permission is revoked. ([#3616](https://github.com/element-hq/element-android/issues/3616))
- Fixes Element on Android 12+ being ineligible for URL deeplinks ([#5748](https://github.com/element-hq/element-android/issues/5748))
- Restore formatting when restoring a draft. Also keep formatting when switching composer mode. ([#7466](https://github.com/element-hq/element-android/issues/7466))
Other changes
-------------
- Update posthog sdk to 3.2.0 ([#8820](https://github.com/element-hq/element-android/issues/8820))
- Update Rust crypto SDK to version 0.4.1 ([#8838](https://github.com/element-hq/element-android/issues/8838))
Changes in Element v1.6.14 (2024-04-02)
=======================================

View File

@ -1 +0,0 @@
Fix crash when accessing a local file and permission is revoked.

View File

@ -1 +0,0 @@
Fixes Element on Android 12+ being ineligible for URL deeplinks

View File

@ -1 +0,0 @@
Restore formatting when restoring a draft. Also keep formatting when switching composer mode.

View File

@ -1 +0,0 @@
Update posthog sdk to 3.2.0

View File

@ -1 +0,0 @@
Update Rust crypto SDK to version 0.4.1