Browse Source

Merge branch 'release/0.4.14' into develop

pull/2996/head
ganfra 3 months ago
parent
commit
67e430fa12
  1. 27
      CHANGES.md
  2. 1
      changelog.d/1980.feature
  3. 1
      changelog.d/2809.bugfix
  4. 1
      changelog.d/2893.misc
  5. 1
      changelog.d/2896.bugfix
  6. 1
      changelog.d/2898.bugfix
  7. 1
      changelog.d/2912.misc
  8. 1
      changelog.d/2917.bugfix
  9. 3
      changelog.d/2924.misc
  10. 1
      changelog.d/2930.misc
  11. 1
      changelog.d/2932.misc
  12. 1
      changelog.d/2953.misc
  13. 1
      changelog.d/2959.bugfix
  14. 1
      changelog.d/2969.misc
  15. 2
      fastlane/metadata/android/en-US/changelogs/40004140.txt

27
CHANGES.md

@ -1,3 +1,30 @@ @@ -1,3 +1,30 @@
Changes in Element X v0.4.14 (2024-06-07)
=========================================
Features ✨
----------
- Add support for incoming share (text or files) from other apps ([#1980](https://github.com/element-hq/element-x-android/issues/1980))
Bugfixes 🐛
----------
- Render selected/deselected room list filters on top ([#2809](https://github.com/element-hq/element-x-android/issues/2809))
- Set auto captilization, multiline and autocompletion flags for the markdown EditText. ([#2896](https://github.com/element-hq/element-x-android/issues/2896))
- Restore Markdown text input contents when returning to the room screen. ([#2898](https://github.com/element-hq/element-x-android/issues/2898))
- Fixed sending rich content from android keyboards on the markdown text input ([#2917](https://github.com/element-hq/element-x-android/issues/2917))
- Fix crash when restoring the selection values in the plain text editor. ([#2959](https://github.com/element-hq/element-x-android/issues/2959))
Other changes
-------------
- BugReporting | Add public device keys to rageshakes ([#2893](https://github.com/element-hq/element-x-android/issues/2893))
- Move push provider setting to the "Notifications" screen and display it only when several push provider are available. ([#2912](https://github.com/element-hq/element-x-android/issues/2912))
- Simplify notifications by removing the custom persistence layer.
- Bump minSdk to 24 (Android 7). ([#2924](https://github.com/element-hq/element-x-android/issues/2924))
- Add a feature flag ShowBlockedUsersDetails, disabled by default to render display name and avatar of blocked users in the blocked users list. ([#2930](https://github.com/element-hq/element-x-android/issues/2930))
- Be more specific with the widget permissions ([#2932](https://github.com/element-hq/element-x-android/issues/2932))
- Analytics | Add support for SuperProperties ([#2953](https://github.com/element-hq/element-x-android/issues/2953))
- Track when the user starts a room call and when they enable formatting options on the message composer ([#2969](https://github.com/element-hq/element-x-android/issues/2969))
Changes in Element X v0.4.13 (2024-05-22)
=========================================

1
changelog.d/1980.feature

@ -1 +0,0 @@ @@ -1 +0,0 @@
Add support for incoming share (text or files) from other apps

1
changelog.d/2809.bugfix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Render selected/deselected room list filters on top

1
changelog.d/2893.misc

@ -1 +0,0 @@ @@ -1 +0,0 @@
BugReporting | Add public device keys to rageshakes

1
changelog.d/2896.bugfix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Set auto captilization, multiline and autocompletion flags for the markdown EditText.

1
changelog.d/2898.bugfix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Restoree Markdown text input contents when returning to the room screen.

1
changelog.d/2912.misc

@ -1 +0,0 @@ @@ -1 +0,0 @@
Move push provider setting to the "Notifications" screen and display it only when several push provider are available.

1
changelog.d/2917.bugfix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Fixed sending rich content from android keyboards on the markdown text input

3
changelog.d/2924.misc

@ -1,3 +0,0 @@ @@ -1,3 +0,0 @@
Simplify notifications by removing the custom persistence layer.
Bump minSdk to 24 (Android 7).

1
changelog.d/2930.misc

@ -1 +0,0 @@ @@ -1 +0,0 @@
Add a feature flag ShowBlockedUsersDetails, disabled by default to render display name and avatar of blocked users in the blocked users list.

1
changelog.d/2932.misc

@ -1 +0,0 @@ @@ -1 +0,0 @@
Be more specific with the widget permissions

1
changelog.d/2953.misc

@ -1 +0,0 @@ @@ -1 +0,0 @@
Analytics | Add support for SuperProperties

1
changelog.d/2959.bugfix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Fix crash when restoring the selection values in the plain text editor.

1
changelog.d/2969.misc

@ -1 +0,0 @@ @@ -1 +0,0 @@
Track when the user starts a room call and when they enable formatting options on the message composer

2
fastlane/metadata/android/en-US/changelogs/40004140.txt

@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
Main changes in this version: Add support for incoming share (text or files) from other apps. Bug fixes.
Full changelog: https://github.com/element-hq/element-x-android/releases
Loading…
Cancel
Save