Changelog for version 0.4.8

This commit is contained in:
ganfra
2024-04-10 15:47:28 +02:00
parent 8a34117881
commit d8227c021a
15 changed files with 27 additions and 14 deletions

View File

@@ -1,3 +1,30 @@
Changes in Element X v0.4.8 (2024-04-10)
========================================
Features ✨
----------
- Move session recovery to the login flow. ([#2579](https://github.com/element-hq/element-x-android/issues/2579))
- Move session verification to the after login flow and make it mandatory. ([#2580](https://github.com/element-hq/element-x-android/issues/2580))
- Add a notification troubleshoot screen ([#2601](https://github.com/element-hq/element-x-android/issues/2601))
- Add action to copy permalink ([#2650](https://github.com/element-hq/element-x-android/issues/2650))
Bugfixes 🐛
----------
- Fix analytics issue around room considered as space by mistake. ([#2612](https://github.com/element-hq/element-x-android/issues/2612))
- Fix crash observed when going back to the room list. ([#2619](https://github.com/element-hq/element-x-android/issues/2619))
- Hide Event org.matrix.msc3401.call.member on the timeline. ([#2625](https://github.com/element-hq/element-x-android/issues/2625))
- Fall back to name-based generated avatars when image avatars don't load. ([#2667](https://github.com/element-hq/element-x-android/issues/2667))
Other changes
-------------
- Improve UI for notification permission screen in onboarding. ([#2581](https://github.com/element-hq/element-x-android/issues/2581))
- Categorise members by role in change roles screen. ([#2593](https://github.com/element-hq/element-x-android/issues/2593))
- Make completed poll more clearly visible ([#2608](https://github.com/element-hq/element-x-android/issues/2608))
- Show users from last visited DM as suggestion when starting a Chat or when creating a Room. ([#2634](https://github.com/element-hq/element-x-android/issues/2634))
- Enable room moderation feature. ([#2678](https://github.com/element-hq/element-x-android/issues/2678))
- Improve analytics opt-in screen UI. ([#2684](https://github.com/element-hq/element-x-android/issues/2684))
Changes in Element X v0.4.7 (2024-03-26)
========================================

View File

@@ -1 +0,0 @@
Move session recovery to the login flow.

View File

@@ -1 +0,0 @@
Move session verification to the after login flow and make it mandatory.

View File

@@ -1 +0,0 @@
Improve UI for notification permission screen in onboarding.

View File

@@ -1 +0,0 @@
Categorise members by role in change roles screen.

View File

@@ -1 +0,0 @@
Add a notification troubleshoot screen

View File

@@ -1 +0,0 @@
Make completed poll more clearly visible

View File

@@ -1 +0,0 @@
Fix analytics issue around room considered as space by mistake.

View File

@@ -1 +0,0 @@
Fix crash observed when going back to the room list.

View File

@@ -1 +0,0 @@
Hide Event org.matrix.msc3401.call.member on the timeline.

View File

@@ -1 +0,0 @@
Show users from last visited DM as suggestion when starting a Chat or when creating a Room.

View File

@@ -1 +0,0 @@
Add action to copy permalink

View File

@@ -1 +0,0 @@
Fall back to name-based generated avatars when image avatars don't load.

View File

@@ -1 +0,0 @@
Enable room moderation feature.

View File

@@ -1 +0,0 @@
Improve analytics opt-in screen UI.