From 9ad1ad2156efdf0e43a725873f750fb66c357c4a Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 23 Jul 2021 11:49:16 +0200 Subject: [PATCH 1/2] Changelog --- CHANGES.md | 25 +++++++++++++++++++++++++ changelog.d/3463.feature | 1 - changelog.d/3589.bugfix | 1 - changelog.d/3656.bugfix | 1 - changelog.d/3710.feature | 1 - changelog.d/3713.removal | 1 - changelog.d/3720.bugfix | 1 - changelog.d/3721.misc | 1 - changelog.d/3723.misc | 1 - changelog.d/3724.bugfix | 1 - 10 files changed, 25 insertions(+), 9 deletions(-) delete mode 100644 changelog.d/3463.feature delete mode 100644 changelog.d/3589.bugfix delete mode 100644 changelog.d/3656.bugfix delete mode 100644 changelog.d/3710.feature delete mode 100644 changelog.d/3713.removal delete mode 100644 changelog.d/3720.bugfix delete mode 100644 changelog.d/3721.misc delete mode 100644 changelog.d/3723.misc delete mode 100644 changelog.d/3724.bugfix diff --git a/CHANGES.md b/CHANGES.md index 79e1e07520..a5ef37fb55 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,28 @@ +Changes in Element 1.1.14 (2021-07-23) +====================================== + +Features ✨ +---------- + - Add low priority section in DM tab ([#3463](https://github.com/vector-im/element-android/issues/3463)) + - Show missed call notification. ([#3710](https://github.com/vector-im/element-android/issues/3710)) + +Bugfixes 🐛 +---------- + - Don't use the transaction ID of the verification for the request ([#3589](https://github.com/vector-im/element-android/issues/3589)) + - Avoid incomplete downloads in cache ([#3656](https://github.com/vector-im/element-android/issues/3656)) + - Fix a crash which can happen when user signs out ([#3720](https://github.com/vector-im/element-android/issues/3720)) + - Ensure OTKs are uploaded when the session is created ([#3724](https://github.com/vector-im/element-android/issues/3724)) + +SDK API changes ⚠️ +------------------ + - Add initialState support to CreateRoomParams (#3713) ([#3713](https://github.com/vector-im/element-android/issues/3713)) + +Other changes +------------- + - Apply grammatical fixes to the Server ACL timeline messages. ([#3721](https://github.com/vector-im/element-android/issues/3721)) + - Add tags in the log, especially for VoIP, but can be used for other features in the future ([#3723](https://github.com/vector-im/element-android/issues/3723)) + + Changes in Element v1.1.13 (2021-07-19) ======================================= diff --git a/changelog.d/3463.feature b/changelog.d/3463.feature deleted file mode 100644 index a0a5f85393..0000000000 --- a/changelog.d/3463.feature +++ /dev/null @@ -1 +0,0 @@ -Add low priority section in DM tab \ No newline at end of file diff --git a/changelog.d/3589.bugfix b/changelog.d/3589.bugfix deleted file mode 100644 index 2b9a04f6a2..0000000000 --- a/changelog.d/3589.bugfix +++ /dev/null @@ -1 +0,0 @@ -Don't use the transaction ID of the verification for the request diff --git a/changelog.d/3656.bugfix b/changelog.d/3656.bugfix deleted file mode 100644 index 30d451558f..0000000000 --- a/changelog.d/3656.bugfix +++ /dev/null @@ -1 +0,0 @@ -Avoid incomplete downloads in cache diff --git a/changelog.d/3710.feature b/changelog.d/3710.feature deleted file mode 100644 index 74134d7ee5..0000000000 --- a/changelog.d/3710.feature +++ /dev/null @@ -1 +0,0 @@ -Show missed call notification. \ No newline at end of file diff --git a/changelog.d/3713.removal b/changelog.d/3713.removal deleted file mode 100644 index e797a408e7..0000000000 --- a/changelog.d/3713.removal +++ /dev/null @@ -1 +0,0 @@ -Add initialState support to CreateRoomParams (#3713) \ No newline at end of file diff --git a/changelog.d/3720.bugfix b/changelog.d/3720.bugfix deleted file mode 100644 index 18363b90e3..0000000000 --- a/changelog.d/3720.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a crash which can happen when user signs out \ No newline at end of file diff --git a/changelog.d/3721.misc b/changelog.d/3721.misc deleted file mode 100644 index 8c3424c6ed..0000000000 --- a/changelog.d/3721.misc +++ /dev/null @@ -1 +0,0 @@ -Apply grammatical fixes to the Server ACL timeline messages. diff --git a/changelog.d/3723.misc b/changelog.d/3723.misc deleted file mode 100644 index d855c2f643..0000000000 --- a/changelog.d/3723.misc +++ /dev/null @@ -1 +0,0 @@ -Add tags in the log, especially for VoIP, but can be used for other features in the future \ No newline at end of file diff --git a/changelog.d/3724.bugfix b/changelog.d/3724.bugfix deleted file mode 100644 index 8397e687bb..0000000000 --- a/changelog.d/3724.bugfix +++ /dev/null @@ -1 +0,0 @@ -Ensure OTKs are uploaded when the session is created \ No newline at end of file From ba7c5acd92502abea17bb91c5f7e9e65ce59342c Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 23 Jul 2021 11:50:46 +0200 Subject: [PATCH 2/2] fastlane change --- fastlane/metadata/android/en-US/changelogs/40101140.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/40101140.txt diff --git a/fastlane/metadata/android/en-US/changelogs/40101140.txt b/fastlane/metadata/android/en-US/changelogs/40101140.txt new file mode 100644 index 0000000000..ee04069968 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40101140.txt @@ -0,0 +1,2 @@ +Main changes in this version: fix an issue about encrypted messages. +Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.1.14 \ No newline at end of file