mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Release 1.1.10: towncrier
This commit is contained in:
parent
d6363a6e1b
commit
dcce618fd5
30
CHANGES.md
30
CHANGES.md
@ -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)
|
||||
======================================
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
Migrate DefaultTypingService, KeysImporter and KeysExporter to coroutines
|
@ -1 +0,0 @@
|
||||
Update Message Composer design
|
@ -1 +0,0 @@
|
||||
Fix new DMs not always marked as such
|
@ -1 +0,0 @@
|
||||
Cleanup Epoxy items, and debounce all the clicks
|
@ -1 +0,0 @@
|
||||
Adds support for receiving MSC3086 Asserted Identity events.
|
@ -1 +0,0 @@
|
||||
Move the ability to start a call from dialpad directly to a dedicated tab in the home screen.
|
@ -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
|
@ -1 +0,0 @@
|
||||
VoIP: Change hold direction to send-only.
|
@ -1 +0,0 @@
|
||||
Splits SessionAccountDataService and RoomAccountDataService and offers to query RoomAccountDataEvent at the session level.
|
@ -1 +0,0 @@
|
||||
Add option to set aliases for public spaces
|
@ -1 +0,0 @@
|
||||
Add beta warning to private space creation flow
|
@ -1 +0,0 @@
|
||||
User defined top level spaces ordering
|
@ -1 +0,0 @@
|
||||
Some improvements on DialPad (cursor edition, paste number, small fixes).
|
Loading…
Reference in New Issue
Block a user