mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-24 02:15:46 +03:00
generating 1.4.22 changelog
This commit is contained in:
parent
2eeba285e8
commit
8cee066ba3
19 changed files with 42 additions and 21 deletions
40
CHANGES.md
40
CHANGES.md
|
@ -1,3 +1,43 @@
|
|||
Changes in Element v1.4.22 (2022-06-14)
|
||||
=======================================
|
||||
|
||||
Features ✨
|
||||
----------
|
||||
- Make read receipt avatar list more compact ([#5970](https://github.com/vector-im/element-android/issues/5970))
|
||||
- Allow .well-known configuration to override key sharing mode ([#6147](https://github.com/vector-im/element-android/issues/6147))
|
||||
- Re-organize location settings flags ([#6244](https://github.com/vector-im/element-android/issues/6244))
|
||||
- Add report action for live location messages ([#6280](https://github.com/vector-im/element-android/issues/6280))
|
||||
|
||||
Bugfixes 🐛
|
||||
----------
|
||||
- Fix cases of missing, swapped, or duplicated messages ([#5528](https://github.com/vector-im/element-android/issues/5528))
|
||||
- Fix wrong status of live location sharing in timeline ([#6209](https://github.com/vector-im/element-android/issues/6209))
|
||||
- Fix StackOverflowError while recording voice message ([#6222](https://github.com/vector-im/element-android/issues/6222))
|
||||
- Text cropped: "Secure backup" ([#6232](https://github.com/vector-im/element-android/issues/6232))
|
||||
- Fix copyright attributions of map views ([#6247](https://github.com/vector-im/element-android/issues/6247))
|
||||
- Fix flickering bottom bar of live location item ([#6264](https://github.com/vector-im/element-android/issues/6264))
|
||||
|
||||
In development 🚧
|
||||
----------------
|
||||
- FTUE - Adds Sign Up tracking ([#5285](https://github.com/vector-im/element-android/issues/5285))
|
||||
|
||||
SDK API changes ⚠️
|
||||
------------------
|
||||
- Some methods from `Session` have been moved to a new `SyncService`, that you can retrieve from a `Session`.
|
||||
- `SyncStatusService` method has been moved to the new `SyncService`
|
||||
- `InitSyncStep` have been moved and renamed to `InitialSyncStep`
|
||||
- `SyncStatusService.Status` has been renamed to `SyncRequestState`
|
||||
- The existing `SyncService` has been renamed to `SyncAndroidService` because of name clash with the new SDK Service ([#6029](https://github.com/vector-im/element-android/issues/6029))
|
||||
- Allows `AuthenticationService.getLoginFlow` to fail without resetting state from previously successful calls ([#6093](https://github.com/vector-im/element-android/issues/6093))
|
||||
- Allows new passwords to be passed at the point of confirmation when resetting a password ([#6169](https://github.com/vector-im/element-android/issues/6169))
|
||||
|
||||
Other changes
|
||||
-------------
|
||||
- Adds support for parsing homeserver versions without a patch number ([#6017](https://github.com/vector-im/element-android/issues/6017))
|
||||
- Updating exit onboarding dialog copy formatting to match iOS ([#6087](https://github.com/vector-im/element-android/issues/6087))
|
||||
- Disables when arrow alignment in code style ([#6126](https://github.com/vector-im/element-android/issues/6126))
|
||||
|
||||
|
||||
Changes in Element 1.4.20 (2022-06-13)
|
||||
======================================
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
FTUE - Adds Sign Up tracking
|
|
@ -1 +0,0 @@
|
|||
Fix cases of missing, swapped, or duplicated messages
|
|
@ -1 +0,0 @@
|
|||
Make read receipt avatar list more compact
|
|
@ -1 +0,0 @@
|
|||
Adds support for parsing homeserver versions without a patch number
|
|
@ -1,5 +0,0 @@
|
|||
Some methods from `Session` have been moved to a new `SyncService`, that you can retrieve from a `Session`.
|
||||
- `SyncStatusService` method has been moved to the new `SyncService`
|
||||
- `InitSyncStep` have been moved and renamed to `InitialSyncStep`
|
||||
- `SyncStatusService.Status` has been renamed to `SyncRequestState`
|
||||
- The existing `SyncService` has been renamed to `SyncAndroidService` because of name clash with the new SDK Service
|
|
@ -1 +0,0 @@
|
|||
Updating exit onboarding dialog copy formatting to match iOS
|
|
@ -1 +0,0 @@
|
|||
Allowing AuthenticationService.getLoginFlow to fail without resetting state from previously successful calls
|
|
@ -1 +0,0 @@
|
|||
Disables when arrow alignment in code style
|
|
@ -1 +0,0 @@
|
|||
Allow .well-known configuration to override key sharing mode
|
|
@ -1 +0,0 @@
|
|||
Allows new passwords to be passed at the point of confirmation when resetting a password
|
|
@ -1 +0,0 @@
|
|||
Fix wrong status of live location sharing in timeline
|
|
@ -1 +0,0 @@
|
|||
Fix StackOverflowError while recording voice message
|
|
@ -1 +0,0 @@
|
|||
Text cropped: "Secure backup"
|
|
@ -1 +0,0 @@
|
|||
Re-organize location settings flags
|
|
@ -1 +0,0 @@
|
|||
Fix copyright attributions of map views
|
|
@ -1 +0,0 @@
|
|||
Fix flickering bottom bar of live location item
|
|
@ -1 +0,0 @@
|
|||
Add report action for live location messages
|
2
fastlane/metadata/android/en-US/changelogs/40104220.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40104220.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Main changes in this version: Various bug fixes and stability improvements.
|
||||
Full changelog: https://github.com/vector-im/element-android/releases
|
Loading…
Reference in a new issue