version++

This commit is contained in:
Doug
2023-11-28 10:41:05 +00:00
parent 616c80cf64
commit 641be7546d
8 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,19 @@
## Changes in 1.11.5 (2023-11-28)
🙌 Improvements
- Upgrade MatrixSDK version ([v0.27.4](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.27.4)).
🐛 Bugfixes
- Call destroy in dealloc to remove all observers of SettingsViewController (Settings-controller-dealloc-observer)
- Editing a message that ends with an emoji now works as expected. ([#7681](https://github.com/vector-im/element-ios/issues/7681))
- The "Quote" action has been removed from the menu of the selected message. ([#7691](https://github.com/vector-im/element-ios/issues/7691))
- The slide to end call for everyone button for the Jitsi widget now also ends the call for the current user. ([#7704](https://github.com/vector-im/element-ios/issues/7704))
- If a Jitsi call in a room is ongoing when the Jitsi widget is removed from such room the call ends. ([#7706](https://github.com/vector-im/element-ios/issues/7706))
- If a moderator ends a Jitsi call for everyone the call is now dismissed. ([#7709](https://github.com/vector-im/element-ios/issues/7709))
## Changes in 1.11.4 (2023-10-04)
🙌 Improvements

View File

@@ -1 +0,0 @@
Editing a message that ends with an emoji now works as expected.

View File

@@ -1 +0,0 @@
The "Quote" action has been removed from the menu of the selected message.

View File

@@ -1 +0,0 @@
The slide to end call for everyone button for the Jitsi widget now also ends the call for the current user.

View File

@@ -1 +0,0 @@
If a Jitsi call in a room is ongoing when the Jitsi widget is removed from such room the call ends.

View File

@@ -1 +0,0 @@
If a moderator ends a Jitsi call for everyone the call is now dismissed.

View File

@@ -1 +0,0 @@
Call destroy in dealloc to remove all observers of SettingsViewController

View File

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