Browse Source

Changelog for version 0.4.8

pull/2688/head
ganfra 5 months ago
parent
commit
249609edf8
  1. 27
      CHANGES.md
  2. 1
      changelog.d/2579.feature
  3. 1
      changelog.d/2580.feature
  4. 1
      changelog.d/2581.misc
  5. 1
      changelog.d/2593.misc
  6. 1
      changelog.d/2601.feature
  7. 1
      changelog.d/2608.misc
  8. 1
      changelog.d/2612.bugfix
  9. 1
      changelog.d/2619.bugfix
  10. 1
      changelog.d/2625.bugfix
  11. 1
      changelog.d/2634.misc
  12. 1
      changelog.d/2650.feature
  13. 1
      changelog.d/2667.bugfix
  14. 1
      changelog.d/2678.misc
  15. 1
      changelog.d/2684.misc

27
CHANGES.md

@ -1,3 +1,30 @@ @@ -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)
========================================

1
changelog.d/2579.feature

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

1
changelog.d/2580.feature

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

1
changelog.d/2581.misc

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

1
changelog.d/2593.misc

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

1
changelog.d/2601.feature

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

1
changelog.d/2608.misc

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

1
changelog.d/2612.bugfix

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

1
changelog.d/2619.bugfix

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

1
changelog.d/2625.bugfix

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

1
changelog.d/2634.misc

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

1
changelog.d/2650.feature

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

1
changelog.d/2667.bugfix

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

1
changelog.d/2678.misc

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

1
changelog.d/2684.misc

@ -1 +0,0 @@ @@ -1 +0,0 @@
Improve analytics opt-in screen UI.
Loading…
Cancel
Save