|
| 1 | +Changes in Element X v0.2.0 (2023-09-18) |
| 2 | +======================================== |
| 3 | + |
| 4 | +Features ✨ |
| 5 | +---------- |
| 6 | + - Bump Rust SDK to `v0.1.54` |
| 7 | + - 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)) |
| 8 | + - Add a notification permission screen to the initial flow. ([#897](https://github.com/vector-im/element-x-android/issues/897)) |
| 9 | + - Integrate Element Call into EX by embedding a call in a WebView. ([#1300](https://github.com/vector-im/element-x-android/issues/1300)) |
| 10 | + - Implement Bloom effect modifier. ([#1217](https://github.com/vector-im/element-x-android/issues/1217)) |
| 11 | + - Set color on display name and default avatar in the timeline. ([#1224](https://github.com/vector-im/element-x-android/issues/1224)) |
| 12 | + - 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)) |
| 13 | + - [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)) |
| 14 | + - [Rich text editor] Add formatting menu (accessible via the '+' button) ([#1261](https://github.com/vector-im/element-x-android/issues/1261)) |
| 15 | + - [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)) |
| 16 | + - [Rich text editor] Update design ([#1332](https://github.com/vector-im/element-x-android/issues/1332)) |
| 17 | + |
| 18 | +Bugfixes 🐛 |
| 19 | +---------- |
| 20 | + - Make links in room topic clickable ([#612](https://github.com/vector-im/element-x-android/issues/612)) |
| 21 | + - Reply action: harmonize conditions in bottom sheet and swipe to reply. ([#1173](https://github.com/vector-im/element-x-android/issues/1173)) |
| 22 | + - Fix system bar color after login on light theme. ([#1222](https://github.com/vector-im/element-x-android/issues/1222)) |
| 23 | + - Fix long click on simple formatted messages ([#1232](https://github.com/vector-im/element-x-android/issues/1232)) |
| 24 | + - Enable polls in release build. ([#1241](https://github.com/vector-im/element-x-android/issues/1241)) |
| 25 | + - Fix top padding in room list when app is opened in offline mode. ([#1297](https://github.com/vector-im/element-x-android/issues/1297)) |
| 26 | + - [Rich text editor] Fix 'text formatting' option only partially visible ([#1335](https://github.com/vector-im/element-x-android/issues/1335)) |
| 27 | + - [Rich text editor] Ensure keyboard opens for reply and text formatting modes ([#1337](https://github.com/vector-im/element-x-android/issues/1337)) |
| 28 | + - [Rich text editor] Fix placeholder spilling onto multiple lines ([#1347](https://github.com/vector-im/element-x-android/issues/1347)) |
| 29 | + |
| 30 | +Other changes |
| 31 | +------------- |
| 32 | + - Add a sub-screen "Notifications" in the existing application Settings ([#510](https://github.com/vector-im/element-x-android/issues/510)) |
| 33 | + - Exclude some groups related to analytics to be included. ([#1191](https://github.com/vector-im/element-x-android/issues/1191)) |
| 34 | + - Use the new SyncIndicator API. ([#1244](https://github.com/vector-im/element-x-android/issues/1244)) |
| 35 | + - Improve RoomSummary mapping by using RoomInfo. ([#1251](https://github.com/vector-im/element-x-android/issues/1251)) |
| 36 | + - Ensure Posthog data are sent to "https://posthog.element.io" ([#1269](https://github.com/vector-im/element-x-android/issues/1269)) |
| 37 | + - New app icon, with monochrome support. ([#1363](https://github.com/vector-im/element-x-android/issues/1363)) |
| 38 | + |
| 39 | + |
1 | 40 | Changes in Element X v0.1.6 (2023-09-04) |
2 | 41 | ======================================== |
3 | 42 |
|
|
0 commit comments