mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Merge branch 'release/1.1.9' into develop
This commit is contained in:
commit
421ecea259
14 changed files with 21 additions and 12 deletions
19
CHANGES.md
19
CHANGES.md
|
@ -1,3 +1,22 @@
|
|||
Changes in Element v1.1.9 (2021-06-02)
|
||||
======================================
|
||||
|
||||
Features ✨:
|
||||
- Upgrade Olm dependency to 3.2.4
|
||||
- Allow user to add custom "network" in room search (#1458)
|
||||
- Add Gitter.im as a default in the Change Network menu (#3196)
|
||||
- VoIP: support for virtual rooms (#3355)
|
||||
- Compress thumbnail: change Jpeg quality from 100 to 80 (#3396)
|
||||
- Inconsistent usage of the term homeserver in Settings (#3404)
|
||||
- VoIP: support attended transfer (#3420)
|
||||
- /snow -> /snowfall and update wording (iso Element Web) (#3430)
|
||||
|
||||
Bugfixes 🐛:
|
||||
- Fix | On Android it seems to be impossible to view the complete description of a Space (without dev tools) (#3401)
|
||||
- Fix | Suggest Rooms, Show a detailed view of the room on click (#3406)
|
||||
- Fix app crashing when signing out (#3424)
|
||||
- Switch to stable endpoint/fields for MSC2858 (#3442)
|
||||
|
||||
Changes in Element 1.1.8 (2021-05-25)
|
||||
===================================================
|
||||
|
||||
|
|
2
fastlane/metadata/android/en-US/changelogs/40101090.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40101090.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Main changes in this version: add support for gitter.im network.
|
||||
Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.1.9
|
|
@ -1 +0,0 @@
|
|||
Upgrade Olm dependency to 3.2.4
|
|
@ -1 +0,0 @@
|
|||
Allow user to add custom "network" in room search
|
|
@ -1 +0,0 @@
|
|||
Add Gitter.im as a default in the Change Network menu
|
|
@ -1 +0,0 @@
|
|||
VoIP: support for virtual rooms
|
|
@ -1 +0,0 @@
|
|||
Compress thumbnail: change Jpeg quality from 100 to 80
|
|
@ -1 +0,0 @@
|
|||
Fix | On Android it seems to be impossible to view the complete description of a Space (without dev tools)
|
|
@ -1 +0,0 @@
|
|||
Inconsistent usage of the term homeserver in Settings
|
|
@ -1 +0,0 @@
|
|||
Fix | Suggest Rooms, Show a detailed view of the room on click
|
|
@ -1 +0,0 @@
|
|||
VoIP: support attended transfer
|
|
@ -1 +0,0 @@
|
|||
Fix app crashing when signing out
|
|
@ -1 +0,0 @@
|
|||
/snow -> /snowfall and update wording (iso Element Web)
|
|
@ -1 +0,0 @@
|
|||
Switch to stable endpoint/fields for MSC2858
|
Loading…
Reference in a new issue