Skip to content

Commit

Permalink
generating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ouchadam committed Apr 20, 2022
1 parent 7c7822a commit 903c402
Show file tree
Hide file tree
Showing 42 changed files with 64 additions and 43 deletions.
62 changes: 62 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
=======================================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/2396.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/4305.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5079.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5262.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5279.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5475.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5481.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5486.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5554.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5570.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5582.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5586.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5596.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5609.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5618.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5639.sdk

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5659.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5697.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5703.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5703.sdk

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5707.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5710.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5711.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5719.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5727.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5731.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5732.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5735.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5744.misc

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/5744.sdk

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5746.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5749.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5757.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5758.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5761.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5762.sdk

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5765.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5766.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5767.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/5786.bugfix

This file was deleted.

2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40104120.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 903c402

Please sign in to comment.