version++

This commit is contained in:
Mauro Romito
2023-02-21 14:54:24 +01:00
parent 75c72d417f
commit b0d5c24fe0
11 changed files with 19 additions and 10 deletions

View File

@@ -1,3 +1,22 @@
## Changes in 1.10.3 (2023-02-21)
🙌 Improvements
- Polls: add fallback text for poll ended events. ([#7353](https://github.com/vector-im/element-ios/pull/7353))
- Push Rules: Apply push rules client side for encrypted rooms, hiding in case of dont_notify action ([#7356](https://github.com/vector-im/element-ios/pull/7356))
- Map Views: Show own location in map views ([#7361](https://github.com/vector-im/element-ios/pull/7361))
- Do not reset device keys if migrating to CryptoSDK ([#7369](https://github.com/vector-im/element-ios/pull/7369))
- Labs: Rich Text Editor: Update to version 1.1.1 ([#7370](https://github.com/vector-im/element-ios/pull/7370))
- Updates to protocol used for Sign in with QR code. ([#7372](https://github.com/vector-im/element-ios/pull/7372))
- Upgrade MatrixSDK version ([v0.25.2](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.25.2)).
🐛 Bugfixes
- A voice message is now replayable. ([#7217](https://github.com/vector-im/element-ios/issues/7217))
- Fix an issue where a voice message recording was failing. ([#7325](https://github.com/vector-im/element-ios/issues/7325))
- Fix an issue where a voice message disappears after being sent. ([#7326](https://github.com/vector-im/element-ios/issues/7326))
## Changes in 1.10.2 (2023-02-10)
🐛 Bugfixes

View File

@@ -1 +0,0 @@
A voice message is now replayable.

View File

@@ -1 +0,0 @@
Fix an issue where a voice message recording was failing.

View File

@@ -1 +0,0 @@
Fix an issue where a voice message disappears after being sent.

View File

@@ -1 +0,0 @@
Polls: add fallback text for poll ended events.

View File

@@ -1 +0,0 @@
Push Rules: Apply push rules client side for encrypted rooms, hiding in case of dont_notify action

View File

@@ -1 +0,0 @@
Map Views: Show own location in map views

View File

@@ -1 +0,0 @@
Do not reset device keys if migrating to CryptoSDK

View File

@@ -1 +0,0 @@
Labs: Rich Text Editor: Update to version 1.1.1

View File

@@ -1 +0,0 @@
Updates to protocol used for Sign in with QR code.

View File

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