diff --git a/CHANGES.md b/CHANGES.md index 5a0988d7cc..df477df4d4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,20 @@ +Changes in Element v1.6.12 (2024-02-16) +======================================= + +This update provides important security fixes, please update now. + +Security fixes 🔐 +----------------- + - Add a check on incoming intent. ([#1506 internal](https://github.com/matrix-org/internal-config/issues/1506)) + - Store temporary files created for Camera in the media folder. ([#1505 internal](https://github.com/matrix-org/internal-config/issues/1505)) + +Bugfixes 🐛 +---------- + - Switch the position and styles of the 'already have an account' and 'create account' buttons in the login splash screen. Also changes the 'already have an account one' to just say 'sign in'. ([#+update-login-splash-screen](https://github.com/element-hq/element-android/issues/+update-login-splash-screen)) + - Improve `Event.getClearContent()` and fix assignment issue that may help to decrypt last Event in the room list. ([#8744](https://github.com/element-hq/element-android/issues/8744)) + - Fix issues about location Event avatar rendering. ([#8749](https://github.com/element-hq/element-android/issues/8749)) + + Changes in Element v1.6.10 (2024-01-09) ======================================= diff --git a/changelog.d/+check-intent.bugfix b/changelog.d/+check-intent.bugfix deleted file mode 100644 index 728ae13275..0000000000 --- a/changelog.d/+check-intent.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add a check on incoming intent. diff --git a/changelog.d/+picker.bugfix b/changelog.d/+picker.bugfix deleted file mode 100644 index 724d9a7355..0000000000 --- a/changelog.d/+picker.bugfix +++ /dev/null @@ -1 +0,0 @@ -Store temporary files created for Camera in the media folder. diff --git a/changelog.d/+update-login-splash-screen.bugfix b/changelog.d/+update-login-splash-screen.bugfix deleted file mode 100644 index 1ea90a7eab..0000000000 --- a/changelog.d/+update-login-splash-screen.bugfix +++ /dev/null @@ -1 +0,0 @@ -Switch the position and styles of the 'already have an account' and 'create account' buttons in the login splash screen. Also changes the 'already have an account one' to just say 'sign in'. diff --git a/changelog.d/8744.bugfix b/changelog.d/8744.bugfix deleted file mode 100644 index 3ce7637059..0000000000 --- a/changelog.d/8744.bugfix +++ /dev/null @@ -1 +0,0 @@ -Improve `Event.getClearContent()` and fix assignment issue that may help to decrypt last Event in the room list. diff --git a/changelog.d/8749.bugfix b/changelog.d/8749.bugfix deleted file mode 100644 index d9166791bd..0000000000 --- a/changelog.d/8749.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix issues about location Event avatar rendering.