Prepare release 1.1.4
This commit is contained in:
parent
93bc5abcb5
commit
5ee8cf7ebf
11
CHANGES.md
11
CHANGES.md
|
@ -1,9 +1,6 @@
|
||||||
Changes in Element 1.1.4 (2021-XX-XX)
|
Changes in Element 1.1.4 (2021-04-09)
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
Features ✨:
|
|
||||||
-
|
|
||||||
|
|
||||||
Improvements 🙌:
|
Improvements 🙌:
|
||||||
- Split network request `/keys/query` into smaller requests (250 users max) (#2925)
|
- Split network request `/keys/query` into smaller requests (250 users max) (#2925)
|
||||||
- Crypto improvement | Bulk send NO_OLM withheld code
|
- Crypto improvement | Bulk send NO_OLM withheld code
|
||||||
|
@ -30,9 +27,6 @@ Bugfix 🐛:
|
||||||
- If signout request fails, do not start LoginActivity, but restart the app (#3099)
|
- If signout request fails, do not start LoginActivity, but restart the app (#3099)
|
||||||
- Retain keyword order in emoji import script, and update the generated file (#3147)
|
- Retain keyword order in emoji import script, and update the generated file (#3147)
|
||||||
|
|
||||||
Translations 🗣:
|
|
||||||
-
|
|
||||||
|
|
||||||
SDK API changes ⚠️:
|
SDK API changes ⚠️:
|
||||||
- Several Services have been migrated to coroutines (#2449)
|
- Several Services have been migrated to coroutines (#2449)
|
||||||
- Removes filtering options on Timeline.
|
- Removes filtering options on Timeline.
|
||||||
|
@ -40,9 +34,6 @@ SDK API changes ⚠️:
|
||||||
Build 🧱:
|
Build 🧱:
|
||||||
- Properly exclude gms dependencies in fdroid build flavour which were pulled in through the jitsi SDK (#3125)
|
- Properly exclude gms dependencies in fdroid build flavour which were pulled in through the jitsi SDK (#3125)
|
||||||
|
|
||||||
Test:
|
|
||||||
-
|
|
||||||
|
|
||||||
Other changes:
|
Other changes:
|
||||||
- Add version details on the login screen, in debug or developer mode
|
- Add version details on the login screen, in debug or developer mode
|
||||||
- Migrate Retrofit interface to coroutine calls
|
- Migrate Retrofit interface to coroutine calls
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
Main changes in this version: performance improvement and bug fixes!
|
||||||
|
Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.1.4
|
Loading…
Reference in New Issue