From da6c0fd24e6ced188228bd5b3e920b495045bd93 Mon Sep 17 00:00:00 2001 From: Element CI Date: Tue, 16 May 2023 15:46:02 +0300 Subject: [PATCH] version++ --- CHANGES.md | 31 +++++++++++++++++++++++++++++++ changelog.d/7322.bugfix | 1 - changelog.d/7493.feature | 1 - changelog.d/7497.bugfix | 1 - changelog.d/7504.change | 1 - changelog.d/7517.change | 1 - changelog.d/7523.bugfix | 1 - changelog.d/7526.bugfix | 1 - changelog.d/7530.bugfix | 1 - changelog.d/7535.bugfix | 1 - changelog.d/pr-7404.bugfix | 1 - changelog.d/pr-7493.bugfix | 1 - changelog.d/pr-7508.change | 1 - changelog.d/pr-7512.bugfix | 1 - changelog.d/pr-7521.bugfix | 1 - changelog.d/pr-7522.bugfix | 1 - changelog.d/pr-7541.change | 1 - changelog.d/pr-7543.bugfix | 1 - changelog.d/pr-7545.bugfix | 1 - changelog.d/x-nolink-0.change | 1 - 20 files changed, 31 insertions(+), 19 deletions(-) delete mode 100644 changelog.d/7322.bugfix delete mode 100644 changelog.d/7493.feature delete mode 100644 changelog.d/7497.bugfix delete mode 100644 changelog.d/7504.change delete mode 100644 changelog.d/7517.change delete mode 100644 changelog.d/7523.bugfix delete mode 100644 changelog.d/7526.bugfix delete mode 100644 changelog.d/7530.bugfix delete mode 100644 changelog.d/7535.bugfix delete mode 100644 changelog.d/pr-7404.bugfix delete mode 100644 changelog.d/pr-7493.bugfix delete mode 100644 changelog.d/pr-7508.change delete mode 100644 changelog.d/pr-7512.bugfix delete mode 100644 changelog.d/pr-7521.bugfix delete mode 100644 changelog.d/pr-7522.bugfix delete mode 100644 changelog.d/pr-7541.change delete mode 100644 changelog.d/pr-7543.bugfix delete mode 100644 changelog.d/pr-7545.bugfix delete mode 100644 changelog.d/x-nolink-0.change diff --git a/CHANGES.md b/CHANGES.md index 428bd30f7..7e942b526 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/changelog.d/7322.bugfix b/changelog.d/7322.bugfix deleted file mode 100644 index b13925fa3..000000000 --- a/changelog.d/7322.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix mention pills display in thread list diff --git a/changelog.d/7493.feature b/changelog.d/7493.feature deleted file mode 100644 index 075a7f6a2..000000000 --- a/changelog.d/7493.feature +++ /dev/null @@ -1 +0,0 @@ -Add composer suggestions for slash commands diff --git a/changelog.d/7497.bugfix b/changelog.d/7497.bugfix deleted file mode 100644 index a8558b843..000000000 --- a/changelog.d/7497.bugfix +++ /dev/null @@ -1 +0,0 @@ -Poll: The timeline sometimes displayed closed polls in the wrong order. diff --git a/changelog.d/7504.change b/changelog.d/7504.change deleted file mode 100644 index 2fed9c438..000000000 --- a/changelog.d/7504.change +++ /dev/null @@ -1 +0,0 @@ -Add an audio alert when the voice broadcast recording is automatically paused diff --git a/changelog.d/7517.change b/changelog.d/7517.change deleted file mode 100644 index f43662947..000000000 --- a/changelog.d/7517.change +++ /dev/null @@ -1 +0,0 @@ -Timeline: Remove the matrix ID displayed when someone has changed its display name. diff --git a/changelog.d/7523.bugfix b/changelog.d/7523.bugfix deleted file mode 100644 index bc5cf31a7..000000000 --- a/changelog.d/7523.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a flickering issue when the timeline datasource is reloaded. diff --git a/changelog.d/7526.bugfix b/changelog.d/7526.bugfix deleted file mode 100644 index 7adb60cc0..000000000 --- a/changelog.d/7526.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix the position of the marker highlighting an event. diff --git a/changelog.d/7530.bugfix b/changelog.d/7530.bugfix deleted file mode 100644 index 5733a8d81..000000000 --- a/changelog.d/7530.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix application crashing when opening a thread with RTE enabled diff --git a/changelog.d/7535.bugfix b/changelog.d/7535.bugfix deleted file mode 100644 index f21ab863c..000000000 --- a/changelog.d/7535.bugfix +++ /dev/null @@ -1 +0,0 @@ -Labs: Rich Text Editor: Fix partial text messages not being saved for each room diff --git a/changelog.d/pr-7404.bugfix b/changelog.d/pr-7404.bugfix deleted file mode 100644 index 58609a160..000000000 --- a/changelog.d/pr-7404.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix an issue where the Secrets Reset screen would open twice. diff --git a/changelog.d/pr-7493.bugfix b/changelog.d/pr-7493.bugfix deleted file mode 100644 index b486878b5..000000000 --- a/changelog.d/pr-7493.bugfix +++ /dev/null @@ -1 +0,0 @@ -Make sure to use the chosen language for the VoiceOver voice too. diff --git a/changelog.d/pr-7508.change b/changelog.d/pr-7508.change deleted file mode 100644 index dbe206b34..000000000 --- a/changelog.d/pr-7508.change +++ /dev/null @@ -1 +0,0 @@ -Crypto: Deprecate MXLegacyCrypto diff --git a/changelog.d/pr-7512.bugfix b/changelog.d/pr-7512.bugfix deleted file mode 100644 index 1c6d3a98d..000000000 --- a/changelog.d/pr-7512.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix the position of the send confirmation icon. diff --git a/changelog.d/pr-7521.bugfix b/changelog.d/pr-7521.bugfix deleted file mode 100644 index 3cedf12d4..000000000 --- a/changelog.d/pr-7521.bugfix +++ /dev/null @@ -1 +0,0 @@ -Disable accessibility for emojis during session verification. \ No newline at end of file diff --git a/changelog.d/pr-7522.bugfix b/changelog.d/pr-7522.bugfix deleted file mode 100644 index 0bd4e5b53..000000000 --- a/changelog.d/pr-7522.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix accessibility when entering the PIN to unlock the app. diff --git a/changelog.d/pr-7541.change b/changelog.d/pr-7541.change deleted file mode 100644 index 0e0c71fa6..000000000 --- a/changelog.d/pr-7541.change +++ /dev/null @@ -1 +0,0 @@ -Add a flag in the build settings to force the user to define a homeserver instead of using the default one. diff --git a/changelog.d/pr-7543.bugfix b/changelog.d/pr-7543.bugfix deleted file mode 100644 index 6a56590cd..000000000 --- a/changelog.d/pr-7543.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix voiceover order of room creation header and message composer. diff --git a/changelog.d/pr-7545.bugfix b/changelog.d/pr-7545.bugfix deleted file mode 100644 index a2f30eb67..000000000 --- a/changelog.d/pr-7545.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix: The last event description text color now matches the active theme. diff --git a/changelog.d/x-nolink-0.change b/changelog.d/x-nolink-0.change deleted file mode 100644 index a52d29522..000000000 --- a/changelog.d/x-nolink-0.change +++ /dev/null @@ -1 +0,0 @@ -Upgrade MatrixSDK version ([v0.26.10](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.26.10)). \ No newline at end of file