Changelog

This commit is contained in:
Benoit Marty 2021-07-19 13:36:34 +02:00
parent 9f631768eb
commit 1894ad21e1
12 changed files with 24 additions and 11 deletions

View file

@ -1,3 +1,27 @@
Changes in Element v1.1.13 (2021-07-19)
=======================================
Features ✨
----------
- Remove redundant mimetype (vector-im/element-web#2547) ([#3273](https://github.com/vector-im/element-android/issues/3273))
- Room version capabilities and room upgrade support, better error feedback ([#3551](https://github.com/vector-im/element-android/issues/3551))
- Add retry support in room addresses screen ([#3635](https://github.com/vector-im/element-android/issues/3635))
- Better management of permission requests ([#3667](https://github.com/vector-im/element-android/issues/3667))
Bugfixes 🐛
----------
- Standardise spelling and casing of homeserver, identity server, and integration manager. ([#491](https://github.com/vector-im/element-android/issues/491))
- Perform .well-known request first, even if the entered URL is a valid homeserver base url ([#2843](https://github.com/vector-im/element-android/issues/2843))
- Use different copy for self verification. ([#3624](https://github.com/vector-im/element-android/issues/3624))
- Crash when opening room addresses screen with no internet connection ([#3634](https://github.com/vector-im/element-android/issues/3634))
- Fix unread messages marker being hidden in collapsed membership item ([#3655](https://github.com/vector-im/element-android/issues/3655))
- Ensure reaction emoji picker tabs look fine on small displays ([#3661](https://github.com/vector-im/element-android/issues/3661))
SDK API changes ⚠️
------------------
- RawService.getWellknown() now takes a domain instead of a matrixId as parameter ([#3572](https://github.com/vector-im/element-android/issues/3572))
Changes in Element 1.1.12 (2021-07-05)
======================================

View file

@ -1 +0,0 @@
Perform .well-known request first, even if the entered URL is a valid homeserver base url

View file

@ -1 +0,0 @@
Remove redundant mimetype (vector-im/element-web#2547)

View file

@ -1 +0,0 @@
Room version capabilities and room upgrade support, better error feedback

View file

@ -1 +0,0 @@
RawService.getWellknown() now takes a domain instead of a matrixId as parameter

View file

@ -1 +0,0 @@
Use different copy for self verification.

View file

@ -1 +0,0 @@
Crash when opening room addresses screen with no internet connection

View file

@ -1 +0,0 @@
Add retry support in room addresses screen

View file

@ -1 +0,0 @@
Fix unread messages marker being hidden in collapsed membership item

View file

@ -1 +0,0 @@
Ensure reaction emoji picker tabs look fine on small displays

View file

@ -1 +0,0 @@
Better management of permission requests

View file

@ -1 +0,0 @@
Standardise spelling and casing of homeserver, identity server, and integration manager.