mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-24 18:36:21 +03:00
Release: prepare CHANGES
This commit is contained in:
parent
461beda634
commit
6c127e9de5
9 changed files with 19 additions and 7 deletions
17
CHANGES.md
17
CHANGES.md
|
@ -1,3 +1,20 @@
|
|||
Changes in Element v1.3.11 (2021-12-17)
|
||||
=======================================
|
||||
|
||||
Bugfixes 🐛
|
||||
----------
|
||||
- Fixing proximity sensor still being active after a call ([#2467](https://github.com/vector-im/element-android/issues/2467))
|
||||
- Fix name and shield are truncated in the room detail screen ([#4700](https://github.com/vector-im/element-android/issues/4700))
|
||||
- Call banner: center text vertically ([#4710](https://github.com/vector-im/element-android/issues/4710))
|
||||
- Fixes unable to render messages by allowing them to render whilst the emoji library is initialising ([#4733](https://github.com/vector-im/element-android/issues/4733))
|
||||
- Fix app crash uppon long press on a reply event ([#4742](https://github.com/vector-im/element-android/issues/4742))
|
||||
- Fixes crash when launching rooms which contain emojis in the emote content on android 12+ ([#4743](https://github.com/vector-im/element-android/issues/4743))
|
||||
|
||||
Other changes
|
||||
-------------
|
||||
- Avoids leaking the activity windows when loading dialogs are displaying ([#4713](https://github.com/vector-im/element-android/issues/4713))
|
||||
|
||||
|
||||
Changes in Element v1.3.10 (2021-12-14)
|
||||
=======================================
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Fixing proximity sensor still being active after a call
|
|
@ -1 +0,0 @@
|
|||
Fix name and shield are truncated in the room detail screen
|
|
@ -1 +0,0 @@
|
|||
Call banner: center text vertically
|
|
@ -1 +0,0 @@
|
|||
Avoids leaking the activity windows when loading dialogs are displaying
|
|
@ -1 +0,0 @@
|
|||
Fixes unable to render messages by allowing them to render whilst the emoji library is initialising
|
|
@ -1 +0,0 @@
|
|||
Fix app crash uppon long press on a reply event
|
|
@ -1 +0,0 @@
|
|||
Fixes crash when launching rooms which contain emojis in the emote content on android 12+
|
2
fastlane/metadata/android/en-US/changelogs/40103110.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40103110.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Main changes in this version: Bug fixes!
|
||||
Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.3.11
|
Loading…
Reference in a new issue