Merge branch 'release/1.1.8' into develop

This commit is contained in:
Benoit Marty 2021-05-25 18:11:59 +02:00
commit 249bd18b30
3 changed files with 4 additions and 14 deletions

View File

@ -1,9 +1,6 @@
Changes in Element 1.1.8 (2021-XX-XX) Changes in Element 1.1.8 (2021-05-25)
=================================================== ===================================================
Features ✨:
-
Improvements 🙌: Improvements 🙌:
- Support Jitsi authentication (#3379) - Support Jitsi authentication (#3379)
@ -19,22 +16,14 @@ Bugfix 🐛:
- Don't create private spaces with encryption enabled (#3363) - Don't create private spaces with encryption enabled (#3363)
- #+ button on lower right when looking at an empty space goes to an empty 'Explore rooms' (#3327) - #+ button on lower right when looking at an empty space goes to an empty 'Explore rooms' (#3327)
Translations 🗣:
-
SDK API changes ⚠️:
-
Build 🧱: Build 🧱:
- Compile with Kotlin 1.5.10. - Compile with Kotlin 1.5.10.
- Upgrade some dependencies: gradle wrapper, third party lib, etc. - Upgrade some dependencies: gradle wrapper, third party lib, etc.
- Sign APK with build tools 30.0.3 - Sign APK with build tools 30.0.3
Test:
-
Other changes: Other changes:
- Add documentation on LoginWizard and RegistrationWizard (#3303) - Add documentation on LoginWizard and RegistrationWizard (#3303)
- Setup towncrier tool (#3293)
Changes in Element 1.1.7 (2021-05-12) Changes in Element 1.1.7 (2021-05-12)
=================================================== ===================================================

View File

@ -0,0 +1,2 @@
Main changes in this version: improvement for Spaces.
Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.1.8

View File

@ -1 +0,0 @@
Setup towncrier tool