Merge tag 'v0.1.4' into develop

tag
This commit is contained in:
Benoit Marty
2023-08-28 15:35:13 +02:00
19 changed files with 35 additions and 17 deletions

View File

@@ -1,3 +1,36 @@
Changes in Element X v0.1.4 (2023-08-28)
========================================
Features ✨
----------
- Allow cancelling media upload ([#769](https://github.com/vector-im/element-x-android/issues/769))
- Enable OIDC support. ([#1127](https://github.com/vector-im/element-x-android/issues/1127))
- Add a "Setting up account" screen, displayed the first time the user logs in to the app (per account). ([#1149](https://github.com/vector-im/element-x-android/issues/1149))
Bugfixes 🐛
----------
- Videos sent from the app were cropped in some cases. ([#862](https://github.com/vector-im/element-x-android/issues/862))
- Timeline: sender names are now displayed in one single line. ([#1033](https://github.com/vector-im/element-x-android/issues/1033))
- Fix `TextButtons` being displayed in black. ([#1077](https://github.com/vector-im/element-x-android/issues/1077))
- Linkify links in HTML contents. ([#1079](https://github.com/vector-im/element-x-android/issues/1079))
- Fix bug reporter failing after not finding some log files. ([#1082](https://github.com/vector-im/element-x-android/issues/1082))
- Fix rendering of inline elements in list items. ([#1090](https://github.com/vector-im/element-x-android/issues/1090))
- Fix crash RuntimeException "No matching key found for the ciphertext in the stream" ([#1101](https://github.com/vector-im/element-x-android/issues/1101))
- Make links in messages clickable again. ([#1111](https://github.com/vector-im/element-x-android/issues/1111))
- When event has no id, just cancel parsing the latest room message for a room. ([#1125](https://github.com/vector-im/element-x-android/issues/1125))
- Only display verification prompt after initial sync is done. ([#1131](https://github.com/vector-im/element-x-android/issues/1131))
In development 🚧
----------------
- [Poll] Add feature flag in developer options ([#1064](https://github.com/vector-im/element-x-android/issues/1064))
- [Polls] Improve UI and render ended state ([#1113](https://github.com/vector-im/element-x-android/issues/1113))
Other changes
-------------
- Compound: add `ListItem` and `ListSectionHeader` components. ([#990](https://github.com/vector-im/element-x-android/issues/990))
- Migrate `object` to `data object` in sealed interface / class #1135 ([#1135](https://github.com/vector-im/element-x-android/issues/1135))
Changes in Element X v0.1.2 (2023-08-16)
========================================

View File

@@ -1 +0,0 @@
Timeline: sender names are now displayed in one single line.

View File

@@ -1 +0,0 @@
[Poll] Add feature flag in developer options

View File

@@ -1 +0,0 @@
Fix `TextButtons` being displayed in black.

View File

@@ -1 +0,0 @@
Linkify links in HTML contents.

View File

@@ -1 +0,0 @@
Fix bug reporter failing after not finding some log files.

View File

@@ -1 +0,0 @@
Fix rendering of inline elements in list items.

View File

@@ -1 +0,0 @@
Fix crash RuntimeException "No matching key found for the ciphertext in the stream"

View File

@@ -1 +0,0 @@
Make links in messages clickable again.

View File

@@ -1 +0,0 @@
[Polls] Improve UI and render ended state

View File

@@ -1 +0,0 @@
When event has no id, just cancel parsing the latest room message for a room.

View File

@@ -1 +0,0 @@
Enable OIDC support.

View File

@@ -1 +0,0 @@
Only display verification prompt after initial sync is done.

View File

@@ -1 +0,0 @@
Migrate `object` to `data object` in sealed interface / class #1135

View File

@@ -1 +0,0 @@
Add a "Setting up account" screen, displayed the first time the user logs in to the app (per account).

View File

@@ -1 +0,0 @@
Allow cancelling media upload

View File

@@ -1 +0,0 @@
Videos sent from the app were cropped in some cases.

View File

@@ -1 +0,0 @@
Compound: add `ListItem` and `ListSectionHeader` components.

View File

@@ -0,0 +1,2 @@
Main changes in this version: bug fixes and add OIDC support.
Full changelog: https://github.com/vector-im/element-x-android/releases