From e15430e9b666b2739fc215315fe4037dd8f3101d Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 4 Sep 2023 16:13:27 +0200 Subject: [PATCH] Changelog for version 0.1.6 --- CHANGES.md | 23 +++++++++++++++++++++++ changelog.d/1135.bugfix | 1 - changelog.d/1143.feature | 1 - changelog.d/1168.bugfix | 1 - changelog.d/1177.bugfix | 1 - changelog.d/1178.bugfix | 1 - changelog.d/1187.misc | 1 - changelog.d/1196.feature | 1 - changelog.d/1198.bugfix | 1 - changelog.d/1995.bugfix | 1 - changelog.d/928.bugfix | 1 - 11 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 changelog.d/1135.bugfix delete mode 100644 changelog.d/1143.feature delete mode 100644 changelog.d/1168.bugfix delete mode 100644 changelog.d/1177.bugfix delete mode 100644 changelog.d/1178.bugfix delete mode 100644 changelog.d/1187.misc delete mode 100644 changelog.d/1196.feature delete mode 100644 changelog.d/1198.bugfix delete mode 100644 changelog.d/1995.bugfix delete mode 100644 changelog.d/928.bugfix diff --git a/CHANGES.md b/CHANGES.md index c9e3ad2d33..4cca4c7212 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,26 @@ +Changes in Element X v0.1.6 (2023-09-04) +======================================== + +Features ✨ +---------- + - Enable the Polls feature. Allows to create, view, vote and end polls. ([#1196](https://github.com/vector-im/element-x-android/issues/1196)) +- Create poll. ([#1143](https://github.com/vector-im/element-x-android/issues/1143)) + +Bugfixes 🐛 +---------- +- Ensure notification for Event from encrypted room get decrypted content. ([#1178](https://github.com/vector-im/element-x-android/issues/1178)) + - Make sure Snackbars are only displayed once. ([#928](https://github.com/vector-im/element-x-android/issues/928)) + - Fix the orientation of sent images. ([#1135](https://github.com/vector-im/element-x-android/issues/1135)) + - Bug reporter crashes when 'send logs' is disabled. ([#1168](https://github.com/vector-im/element-x-android/issues/1168)) + - Add missing link to the terms on the analytics setting screen. ([#1177](https://github.com/vector-im/element-x-android/issues/1177)) + - Re-enable `SyncService.withEncryptionSync` to improve decryption of notifications. ([#1198](https://github.com/vector-im/element-x-android/issues/1198)) + - Crash with `aspectRatio` modifier when `Float.NaN` was used as input. ([#1995](https://github.com/vector-im/element-x-android/issues/1995)) + +Other changes +------------- + - Remove unnecessary year in copyright mention. ([#1187](https://github.com/vector-im/element-x-android/issues/1187)) + + Changes in Element X v0.1.5 (2023-08-28) ======================================== diff --git a/changelog.d/1135.bugfix b/changelog.d/1135.bugfix deleted file mode 100644 index 2b963c7732..0000000000 --- a/changelog.d/1135.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix the orientation of sent images. diff --git a/changelog.d/1143.feature b/changelog.d/1143.feature deleted file mode 100644 index 84a86f4f25..0000000000 --- a/changelog.d/1143.feature +++ /dev/null @@ -1 +0,0 @@ -Create poll. diff --git a/changelog.d/1168.bugfix b/changelog.d/1168.bugfix deleted file mode 100644 index f7f959ac0a..0000000000 --- a/changelog.d/1168.bugfix +++ /dev/null @@ -1 +0,0 @@ -Bug reporter crashes when 'send logs' is disabled. diff --git a/changelog.d/1177.bugfix b/changelog.d/1177.bugfix deleted file mode 100644 index edbf2e9006..0000000000 --- a/changelog.d/1177.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add missing link to the terms on the analytics setting screen. diff --git a/changelog.d/1178.bugfix b/changelog.d/1178.bugfix deleted file mode 100644 index 2268ca8561..0000000000 --- a/changelog.d/1178.bugfix +++ /dev/null @@ -1 +0,0 @@ -Ensure notification for Event from encrypted room get decrypted content. diff --git a/changelog.d/1187.misc b/changelog.d/1187.misc deleted file mode 100644 index 301e3a6fc4..0000000000 --- a/changelog.d/1187.misc +++ /dev/null @@ -1 +0,0 @@ -Remove unnecessary year in copyright mention. diff --git a/changelog.d/1196.feature b/changelog.d/1196.feature deleted file mode 100644 index fe1eb354f9..0000000000 --- a/changelog.d/1196.feature +++ /dev/null @@ -1 +0,0 @@ -Enable the Polls feature. Allows to create, view, vote and end polls. diff --git a/changelog.d/1198.bugfix b/changelog.d/1198.bugfix deleted file mode 100644 index 6ef69c4eff..0000000000 --- a/changelog.d/1198.bugfix +++ /dev/null @@ -1 +0,0 @@ -Re-enable `SyncService.withEncryptionSync` to improve decryption of notifications. diff --git a/changelog.d/1995.bugfix b/changelog.d/1995.bugfix deleted file mode 100644 index acec25add0..0000000000 --- a/changelog.d/1995.bugfix +++ /dev/null @@ -1 +0,0 @@ -Crash with `aspectRatio` modifier when `Float.NaN` was used as input. diff --git a/changelog.d/928.bugfix b/changelog.d/928.bugfix deleted file mode 100644 index 98a4cd34e0..0000000000 --- a/changelog.d/928.bugfix +++ /dev/null @@ -1 +0,0 @@ -Make sure Snackbars are only displayed once.