version++

This commit is contained in:
Element CI 2023-05-16 15:46:02 +03:00
parent c1dc7c93da
commit da6c0fd24e
20 changed files with 31 additions and 19 deletions

View file

@ -1,3 +1,34 @@
## Changes in 1.10.12 (2023-05-16)
✨ Features
- Add composer suggestions for slash commands ([#7493](https://github.com/vector-im/element-ios/issues/7493))
🙌 Improvements
- Crypto: Deprecate MXLegacyCrypto ([#7508](https://github.com/vector-im/element-ios/pull/7508))
- Add a flag in the build settings to force the user to define a homeserver instead of using the default one. ([#7541](https://github.com/vector-im/element-ios/pull/7541))
- Upgrade MatrixSDK version ([v0.26.10](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.26.10)).
- Add an audio alert when the voice broadcast recording is automatically paused ([#7504](https://github.com/vector-im/element-ios/issues/7504))
- Timeline: Remove the matrix ID displayed when someone has changed its display name. ([#7517](https://github.com/vector-im/element-ios/issues/7517))
🐛 Bugfixes
- Fix an issue where the Secrets Reset screen would open twice. ([#7404](https://github.com/vector-im/element-ios/pull/7404))
- Make sure to use the chosen language for the VoiceOver voice too. ([#7493](https://github.com/vector-im/element-ios/pull/7493))
- Fix the position of the send confirmation icon. ([#7512](https://github.com/vector-im/element-ios/pull/7512))
- Disable accessibility for emojis during session verification. ([#7521](https://github.com/vector-im/element-ios/pull/7521))
- Fix accessibility when entering the PIN to unlock the app. ([#7522](https://github.com/vector-im/element-ios/pull/7522))
- Fix voiceover order of room creation header and message composer. ([#7543](https://github.com/vector-im/element-ios/pull/7543))
- Fix: The last event description text color now matches the active theme. ([#7545](https://github.com/vector-im/element-ios/pull/7545))
- Fix mention pills display in thread list ([#7322](https://github.com/vector-im/element-ios/issues/7322))
- Poll: The timeline sometimes displayed closed polls in the wrong order. ([#7497](https://github.com/vector-im/element-ios/issues/7497))
- Fix a flickering issue when the timeline datasource is reloaded. ([#7523](https://github.com/vector-im/element-ios/issues/7523))
- Fix the position of the marker highlighting an event. ([#7526](https://github.com/vector-im/element-ios/issues/7526))
- Fix application crashing when opening a thread with RTE enabled ([#7530](https://github.com/vector-im/element-ios/issues/7530))
- Labs: Rich Text Editor: Fix partial text messages not being saved for each room ([#7535](https://github.com/vector-im/element-ios/issues/7535))
## Changes in 1.10.11 (2023-04-18)
🙌 Improvements

View file

@ -1 +0,0 @@
Fix mention pills display in thread list

View file

@ -1 +0,0 @@
Add composer suggestions for slash commands

View file

@ -1 +0,0 @@
Poll: The timeline sometimes displayed closed polls in the wrong order.

View file

@ -1 +0,0 @@
Add an audio alert when the voice broadcast recording is automatically paused

View file

@ -1 +0,0 @@
Timeline: Remove the matrix ID displayed when someone has changed its display name.

View file

@ -1 +0,0 @@
Fix a flickering issue when the timeline datasource is reloaded.

View file

@ -1 +0,0 @@
Fix the position of the marker highlighting an event.

View file

@ -1 +0,0 @@
Fix application crashing when opening a thread with RTE enabled

View file

@ -1 +0,0 @@
Labs: Rich Text Editor: Fix partial text messages not being saved for each room

View file

@ -1 +0,0 @@
Fix an issue where the Secrets Reset screen would open twice.

View file

@ -1 +0,0 @@
Make sure to use the chosen language for the VoiceOver voice too.

View file

@ -1 +0,0 @@
Crypto: Deprecate MXLegacyCrypto

View file

@ -1 +0,0 @@
Fix the position of the send confirmation icon.

View file

@ -1 +0,0 @@
Disable accessibility for emojis during session verification.

View file

@ -1 +0,0 @@
Fix accessibility when entering the PIN to unlock the app.

View file

@ -1 +0,0 @@
Add a flag in the build settings to force the user to define a homeserver instead of using the default one.

View file

@ -1 +0,0 @@
Fix voiceover order of room creation header and message composer.

View file

@ -1 +0,0 @@
Fix: The last event description text color now matches the active theme.

View file

@ -1 +0,0 @@
Upgrade MatrixSDK version ([v0.26.10](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.26.10)).