Release 1.1.10: towncrier

This commit is contained in:
Benoit Marty 2021-06-18 21:36:57 +02:00
parent d6363a6e1b
commit dcce618fd5
14 changed files with 30 additions and 14 deletions

View file

@ -1,3 +1,33 @@
Changes in Element v1.1.10 (2021-06-18)
=======================================
Features ✨
----------
- Migrate DefaultTypingService, KeysImporter and KeysExporter to coroutines ([#2449](https://github.com/vector-im/element-android/issues/2449))
- Update Message Composer design ([#3182](https://github.com/vector-im/element-android/issues/3182))
- Cleanup Epoxy items, and debounce all the clicks ([#3435](https://github.com/vector-im/element-android/issues/3435))
- Adds support for receiving MSC3086 Asserted Identity events. ([#3451](https://github.com/vector-im/element-android/issues/3451))
- Migrate to new colors and cleanup the style and theme. Now exported in module :library:ui-styles
Ref: https://material.io/blog/migrate-android-material-components ([#3459](https://github.com/vector-im/element-android/issues/3459))
- Add option to set aliases for public spaces ([#3483](https://github.com/vector-im/element-android/issues/3483))
- Add beta warning to private space creation flow ([#3485](https://github.com/vector-im/element-android/issues/3485))
- User defined top level spaces ordering ([#3501](https://github.com/vector-im/element-android/issues/3501))
Bugfixes 🐛
----------
- Fix new DMs not always marked as such ([#3333](https://github.com/vector-im/element-android/issues/3333))
SDK API changes ⚠️
------------------
- Splits SessionAccountDataService and RoomAccountDataService and offers to query RoomAccountDataEvent at the session level. ([#3479](https://github.com/vector-im/element-android/issues/3479))
Other changes
-------------
- Move the ability to start a call from dialpad directly to a dedicated tab in the home screen. ([#3457](https://github.com/vector-im/element-android/issues/3457))
- VoIP: Change hold direction to send-only. ([#3467](https://github.com/vector-im/element-android/issues/3467))
- Some improvements on DialPad (cursor edition, paste number, small fixes). ([#3516](https://github.com/vector-im/element-android/issues/3516))
Changes in Element v1.1.9 (2021-06-02)
======================================

View file

@ -1 +0,0 @@
Migrate DefaultTypingService, KeysImporter and KeysExporter to coroutines

View file

@ -1 +0,0 @@
Update Message Composer design

View file

@ -1 +0,0 @@
Fix new DMs not always marked as such

View file

@ -1 +0,0 @@
Cleanup Epoxy items, and debounce all the clicks

View file

@ -1 +0,0 @@
Adds support for receiving MSC3086 Asserted Identity events.

View file

@ -1 +0,0 @@
Move the ability to start a call from dialpad directly to a dedicated tab in the home screen.

View file

@ -1,2 +0,0 @@
Migrate to new colors and cleanup the style and theme. Now exported in module :library:ui-styles
Ref: https://material.io/blog/migrate-android-material-components

View file

@ -1 +0,0 @@
VoIP: Change hold direction to send-only.

View file

@ -1 +0,0 @@
Splits SessionAccountDataService and RoomAccountDataService and offers to query RoomAccountDataEvent at the session level.

View file

@ -1 +0,0 @@
Add option to set aliases for public spaces

View file

@ -1 +0,0 @@
Add beta warning to private space creation flow

View file

@ -1 +0,0 @@
User defined top level spaces ordering

View file

@ -1 +0,0 @@
Some improvements on DialPad (cursor edition, paste number, small fixes).