Prepare release 1.1.2
This commit is contained in:
parent
5ce984ce3f
commit
2d64fe96c1
28
CHANGES.md
28
CHANGES.md
|
@ -1,9 +1,6 @@
|
||||||
Changes in Element 1.1.2 (2021-XX-XX)
|
Changes in Element 1.1.2 (2021-03-16)
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
Features ✨:
|
|
||||||
-
|
|
||||||
|
|
||||||
Improvements 🙌:
|
Improvements 🙌:
|
||||||
- Lazy storage of ReadReceipts
|
- Lazy storage of ReadReceipts
|
||||||
- Do not load room members in e2e after init sync
|
- Do not load room members in e2e after init sync
|
||||||
|
@ -14,27 +11,12 @@ Bugfix 🐛:
|
||||||
- Regression: Video will not play upon tap, but only after swipe #2928
|
- Regression: Video will not play upon tap, but only after swipe #2928
|
||||||
- Cross signing now works with servers with an explicit port in the servername
|
- Cross signing now works with servers with an explicit port in the servername
|
||||||
|
|
||||||
Translations 🗣:
|
|
||||||
-
|
|
||||||
|
|
||||||
SDK API changes ⚠️:
|
|
||||||
-
|
|
||||||
|
|
||||||
Build 🧱:
|
|
||||||
-
|
|
||||||
|
|
||||||
Test:
|
|
||||||
-
|
|
||||||
|
|
||||||
Other changes:
|
Other changes:
|
||||||
- Change formatting on issue templates to proper headings.
|
- Change formatting on issue templates to proper headings.
|
||||||
|
|
||||||
Changes in Element 1.1.1 (2021-XX-XX)
|
Changes in Element 1.1.1 (2021-03-10)
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
Features ✨:
|
|
||||||
-
|
|
||||||
|
|
||||||
Improvements 🙌:
|
Improvements 🙌:
|
||||||
- Allow non-HTTPS connections to homeservers on Tor (#2941)
|
- Allow non-HTTPS connections to homeservers on Tor (#2941)
|
||||||
- Fetch homeserver type and version and display in a new setting screen and add info in rageshakes (#2831)
|
- Fetch homeserver type and version and display in a new setting screen and add info in rageshakes (#2831)
|
||||||
|
@ -55,16 +37,10 @@ Bugfix 🐛:
|
||||||
Translations 🗣:
|
Translations 🗣:
|
||||||
- All string resources and translations have been moved to the application module. Weblate project for the SDK will be removed.
|
- All string resources and translations have been moved to the application module. Weblate project for the SDK will be removed.
|
||||||
|
|
||||||
SDK API changes ⚠️:
|
|
||||||
-
|
|
||||||
|
|
||||||
Build 🧱:
|
Build 🧱:
|
||||||
- Update a lot of dependencies, with the help of dependabot.
|
- Update a lot of dependencies, with the help of dependabot.
|
||||||
- Add a script to download and install APK from the CI
|
- Add a script to download and install APK from the CI
|
||||||
|
|
||||||
Test:
|
|
||||||
-
|
|
||||||
|
|
||||||
Other changes:
|
Other changes:
|
||||||
- Rework edition of event management
|
- Rework edition of event management
|
||||||
|
|
||||||
|
|
|
@ -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.2
|
Loading…
Reference in New Issue