Merge branch 'release/0.4.14' into develop
This commit is contained in:
commit
43895fb39f
15 changed files with 29 additions and 15 deletions
27
CHANGES.md
27
CHANGES.md
|
|
@ -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)
|
Changes in Element X v0.4.13 (2024-05-22)
|
||||||
=========================================
|
=========================================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Add support for incoming share (text or files) from other apps
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Render selected/deselected room list filters on top
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
BugReporting | Add public device keys to rageshakes
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Set auto captilization, multiline and autocompletion flags for the markdown EditText.
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Restoree Markdown text input contents when returning to the room screen.
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Move push provider setting to the "Notifications" screen and display it only when several push provider are available.
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Fixed sending rich content from android keyboards on the markdown text input
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
Simplify notifications by removing the custom persistence layer.
|
|
||||||
|
|
||||||
Bump minSdk to 24 (Android 7).
|
|
||||||
|
|
@ -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 +0,0 @@
|
||||||
Be more specific with the widget permissions
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Analytics | Add support for SuperProperties
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Fix crash when restoring the selection values in the plain text editor.
|
|
||||||
|
|
@ -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
Normal file
2
fastlane/metadata/android/en-US/changelogs/40004140.txt
Normal file
|
|
@ -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…
Add table
Add a link
Reference in a new issue