From 09e362ec6b05abf5e524205b30f9a085ba3b8e26 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 5 Jul 2021 09:55:22 +0200 Subject: [PATCH] Release: towncrier --- CHANGES.md | 17 +++++++++++++++++ changelog.d/3542.bugfix | 1 - changelog.d/3545.feature | 1 - changelog.d/3547.feature | 1 - changelog.d/3564.bugfix | 1 - changelog.d/3577.bugfix | 1 - changelog.d/3583.bugfix | 1 - changelog.d/3605.bugfix | 1 - 8 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 changelog.d/3542.bugfix delete mode 100644 changelog.d/3545.feature delete mode 100644 changelog.d/3547.feature delete mode 100644 changelog.d/3564.bugfix delete mode 100644 changelog.d/3577.bugfix delete mode 100644 changelog.d/3583.bugfix delete mode 100644 changelog.d/3605.bugfix diff --git a/CHANGES.md b/CHANGES.md index 9947146a9e..e9a990f1b2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,20 @@ +Changes in Element 1.1.12 (2021-07-05) +====================================== + +Features ✨ +---------- + - Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling. ([#3545](https://github.com/vector-im/element-android/issues/3545)) + - Implements new design for Jump to unread and quick fix visibility issues. ([#3547](https://github.com/vector-im/element-android/issues/3547)) + +Bugfixes 🐛 +---------- + - Fix some issues with timeline cache invalidation and visibility. ([#3542](https://github.com/vector-im/element-android/issues/3542)) + - Fix call invite processed after call is ended because of fastlane mode. ([#3564](https://github.com/vector-im/element-android/issues/3564)) + - Fix crash after video call. ([#3577](https://github.com/vector-im/element-android/issues/3577)) + - Fix crash out of memory ([#3583](https://github.com/vector-im/element-android/issues/3583)) + - CryptoStore migration has to be object to avoid crash ([#3605](https://github.com/vector-im/element-android/issues/3605)) + + Changes in Element v1.1.11 (2021-06-22) ======================================= diff --git a/changelog.d/3542.bugfix b/changelog.d/3542.bugfix deleted file mode 100644 index 8e133e1e30..0000000000 --- a/changelog.d/3542.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix some issues with timeline cache invalidation and visibility. \ No newline at end of file diff --git a/changelog.d/3545.feature b/changelog.d/3545.feature deleted file mode 100644 index f582affbf2..0000000000 --- a/changelog.d/3545.feature +++ /dev/null @@ -1 +0,0 @@ -Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling. \ No newline at end of file diff --git a/changelog.d/3547.feature b/changelog.d/3547.feature deleted file mode 100644 index 8921932067..0000000000 --- a/changelog.d/3547.feature +++ /dev/null @@ -1 +0,0 @@ -Implements new design for Jump to unread and quick fix visibility issues. \ No newline at end of file diff --git a/changelog.d/3564.bugfix b/changelog.d/3564.bugfix deleted file mode 100644 index 74f71ccded..0000000000 --- a/changelog.d/3564.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix call invite processed after call is ended because of fastlane mode. \ No newline at end of file diff --git a/changelog.d/3577.bugfix b/changelog.d/3577.bugfix deleted file mode 100644 index 6b3917292f..0000000000 --- a/changelog.d/3577.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix crash after video call. \ No newline at end of file diff --git a/changelog.d/3583.bugfix b/changelog.d/3583.bugfix deleted file mode 100644 index 5f273c1779..0000000000 --- a/changelog.d/3583.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix crash out of memory \ No newline at end of file diff --git a/changelog.d/3605.bugfix b/changelog.d/3605.bugfix deleted file mode 100644 index 3e338a0c62..0000000000 --- a/changelog.d/3605.bugfix +++ /dev/null @@ -1 +0,0 @@ -CryptoStore migration has to be object to avoid crash \ No newline at end of file