diff --git a/CHANGES.md b/CHANGES.md index ece2a87304..640d56a9fd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,17 @@ +Changes in Element v1.2.0 (2021-08-12) +====================================== + +Features ✨ +---------- + - Reorganise Advanced Notifications in to Default Notifications, Keywords and Mentions, Other (This feature is hidden in the release ui until a future release date.) ([#3646](https://github.com/vector-im/element-android/issues/3646)) + - Voice Message - Enable by default, remove from labs ([#3817](https://github.com/vector-im/element-android/issues/3817)) + +Bugfixes 🐛 +---------- + - Voice Message - UI Improvements ([#3798](https://github.com/vector-im/element-android/issues/3798)) + - Stop VMs playing in the timeline if a new VM recording is started ([#3802](https://github.com/vector-im/element-android/issues/3802)) + + Changes in Element v1.1.16 (2021-08-09) ======================================= diff --git a/changelog.d/3646.feature b/changelog.d/3646.feature deleted file mode 100644 index c44a5fa58f..0000000000 --- a/changelog.d/3646.feature +++ /dev/null @@ -1 +0,0 @@ -Reorganise Advanced Notifications in to Default Notifications, Keywords and Mentions, Other (This feature is hidden in the release ui until a future release date.) \ No newline at end of file diff --git a/changelog.d/3798.bugfix b/changelog.d/3798.bugfix deleted file mode 100644 index 92374d94d6..0000000000 --- a/changelog.d/3798.bugfix +++ /dev/null @@ -1 +0,0 @@ -Voice Message - UI Improvements \ No newline at end of file diff --git a/changelog.d/3802.bugfix b/changelog.d/3802.bugfix deleted file mode 100644 index 59c3f8526c..0000000000 --- a/changelog.d/3802.bugfix +++ /dev/null @@ -1 +0,0 @@ -Stop VMs playing in the timeline if a new VM recording is started \ No newline at end of file diff --git a/changelog.d/3817.feature b/changelog.d/3817.feature deleted file mode 100644 index f9854db647..0000000000 --- a/changelog.d/3817.feature +++ /dev/null @@ -1 +0,0 @@ -Voice Message - Enable by default, remove from labs \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/40102000.txt b/fastlane/metadata/android/en-US/changelogs/40102000.txt new file mode 100644 index 0000000000..46d9b07809 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40102000.txt @@ -0,0 +1,2 @@ +Main changes in this version: Voice Message is enabled by default. +Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.1.16 \ No newline at end of file