mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-24 18:36:21 +03:00
Changelog
This commit is contained in:
parent
9f631768eb
commit
1894ad21e1
12 changed files with 24 additions and 11 deletions
24
CHANGES.md
24
CHANGES.md
|
@ -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)
|
||||
======================================
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Perform .well-known request first, even if the entered URL is a valid homeserver base url
|
|
@ -1 +0,0 @@
|
|||
Remove redundant mimetype (vector-im/element-web#2547)
|
|
@ -1 +0,0 @@
|
|||
Room version capabilities and room upgrade support, better error feedback
|
|
@ -1 +0,0 @@
|
|||
RawService.getWellknown() now takes a domain instead of a matrixId as parameter
|
|
@ -1 +0,0 @@
|
|||
Use different copy for self verification.
|
|
@ -1 +0,0 @@
|
|||
Crash when opening room addresses screen with no internet connection
|
|
@ -1 +0,0 @@
|
|||
Add retry support in room addresses screen
|
|
@ -1 +0,0 @@
|
|||
Fix unread messages marker being hidden in collapsed membership item
|
|
@ -1 +0,0 @@
|
|||
Ensure reaction emoji picker tabs look fine on small displays
|
|
@ -1 +0,0 @@
|
|||
Better management of permission requests
|
|
@ -1 +0,0 @@
|
|||
Standardise spelling and casing of homeserver, identity server, and integration manager.
|
Loading…
Reference in a new issue