From 90e1fe6b77ee9134a357d63044c8be4597f1db80 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 18 Sep 2023 21:05:03 +0200 Subject: [PATCH] Changelog for version 0.2.0 --- CHANGES.md | 39 +++++++++++++++++++++++++++++++++++ changelog.d/+sdk_bump.feature | 1 - changelog.d/1172.feature | 2 -- changelog.d/1173.bugfix | 1 - changelog.d/1191.misc | 1 - changelog.d/1217.feature | 1 - changelog.d/1222.bugfix | 1 - changelog.d/1224.feature | 1 - changelog.d/1232.bugfix | 1 - changelog.d/1236.feature | 1 - changelog.d/1241.bugfix | 1 - changelog.d/1244.misc | 1 - changelog.d/1251.misc | 1 - changelog.d/1261.feature | 1 - changelog.d/1269.misc | 1 - changelog.d/1289.feature | 1 - changelog.d/1297.bugfix | 1 - changelog.d/1300.feature | 1 - changelog.d/1332.feature | 1 - changelog.d/1335.bugfix | 1 - changelog.d/1337.bugfix | 1 - changelog.d/1347.bugfix | 1 - changelog.d/1363.misc | 1 - changelog.d/506.feature | 2 -- changelog.d/510.misc | 1 - changelog.d/612.bugfix | 1 - changelog.d/897.feature | 1 - 27 files changed, 39 insertions(+), 28 deletions(-) delete mode 100644 changelog.d/+sdk_bump.feature delete mode 100644 changelog.d/1172.feature delete mode 100644 changelog.d/1173.bugfix delete mode 100644 changelog.d/1191.misc delete mode 100644 changelog.d/1217.feature delete mode 100644 changelog.d/1222.bugfix delete mode 100644 changelog.d/1224.feature delete mode 100644 changelog.d/1232.bugfix delete mode 100644 changelog.d/1236.feature delete mode 100644 changelog.d/1241.bugfix delete mode 100644 changelog.d/1244.misc delete mode 100644 changelog.d/1251.misc delete mode 100644 changelog.d/1261.feature delete mode 100644 changelog.d/1269.misc delete mode 100644 changelog.d/1289.feature delete mode 100644 changelog.d/1297.bugfix delete mode 100644 changelog.d/1300.feature delete mode 100644 changelog.d/1332.feature delete mode 100644 changelog.d/1335.bugfix delete mode 100644 changelog.d/1337.bugfix delete mode 100644 changelog.d/1347.bugfix delete mode 100644 changelog.d/1363.misc delete mode 100644 changelog.d/506.feature delete mode 100644 changelog.d/510.misc delete mode 100644 changelog.d/612.bugfix delete mode 100644 changelog.d/897.feature diff --git a/CHANGES.md b/CHANGES.md index 4cca4c7212..05e070f678 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,42 @@ +Changes in Element X v0.2.0 (2023-09-18) +======================================== + +Features ✨ +---------- + - Bump Rust SDK to `v0.1.54` + - Add a "Mute" shortcut icon and a "Notifications" section in the room details screen ([#506](https://github.com/vector-im/element-x-android/issues/506)) + - Add a notification permission screen to the initial flow. ([#897](https://github.com/vector-im/element-x-android/issues/897)) + - Integrate Element Call into EX by embedding a call in a WebView. ([#1300](https://github.com/vector-im/element-x-android/issues/1300)) + - Implement Bloom effect modifier. ([#1217](https://github.com/vector-im/element-x-android/issues/1217)) + - Set color on display name and default avatar in the timeline. ([#1224](https://github.com/vector-im/element-x-android/issues/1224)) + - Display a thread decorator in timeline so we know when a message is coming from a thread. ([#1236](https://github.com/vector-im/element-x-android/issues/1236)) + - [Rich text editor] Integrate rich text editor library. Note that markdown is now not supported and further formatting support will be introduced through the rich text editor. ([#1172](https://github.com/vector-im/element-x-android/issues/1172)) + - [Rich text editor] Add formatting menu (accessible via the '+' button) ([#1261](https://github.com/vector-im/element-x-android/issues/1261)) + - [Rich text editor] Add feature flag for rich text editor. Markdown support can now be enabled by disabling the rich text editor. ([#1289](https://github.com/vector-im/element-x-android/issues/1289)) + - [Rich text editor] Update design ([#1332](https://github.com/vector-im/element-x-android/issues/1332)) + +Bugfixes 🐛 +---------- + - Make links in room topic clickable ([#612](https://github.com/vector-im/element-x-android/issues/612)) + - Reply action: harmonize conditions in bottom sheet and swipe to reply. ([#1173](https://github.com/vector-im/element-x-android/issues/1173)) + - Fix system bar color after login on light theme. ([#1222](https://github.com/vector-im/element-x-android/issues/1222)) + - Fix long click on simple formatted messages ([#1232](https://github.com/vector-im/element-x-android/issues/1232)) + - Enable polls in release build. ([#1241](https://github.com/vector-im/element-x-android/issues/1241)) + - Fix top padding in room list when app is opened in offline mode. ([#1297](https://github.com/vector-im/element-x-android/issues/1297)) + - [Rich text editor] Fix 'text formatting' option only partially visible ([#1335](https://github.com/vector-im/element-x-android/issues/1335)) + - [Rich text editor] Ensure keyboard opens for reply and text formatting modes ([#1337](https://github.com/vector-im/element-x-android/issues/1337)) + - [Rich text editor] Fix placeholder spilling onto multiple lines ([#1347](https://github.com/vector-im/element-x-android/issues/1347)) + +Other changes +------------- + - Add a sub-screen "Notifications" in the existing application Settings ([#510](https://github.com/vector-im/element-x-android/issues/510)) + - Exclude some groups related to analytics to be included. ([#1191](https://github.com/vector-im/element-x-android/issues/1191)) + - Use the new SyncIndicator API. ([#1244](https://github.com/vector-im/element-x-android/issues/1244)) + - Improve RoomSummary mapping by using RoomInfo. ([#1251](https://github.com/vector-im/element-x-android/issues/1251)) + - Ensure Posthog data are sent to "https://posthog.element.io" ([#1269](https://github.com/vector-im/element-x-android/issues/1269)) + - New app icon, with monochrome support. ([#1363](https://github.com/vector-im/element-x-android/issues/1363)) + + Changes in Element X v0.1.6 (2023-09-04) ======================================== diff --git a/changelog.d/+sdk_bump.feature b/changelog.d/+sdk_bump.feature deleted file mode 100644 index 4f92120f84..0000000000 --- a/changelog.d/+sdk_bump.feature +++ /dev/null @@ -1 +0,0 @@ -Bump Rust SDK to `v0.1.49` \ No newline at end of file diff --git a/changelog.d/1172.feature b/changelog.d/1172.feature deleted file mode 100644 index ea03101f0c..0000000000 --- a/changelog.d/1172.feature +++ /dev/null @@ -1,2 +0,0 @@ -[Rich text editor] Integrate rich text editor library. Note that markdown is now not supported and further formatting support will be introduced through the rich text editor. - diff --git a/changelog.d/1173.bugfix b/changelog.d/1173.bugfix deleted file mode 100644 index 354aaaa3c4..0000000000 --- a/changelog.d/1173.bugfix +++ /dev/null @@ -1 +0,0 @@ -Reply action: harmonize conditions in bottom sheet and swipe to reply. diff --git a/changelog.d/1191.misc b/changelog.d/1191.misc deleted file mode 100644 index 0b91374f77..0000000000 --- a/changelog.d/1191.misc +++ /dev/null @@ -1 +0,0 @@ -Exclude some groups related to analytics to be included. diff --git a/changelog.d/1217.feature b/changelog.d/1217.feature deleted file mode 100644 index 24941e4ed3..0000000000 --- a/changelog.d/1217.feature +++ /dev/null @@ -1 +0,0 @@ -Implement Bloom effect modifier. diff --git a/changelog.d/1222.bugfix b/changelog.d/1222.bugfix deleted file mode 100644 index 325cf6fc4d..0000000000 --- a/changelog.d/1222.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix system bar color after login on light theme. diff --git a/changelog.d/1224.feature b/changelog.d/1224.feature deleted file mode 100644 index c921977df4..0000000000 --- a/changelog.d/1224.feature +++ /dev/null @@ -1 +0,0 @@ -Set color on display name and default avatar in the timeline. diff --git a/changelog.d/1232.bugfix b/changelog.d/1232.bugfix deleted file mode 100644 index ab540beeab..0000000000 --- a/changelog.d/1232.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix long click on simple formatted messages diff --git a/changelog.d/1236.feature b/changelog.d/1236.feature deleted file mode 100644 index 8ad652361a..0000000000 --- a/changelog.d/1236.feature +++ /dev/null @@ -1 +0,0 @@ -Display a thread decorator in timeline so we know when a message is coming from a thread. diff --git a/changelog.d/1241.bugfix b/changelog.d/1241.bugfix deleted file mode 100644 index d2339b3158..0000000000 --- a/changelog.d/1241.bugfix +++ /dev/null @@ -1 +0,0 @@ -Enable polls in release build. diff --git a/changelog.d/1244.misc b/changelog.d/1244.misc deleted file mode 100644 index ab0bbf5178..0000000000 --- a/changelog.d/1244.misc +++ /dev/null @@ -1 +0,0 @@ -Use the new SyncIndicator API. diff --git a/changelog.d/1251.misc b/changelog.d/1251.misc deleted file mode 100644 index ba3b37b8ff..0000000000 --- a/changelog.d/1251.misc +++ /dev/null @@ -1 +0,0 @@ -Improve RoomSummary mapping by using RoomInfo. diff --git a/changelog.d/1261.feature b/changelog.d/1261.feature deleted file mode 100644 index bf7dd2399d..0000000000 --- a/changelog.d/1261.feature +++ /dev/null @@ -1 +0,0 @@ -[Rich text editor] Add formatting menu (accessible via the '+' button) diff --git a/changelog.d/1269.misc b/changelog.d/1269.misc deleted file mode 100644 index 1b3205917c..0000000000 --- a/changelog.d/1269.misc +++ /dev/null @@ -1 +0,0 @@ -Ensure Posthog data are sent to "https://posthog.element.io" diff --git a/changelog.d/1289.feature b/changelog.d/1289.feature deleted file mode 100644 index 33e8042f51..0000000000 --- a/changelog.d/1289.feature +++ /dev/null @@ -1 +0,0 @@ -[Rich text editor] Add feature flag for rich text editor. Markdown support can now be enabled by disabling the rich text editor. diff --git a/changelog.d/1297.bugfix b/changelog.d/1297.bugfix deleted file mode 100644 index 3b7d61fd8d..0000000000 --- a/changelog.d/1297.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix top padding in room list when app is opened in offline mode. diff --git a/changelog.d/1300.feature b/changelog.d/1300.feature deleted file mode 100644 index bfa40bfc3b..0000000000 --- a/changelog.d/1300.feature +++ /dev/null @@ -1 +0,0 @@ -Integrate Element Call into EX by embedding a call in a WebView. diff --git a/changelog.d/1332.feature b/changelog.d/1332.feature deleted file mode 100644 index 2a08ae9d25..0000000000 --- a/changelog.d/1332.feature +++ /dev/null @@ -1 +0,0 @@ -[Rich text editor] Update design \ No newline at end of file diff --git a/changelog.d/1335.bugfix b/changelog.d/1335.bugfix deleted file mode 100644 index c58683c695..0000000000 --- a/changelog.d/1335.bugfix +++ /dev/null @@ -1 +0,0 @@ -[Rich text editor] Fix 'text formatting' option only partially visible \ No newline at end of file diff --git a/changelog.d/1337.bugfix b/changelog.d/1337.bugfix deleted file mode 100644 index b7d6c300dd..0000000000 --- a/changelog.d/1337.bugfix +++ /dev/null @@ -1 +0,0 @@ -[Rich text editor] Ensure keyboard opens for reply and text formatting modes \ No newline at end of file diff --git a/changelog.d/1347.bugfix b/changelog.d/1347.bugfix deleted file mode 100644 index 277efb1c95..0000000000 --- a/changelog.d/1347.bugfix +++ /dev/null @@ -1 +0,0 @@ -[Rich text editor] Fix placeholder spilling onto multiple lines \ No newline at end of file diff --git a/changelog.d/1363.misc b/changelog.d/1363.misc deleted file mode 100644 index b0173ebe26..0000000000 --- a/changelog.d/1363.misc +++ /dev/null @@ -1 +0,0 @@ -New app icon, with monochrome support. diff --git a/changelog.d/506.feature b/changelog.d/506.feature deleted file mode 100644 index 1b4d7c50cc..0000000000 --- a/changelog.d/506.feature +++ /dev/null @@ -1,2 +0,0 @@ - Add a "Mute" shortcut icon and a "Notifications" section in the room details screen - \ No newline at end of file diff --git a/changelog.d/510.misc b/changelog.d/510.misc deleted file mode 100644 index 556aeab74f..0000000000 --- a/changelog.d/510.misc +++ /dev/null @@ -1 +0,0 @@ -Add a sub-screen "Notifications" in the existing application Settings diff --git a/changelog.d/612.bugfix b/changelog.d/612.bugfix deleted file mode 100644 index 390329afa1..0000000000 --- a/changelog.d/612.bugfix +++ /dev/null @@ -1 +0,0 @@ -Make links in room topic clickable diff --git a/changelog.d/897.feature b/changelog.d/897.feature deleted file mode 100644 index f705f8dee8..0000000000 --- a/changelog.d/897.feature +++ /dev/null @@ -1 +0,0 @@ -Add a notification permission screen to the initial flow.