From dcce618fd5aa86f192a64fef51a8ae3874cabc00 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 18 Jun 2021 21:36:57 +0200 Subject: [PATCH] Release 1.1.10: towncrier --- CHANGES.md | 30 ++++++++++++++++++++++++++++++ changelog.d/2449.feature | 1 - changelog.d/3182.feature | 1 - changelog.d/3333.bugfix | 1 - changelog.d/3435.feature | 1 - changelog.d/3451.feature | 1 - changelog.d/3457.misc | 1 - changelog.d/3459.feature | 2 -- changelog.d/3467.misc | 1 - changelog.d/3479.removal | 1 - changelog.d/3483.feature | 1 - changelog.d/3485.feature | 1 - changelog.d/3501.feature | 1 - changelog.d/3516.misc | 1 - 14 files changed, 30 insertions(+), 14 deletions(-) delete mode 100644 changelog.d/2449.feature delete mode 100644 changelog.d/3182.feature delete mode 100644 changelog.d/3333.bugfix delete mode 100644 changelog.d/3435.feature delete mode 100644 changelog.d/3451.feature delete mode 100644 changelog.d/3457.misc delete mode 100644 changelog.d/3459.feature delete mode 100644 changelog.d/3467.misc delete mode 100644 changelog.d/3479.removal delete mode 100644 changelog.d/3483.feature delete mode 100644 changelog.d/3485.feature delete mode 100644 changelog.d/3501.feature delete mode 100644 changelog.d/3516.misc diff --git a/CHANGES.md b/CHANGES.md index 4dd4fd0cfd..1f4c680f53 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,33 @@ +Changes in Element v1.1.10 (2021-06-18) +======================================= + +Features ✨ +---------- + - Migrate DefaultTypingService, KeysImporter and KeysExporter to coroutines ([#2449](https://github.com/vector-im/element-android/issues/2449)) + - Update Message Composer design ([#3182](https://github.com/vector-im/element-android/issues/3182)) + - Cleanup Epoxy items, and debounce all the clicks ([#3435](https://github.com/vector-im/element-android/issues/3435)) + - Adds support for receiving MSC3086 Asserted Identity events. ([#3451](https://github.com/vector-im/element-android/issues/3451)) + - Migrate to new colors and cleanup the style and theme. Now exported in module :library:ui-styles + Ref: https://material.io/blog/migrate-android-material-components ([#3459](https://github.com/vector-im/element-android/issues/3459)) + - Add option to set aliases for public spaces ([#3483](https://github.com/vector-im/element-android/issues/3483)) + - Add beta warning to private space creation flow ([#3485](https://github.com/vector-im/element-android/issues/3485)) + - User defined top level spaces ordering ([#3501](https://github.com/vector-im/element-android/issues/3501)) + +Bugfixes 🐛 +---------- + - Fix new DMs not always marked as such ([#3333](https://github.com/vector-im/element-android/issues/3333)) + +SDK API changes ⚠️ +------------------ + - Splits SessionAccountDataService and RoomAccountDataService and offers to query RoomAccountDataEvent at the session level. ([#3479](https://github.com/vector-im/element-android/issues/3479)) + +Other changes +------------- + - Move the ability to start a call from dialpad directly to a dedicated tab in the home screen. ([#3457](https://github.com/vector-im/element-android/issues/3457)) + - VoIP: Change hold direction to send-only. ([#3467](https://github.com/vector-im/element-android/issues/3467)) + - Some improvements on DialPad (cursor edition, paste number, small fixes). ([#3516](https://github.com/vector-im/element-android/issues/3516)) + + Changes in Element v1.1.9 (2021-06-02) ====================================== diff --git a/changelog.d/2449.feature b/changelog.d/2449.feature deleted file mode 100644 index 7fca1730b6..0000000000 --- a/changelog.d/2449.feature +++ /dev/null @@ -1 +0,0 @@ -Migrate DefaultTypingService, KeysImporter and KeysExporter to coroutines \ No newline at end of file diff --git a/changelog.d/3182.feature b/changelog.d/3182.feature deleted file mode 100644 index 83eee3c29c..0000000000 --- a/changelog.d/3182.feature +++ /dev/null @@ -1 +0,0 @@ -Update Message Composer design \ No newline at end of file diff --git a/changelog.d/3333.bugfix b/changelog.d/3333.bugfix deleted file mode 100644 index d60f725498..0000000000 --- a/changelog.d/3333.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix new DMs not always marked as such \ No newline at end of file diff --git a/changelog.d/3435.feature b/changelog.d/3435.feature deleted file mode 100644 index 222092924d..0000000000 --- a/changelog.d/3435.feature +++ /dev/null @@ -1 +0,0 @@ -Cleanup Epoxy items, and debounce all the clicks \ No newline at end of file diff --git a/changelog.d/3451.feature b/changelog.d/3451.feature deleted file mode 100644 index dbf1a9b02c..0000000000 --- a/changelog.d/3451.feature +++ /dev/null @@ -1 +0,0 @@ -Adds support for receiving MSC3086 Asserted Identity events. \ No newline at end of file diff --git a/changelog.d/3457.misc b/changelog.d/3457.misc deleted file mode 100644 index 6a70641cfd..0000000000 --- a/changelog.d/3457.misc +++ /dev/null @@ -1 +0,0 @@ -Move the ability to start a call from dialpad directly to a dedicated tab in the home screen. \ No newline at end of file diff --git a/changelog.d/3459.feature b/changelog.d/3459.feature deleted file mode 100644 index ccda58f8b5..0000000000 --- a/changelog.d/3459.feature +++ /dev/null @@ -1,2 +0,0 @@ -Migrate to new colors and cleanup the style and theme. Now exported in module :library:ui-styles -Ref: https://material.io/blog/migrate-android-material-components \ No newline at end of file diff --git a/changelog.d/3467.misc b/changelog.d/3467.misc deleted file mode 100644 index b726da2353..0000000000 --- a/changelog.d/3467.misc +++ /dev/null @@ -1 +0,0 @@ -VoIP: Change hold direction to send-only. \ No newline at end of file diff --git a/changelog.d/3479.removal b/changelog.d/3479.removal deleted file mode 100644 index f492a13f58..0000000000 --- a/changelog.d/3479.removal +++ /dev/null @@ -1 +0,0 @@ -Splits SessionAccountDataService and RoomAccountDataService and offers to query RoomAccountDataEvent at the session level. \ No newline at end of file diff --git a/changelog.d/3483.feature b/changelog.d/3483.feature deleted file mode 100644 index e6c27992ea..0000000000 --- a/changelog.d/3483.feature +++ /dev/null @@ -1 +0,0 @@ -Add option to set aliases for public spaces \ No newline at end of file diff --git a/changelog.d/3485.feature b/changelog.d/3485.feature deleted file mode 100644 index 68c78267be..0000000000 --- a/changelog.d/3485.feature +++ /dev/null @@ -1 +0,0 @@ -Add beta warning to private space creation flow \ No newline at end of file diff --git a/changelog.d/3501.feature b/changelog.d/3501.feature deleted file mode 100644 index 9c89c0e6ae..0000000000 --- a/changelog.d/3501.feature +++ /dev/null @@ -1 +0,0 @@ -User defined top level spaces ordering \ No newline at end of file diff --git a/changelog.d/3516.misc b/changelog.d/3516.misc deleted file mode 100644 index 11b132af21..0000000000 --- a/changelog.d/3516.misc +++ /dev/null @@ -1 +0,0 @@ -Some improvements on DialPad (cursor edition, paste number, small fixes). \ No newline at end of file