Release: towncrier

This commit is contained in:
Benoit Marty 2021-07-05 09:55:22 +02:00
parent 76f4c81d2d
commit 09e362ec6b
8 changed files with 17 additions and 7 deletions

View file

@ -1,3 +1,20 @@
Changes in Element 1.1.12 (2021-07-05)
======================================
Features ✨
----------
- Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling. ([#3545](https://github.com/vector-im/element-android/issues/3545))
- Implements new design for Jump to unread and quick fix visibility issues. ([#3547](https://github.com/vector-im/element-android/issues/3547))
Bugfixes 🐛
----------
- Fix some issues with timeline cache invalidation and visibility. ([#3542](https://github.com/vector-im/element-android/issues/3542))
- Fix call invite processed after call is ended because of fastlane mode. ([#3564](https://github.com/vector-im/element-android/issues/3564))
- Fix crash after video call. ([#3577](https://github.com/vector-im/element-android/issues/3577))
- Fix crash out of memory ([#3583](https://github.com/vector-im/element-android/issues/3583))
- CryptoStore migration has to be object to avoid crash ([#3605](https://github.com/vector-im/element-android/issues/3605))
Changes in Element v1.1.11 (2021-06-22)
=======================================

View file

@ -1 +0,0 @@
Fix some issues with timeline cache invalidation and visibility.

View file

@ -1 +0,0 @@
Reveal password: use facility from com.google.android.material.textfield.TextInputLayout instead of manual handling.

View file

@ -1 +0,0 @@
Implements new design for Jump to unread and quick fix visibility issues.

View file

@ -1 +0,0 @@
Fix call invite processed after call is ended because of fastlane mode.

View file

@ -1 +0,0 @@
Fix crash after video call.

View file

@ -1 +0,0 @@
Fix crash out of memory

View file

@ -1 +0,0 @@
CryptoStore migration has to be object to avoid crash