generating changelog

This commit is contained in:
Adam Brown 2022-04-20 14:08:58 +01:00
parent 7c7822a28a
commit 903c402cf5
42 changed files with 64 additions and 43 deletions

View file

@ -1,3 +1,65 @@
Changes in Element v1.4.12 (2022-04-20)
=======================================
Features ✨
----------
- Add a setting to be able to always appear offline ([#5582](https://github.com/vector-im/element-android/issues/5582))
- Adds the ability for audio attachments to be played in the timeline ([#5586](https://github.com/vector-im/element-android/issues/5586))
- Do not cancel the current incremental sync request and treatment when the app goes to background ([#5719](https://github.com/vector-im/element-android/issues/5719))
- Improve user experience when home servers do not yet support threads ([#5761](https://github.com/vector-im/element-android/issues/5761))
Bugfixes 🐛
----------
- Added text next to spinner when loading information after user is clicked on space members screen ([#4305](https://github.com/vector-im/element-android/issues/4305))
- The string `ftue_auth_carousel_workplace_body` was declared not translatable by mistake ([#5262](https://github.com/vector-im/element-android/issues/5262))
- Fix some cases where the read marker line would not show up ([#5475](https://github.com/vector-im/element-android/issues/5475))
- Fix sometimes read marker not properly updating ([#5481](https://github.com/vector-im/element-android/issues/5481))
- Fix sometimes endless loading timeline ([#5554](https://github.com/vector-im/element-android/issues/5554))
- Use member name instead of room name in DM creation item ([#5570](https://github.com/vector-im/element-android/issues/5570))
- Align auto-reporting of decryption errors implementation with web client. ([#5596](https://github.com/vector-im/element-android/issues/5596))
- Choosing "leave all rooms and spaces" while leaving Space won't cause leaving DMs in this Space anymore ([#5609](https://github.com/vector-im/element-android/issues/5609))
- Fixes display name being changed when using /myroomnick ([#5618](https://github.com/vector-im/element-android/issues/5618))
- Fix endless loading if the event from a permalink is not found ([#5659](https://github.com/vector-im/element-android/issues/5659))
- Redacted events are no longer visible. ([#5707](https://github.com/vector-im/element-android/issues/5707))
- Don't wrongly show non-space invites in the space panel. ([#5731](https://github.com/vector-im/element-android/issues/5731))
- Fixes the onboarding confetti rendering behind the content instead of in-front ([#5735](https://github.com/vector-im/element-android/issues/5735))
- Fixes crash when navigating the app whilst processing new room keys ([#5746](https://github.com/vector-im/element-android/issues/5746))
- Fix sorting of uploads in encrypted rooms ([#5757](https://github.com/vector-im/element-android/issues/5757))
- Fixing setting transfer title in call transfer. ([#5765](https://github.com/vector-im/element-android/issues/5765))
- Changes destination after joining a space to Explore Space Rooms screen ([#5766](https://github.com/vector-im/element-android/issues/5766))
- Unignoring a user will perform an initial sync ([#5767](https://github.com/vector-im/element-android/issues/5767))
- Open a room by link: use the actual roomId instead of the alias ([#5786](https://github.com/vector-im/element-android/issues/5786))
In development 🚧
----------------
- FTUE - Adds a new homeserver selection screen when creating an account ([#2396](https://github.com/vector-im/element-android/issues/2396))
- FTUE - Updates the Captcha and T&Cs registration screens UI style ([#5279](https://github.com/vector-im/element-android/issues/5279))
- FTUE - Adds error handling within the server selection screen ([#5749](https://github.com/vector-im/element-android/issues/5749))
- Live Location Sharing - Send location data ([#5697](https://github.com/vector-im/element-android/issues/5697))
- Live Location Sharing - Show message on start of a live ([#5710](https://github.com/vector-im/element-android/issues/5710))
- Live Location Sharing - Attach location data to beacon info state event ([#5711](https://github.com/vector-im/element-android/issues/5711))
- Live Location Sharing - Update beacon info state event when sharing is ended ([#5758](https://github.com/vector-im/element-android/issues/5758))
SDK API changes ⚠️
------------------
- Include original event in live decryption listeners and update sync status naming to InitialSyncProgressing for clarity. ([#5639](https://github.com/vector-im/element-android/issues/5639))
- KeysBackupService.getCurrentVersion takes a new type `KeysBackupLastVersionResult` in the callback. ([#5703](https://github.com/vector-im/element-android/issues/5703))
- A lot of classes which were exposed to the clients and were located in the package `org.matrix.android.sdk.internal` have been moved to the package `org.matrix.android.sdk.api`.
All the classes which are in the package `org.matrix.android.sdk.internal` should now be declared `internal`.
Some unused code and classes have been removed. ([#5744](https://github.com/vector-im/element-android/issues/5744))
- Some data classes are now immutable, using `val` instead of `var` ([#5762](https://github.com/vector-im/element-android/issues/5762))
Other changes
-------------
- Upgrade konfetti lib from 1.3.2 to 2.0.2 ([#5079](https://github.com/vector-im/element-android/issues/5079))
- Spaces feedback section is removed from left panel ([#5486](https://github.com/vector-im/element-android/issues/5486))
- Reduce error logs ([#5703](https://github.com/vector-im/element-android/issues/5703))
- Adds a complete editor config file for our current code style ([#5727](https://github.com/vector-im/element-android/issues/5727))
- Updates the posthog dev environment url and api key ([#5732](https://github.com/vector-im/element-android/issues/5732))
- Setup Dokka to be able to generate documentation of the SDK module. Run `./gradlew matrix-sdk-android:dokkaHtml` to do it. ([#5744](https://github.com/vector-im/element-android/issues/5744))
Changes in Element v1.4.11 (2022-04-07)
=======================================

View file

@ -1 +0,0 @@
Adds a new homeserver selection screen when creating an account

View file

@ -1 +0,0 @@
Added text next to spinner when loading information after user is clicked on space members screen

View file

@ -1 +0,0 @@
Upgrade konfetti lib from 1.3.2 to 2.0.2

View file

@ -1 +0,0 @@
The string `ftue_auth_carousel_workplace_body` was declared not translatable by mistake

View file

@ -1 +0,0 @@
Updates the Captcha and T&Cs registration screens in the FTUE flow to match the updated UI style

View file

@ -1 +0,0 @@
Fix some cases where the read marker line would not show up

View file

@ -1 +0,0 @@
Fix sometimes read marker not properly updating

View file

@ -1 +0,0 @@
Spaces feedback section is removed from left panel

View file

@ -1 +0,0 @@
Fix sometimes endless loading timeline

View file

@ -1 +0,0 @@
Use member name instead of room name in DM creation item

View file

@ -1 +0,0 @@
Add a setting to be able to always appear offline

View file

@ -1 +0,0 @@
Adds the ability for audio attachments to be played in the timeline

View file

@ -1 +0,0 @@
Align auto-reporting of decryption errors implementation with web client.

View file

@ -1 +0,0 @@
Choosing "leave all rooms and spaces" while leaving Space won't cause leaving DMs in this Space anymore

View file

@ -1 +0,0 @@
Fixes display name being changed when using /myroomnick

View file

@ -1 +0,0 @@
Include original event in live decryption listeners and update sync status naming to InitialSyncProgressing for clarity.

View file

@ -1 +0,0 @@
Fix endless loading if the event from a permalink is not found

View file

@ -1 +0,0 @@
Live Location Sharing - Send location data

View file

@ -1 +0,0 @@
Reduce error logs

View file

@ -1 +0,0 @@
KeysBackupService.getCurrentVersion takes a new type `KeysBackupLastVersionResult` in the callback.

View file

@ -1 +0,0 @@
Redacted events are no longer visible.

View file

@ -1 +0,0 @@
Live Location Sharing - Show message on start of a live

View file

@ -1 +0,0 @@
Live Location Sharing - Attach location data to beacon info state event

View file

@ -1 +0,0 @@
Do not cancel the current incremental sync request and treatment when the app goes to background

View file

@ -1 +0,0 @@
Adds a complete editor config file for our current code style

View file

@ -1 +0,0 @@
Don't wrongly show non-space invites in the space panel.

View file

@ -1 +0,0 @@
Updates the posthog dev environment url and api key

View file

@ -1 +0,0 @@
Fixes the onboarding confetti rendering behind the content instead of in-front

View file

@ -1 +0,0 @@
Setup Dokka to be able to generate documentation of the SDK module. Run `./gradlew matrix-sdk-android:dokkaHtml` to do it.

View file

@ -1,3 +0,0 @@
A lot of classes which were exposed to the clients and were located in the package `org.matrix.android.sdk.internal` have been moved to the package `org.matrix.android.sdk.api`.
All the classes which are in the package `org.matrix.android.sdk.internal` should now be declared `internal`.
Some unused code and classes have been removed.

View file

@ -1 +0,0 @@
Fixes crash when navigating the app whilst processing new room keys

View file

@ -1 +0,0 @@
Adds error handling within the new FTUE server selection screen

View file

@ -1 +0,0 @@
Fix sorting of uploads in encrypted rooms

View file

@ -1 +0,0 @@
Live Location Sharing - Update beacon info state event when sharing is ended

View file

@ -1 +0,0 @@
Improve user experience when home servers do not yet support threads

View file

@ -1 +0,0 @@
Some data classes are now immutable, using `val` instead of `var`

View file

@ -1 +0,0 @@
Fixing setting transfer title in call transfer.

View file

@ -1 +0,0 @@
Changes destination after joining a space to Explore Space Rooms screen

View file

@ -1 +0,0 @@
Unignoring a user will perform an initial sync

View file

@ -1,2 +0,0 @@
Open a room by link: use the actual roomId instead of the alias

View file

@ -0,0 +1,2 @@
Main changes in this version: Allows users to appear offline and adds an audio player for audio attachments
Full changelog: https://github.com/vector-im/element-android/releases