Changelog for version 0.1.4

This commit is contained in:
Benoit Marty 2023-08-28 15:33:18 +02:00
parent 5d889afd21
commit 53e581320a
18 changed files with 33 additions and 17 deletions

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.