Apply changes
This commit is contained in:
parent
a98dc86e34
commit
2aa5e6f7a0
29
CHANGES.md
29
CHANGES.md
|
@ -1,3 +1,32 @@
|
|||
Changes in Element v1.5.26 (2023-02-22)
|
||||
=======================================
|
||||
|
||||
Features ✨
|
||||
----------
|
||||
- Adds MSC3824 OIDC-awareness when talking to an OIDC-enabled homeservers ([#6367](https://github.com/vector-im/element-android/issues/6367))
|
||||
- [Poll] Synchronize polls push rules with message push rules ([#8007](https://github.com/vector-im/element-android/issues/8007))
|
||||
- [Rich text editor] Add code block, quote and indentation actions ([#8045](https://github.com/vector-im/element-android/issues/8045))
|
||||
- [Poll] History list: details screen of a poll
|
||||
- [Poll] History list: enable the new settings entry in release mode ([#8056](https://github.com/vector-im/element-android/issues/8056))
|
||||
- [Location sharing] Show own location in map views ([#8110](https://github.com/vector-im/element-android/issues/8110))
|
||||
- Updates to protocol used for Sign in with QR code ([#8123](https://github.com/vector-im/element-android/issues/8123))
|
||||
- [Poll] Synchronize polls and message push rules ([#8130](https://github.com/vector-im/element-android/issues/8130))
|
||||
|
||||
Bugfixes 🐛
|
||||
----------
|
||||
- Android app does not show correct poll data ([#6121](https://github.com/vector-im/element-android/issues/6121))
|
||||
- Fix timeline always jumps to the bottom when screen goes back to foreground. ([#8090](https://github.com/vector-im/element-android/issues/8090))
|
||||
- [Poll] Improve rendering of poll end message when poll start event isn't available ([#8129](https://github.com/vector-im/element-android/issues/8129))
|
||||
- Replace hardcoded colors by theming colors on send button. ([#8142](https://github.com/vector-im/element-android/issues/8142))
|
||||
- [Timeline]: Editing a reply from iOS breaks the "in reply to" rendering ([#8150](https://github.com/vector-im/element-android/issues/8150))
|
||||
|
||||
Other changes
|
||||
-------------
|
||||
- Build unmerged APKs on pull request ([#8044](https://github.com/vector-im/element-android/issues/8044))
|
||||
- Replace 'Bots' with 'bots' inside terms_description_for_integration_manager ([#8115](https://github.com/vector-im/element-android/issues/8115))
|
||||
- Fix ktlint issue with fields and a new line. ([#8139](https://github.com/vector-im/element-android/issues/8139))
|
||||
|
||||
|
||||
Changes in Element v1.5.25 (2023-02-15)
|
||||
=======================================
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Android app does not show correct poll data
|
|
@ -1 +0,0 @@
|
|||
Adds MSC3824 OIDC-awareness when talking to an OIDC-enabled homeservers
|
|
@ -1 +0,0 @@
|
|||
[Poll] Synchronize polls push rules with message push rules
|
|
@ -1 +0,0 @@
|
|||
Build unmerged APKs on pull request
|
|
@ -1 +0,0 @@
|
|||
[Rich text editor] Add code block, quote and indentation actions
|
|
@ -1,2 +0,0 @@
|
|||
[Poll] History list: details screen of a poll
|
||||
[Poll] History list: enable the new settings entry in release mode
|
|
@ -1 +0,0 @@
|
|||
Fix timeline always jumps to the bottom when screen goes back to foreground.
|
|
@ -1 +0,0 @@
|
|||
[Location sharing] Show own location in map views
|
|
@ -1 +0,0 @@
|
|||
Replace 'Bots' with 'bots' inside terms_description_for_integration_manager
|
|
@ -1 +0,0 @@
|
|||
Updates to protocol used for Sign in with QR code
|
|
@ -1 +0,0 @@
|
|||
[Poll] Improve rendering of poll end message when poll start event isn't available
|
|
@ -1 +0,0 @@
|
|||
[Poll] Synchronize polls and message push rules
|
|
@ -1 +0,0 @@
|
|||
Fix ktlint issue with fields and a new line.
|
|
@ -1 +0,0 @@
|
|||
Replace hardcoded colors by theming colors on send button.
|
|
@ -1 +0,0 @@
|
|||
[Timeline]: Editing a reply from iOS breaks the "in reply to" rendering
|
|
@ -0,0 +1,2 @@
|
|||
Main changes in this version: Mainly bugfixing.
|
||||
Full changelog: https://github.com/vector-im/element-android/releases
|
Loading…
Reference in New Issue