3.5 KiB
3.5 KiB
Changes in Element X v0.1.4 (2023-08-28)
Features ✨
- Allow cancelling media upload (#769)
- Enable OIDC support. (#1127)
- Add a "Setting up account" screen, displayed the first time the user logs in to the app (per account). (#1149)
Bugfixes 🐛
- Videos sent from the app were cropped in some cases. (#862)
- Timeline: sender names are now displayed in one single line. (#1033)
- Fix
TextButtonsbeing displayed in black. (#1077) - Linkify links in HTML contents. (#1079)
- Fix bug reporter failing after not finding some log files. (#1082)
- Fix rendering of inline elements in list items. (#1090)
- Fix crash RuntimeException "No matching key found for the ciphertext in the stream" (#1101)
- Make links in messages clickable again. (#1111)
- When event has no id, just cancel parsing the latest room message for a room. (#1125)
- Only display verification prompt after initial sync is done. (#1131)
In development 🚧
- [Poll] Add feature flag in developer options (#1064)
- [Polls] Improve UI and render ended state (#1113)
Other changes
- Compound: add
ListItemandListSectionHeadercomponents. (#990) - Migrate
objecttodata objectin sealed interface / class #1135 (#1135)
Changes in Element X v0.1.2 (2023-08-16)
Bugfixes 🐛
- Filter push notifications using push rules. (#640)
- Use
forinstead offorEachinDefaultDiffCacheInvalidatorto improve performance. (#1035)
In development 🚧
- [Poll] Render start event in the timeline (#1031)
Other changes
- Add Button component based on Compound designs (#1021)
- Compound: implement dialogs. (#1043)
- Compound: customise
IconButtoncomponent. (#1049) - Compound: implement
DropdownMenucustomisations. (#1050) - Compound: implement Snackbar component. (#1054)
Changes in Element X v0.1.0 (2023-07-19)
First release of Element X 🚀!