Prepare version 1.0.11
This commit is contained in:
parent
e3ca89a81b
commit
9a8f45fc6f
11
CHANGES.md
11
CHANGES.md
|
@ -1,4 +1,4 @@
|
||||||
Changes in Element 1.0.11 (2020-XX-XX)
|
Changes in Element 1.0.11 (2020-11-27)
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
Features ✨:
|
Features ✨:
|
||||||
|
@ -30,14 +30,9 @@ Bugfix 🐛:
|
||||||
- Update profile has no effect if user is in zero rooms
|
- Update profile has no effect if user is in zero rooms
|
||||||
- Fix issues with matrix.to deep linking (#2349)
|
- Fix issues with matrix.to deep linking (#2349)
|
||||||
|
|
||||||
Translations 🗣:
|
|
||||||
-
|
|
||||||
|
|
||||||
SDK API changes ⚠️:
|
SDK API changes ⚠️:
|
||||||
- AccountService now exposes suspendable function instead of using MatrixCallback (#2354). Note: We will incrementally migrate all the SDK API in a near future.
|
- AccountService now exposes suspendable function instead of using MatrixCallback (#2354).
|
||||||
|
Note: We will incrementally migrate all the SDK API in a near future (#2449)
|
||||||
Build 🧱:
|
|
||||||
-
|
|
||||||
|
|
||||||
Test:
|
Test:
|
||||||
- Add `allScreensTest` to cover all screens of the app
|
- Add `allScreensTest` to cover all screens of the app
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
This new version mainly contains user interface and user experience improvements. Now you can invite friends, and create DM very fast by scanning QR codes.
|
||||||
|
Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.0.11
|
Loading…
Reference in New Issue