From 0a10b789029a6acfe7ec15db45f50bcafb66734d Mon Sep 17 00:00:00 2001 From: Mauro Romito Date: Tue, 13 Jun 2023 14:01:37 +0200 Subject: [PATCH] version++ --- CHANGES.md | 24 ++++++++++++++++++++++++ changelog.d/7529.bugfix | 1 - changelog.d/7554.bugfix | 1 - changelog.d/7558.change | 1 - changelog.d/7566.feature | 1 - changelog.d/7570.bugfix | 1 - changelog.d/7576.change | 1 - changelog.d/7577.bugfix | 1 - changelog.d/7579.bugfix | 1 - changelog.d/pr-7562.bugfix | 1 - changelog.d/pr-7582.feature | 1 - changelog.d/pr-7587.bugfix | 1 - changelog.d/x-nolink-0.change | 1 - 13 files changed, 24 insertions(+), 12 deletions(-) delete mode 100644 changelog.d/7529.bugfix delete mode 100644 changelog.d/7554.bugfix delete mode 100644 changelog.d/7558.change delete mode 100644 changelog.d/7566.feature delete mode 100644 changelog.d/7570.bugfix delete mode 100644 changelog.d/7576.change delete mode 100644 changelog.d/7577.bugfix delete mode 100644 changelog.d/7579.bugfix delete mode 100644 changelog.d/pr-7562.bugfix delete mode 100644 changelog.d/pr-7582.feature delete mode 100644 changelog.d/pr-7587.bugfix delete mode 100644 changelog.d/x-nolink-0.change diff --git a/CHANGES.md b/CHANGES.md index 7e942b526..47f4655bc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,27 @@ +## Changes in 1.10.13 (2023-06-13) + +✨ Features + +- Increase max. length of voice message recordings to 5m ([#7582](https://github.com/vector-im/element-ios/pull/7582)) +- Broadcast Upload Extension added to the app targets to allow Jitsi screen sharing feature. ([#7566](https://github.com/vector-im/element-ios/issues/7566)) + +🙌 Improvements + +- Upgrade MatrixSDK version ([v0.26.11](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.26.11)). +- Prompt the user when the invited MatrixId is not recognized ([#7558](https://github.com/vector-im/element-ios/issues/7558)) +- MSC3987 implementation: the 'dont_notify' action for a push_rule is now deprecated and replaced by an empty action list. ([#7576](https://github.com/vector-im/element-ios/issues/7576)) + +🐛 Bugfixes + +- Device manager: fix offline state for user's sessions overview. ([#7562](https://github.com/vector-im/element-ios/pull/7562)) +- Prevents user avatar from disappearing due to incorrect width. ([#7587](https://github.com/vector-im/element-ios/pull/7587)) +- App crashes when we make audio and video calls ([#7529](https://github.com/vector-im/element-ios/issues/7529)) +- Timeline: Room creation intro cell now correctly adjusts to light / dark theme changes. ([#7554](https://github.com/vector-im/element-ios/issues/7554)) +- Labs: Fix RTE sometimes inserting characters in wrong locations after multiple new lines ([#7570](https://github.com/vector-im/element-ios/issues/7570)) +- Labs: RTE: Fix a crash when creating a new direct chat ([#7577](https://github.com/vector-im/element-ios/issues/7577)) +- Fixed crashes when mentioning users without display names ([#7579](https://github.com/vector-im/element-ios/issues/7579)) + + ## Changes in 1.10.12 (2023-05-16) ✨ Features diff --git a/changelog.d/7529.bugfix b/changelog.d/7529.bugfix deleted file mode 100644 index 2ac672a91..000000000 --- a/changelog.d/7529.bugfix +++ /dev/null @@ -1 +0,0 @@ -App crashes when we make audio and video calls diff --git a/changelog.d/7554.bugfix b/changelog.d/7554.bugfix deleted file mode 100644 index af2778718..000000000 --- a/changelog.d/7554.bugfix +++ /dev/null @@ -1 +0,0 @@ -Timeline: Room creation intro cell now correctly adjusts to light / dark theme changes. \ No newline at end of file diff --git a/changelog.d/7558.change b/changelog.d/7558.change deleted file mode 100644 index b6eb15ae4..000000000 --- a/changelog.d/7558.change +++ /dev/null @@ -1 +0,0 @@ -Prompt the user when the invited MatrixId is not recognized diff --git a/changelog.d/7566.feature b/changelog.d/7566.feature deleted file mode 100644 index 11681dd13..000000000 --- a/changelog.d/7566.feature +++ /dev/null @@ -1 +0,0 @@ -Broadcast Upload Extension added to the app targets to allow Jitsi screen sharing feature. \ No newline at end of file diff --git a/changelog.d/7570.bugfix b/changelog.d/7570.bugfix deleted file mode 100644 index 6ea9c3824..000000000 --- a/changelog.d/7570.bugfix +++ /dev/null @@ -1 +0,0 @@ -Labs: Fix RTE sometimes inserting characters in wrong locations after multiple new lines diff --git a/changelog.d/7576.change b/changelog.d/7576.change deleted file mode 100644 index 26f9e7695..000000000 --- a/changelog.d/7576.change +++ /dev/null @@ -1 +0,0 @@ -MSC3987 implementation: the 'dont_notify' action for a push_rule is now deprecated and replaced by an empty action list. diff --git a/changelog.d/7577.bugfix b/changelog.d/7577.bugfix deleted file mode 100644 index 4e4d6f4a0..000000000 --- a/changelog.d/7577.bugfix +++ /dev/null @@ -1 +0,0 @@ -Labs: RTE: Fix a crash when creating a new direct chat diff --git a/changelog.d/7579.bugfix b/changelog.d/7579.bugfix deleted file mode 100644 index 46d61b38f..000000000 --- a/changelog.d/7579.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed crashes when mentioning users without display names \ No newline at end of file diff --git a/changelog.d/pr-7562.bugfix b/changelog.d/pr-7562.bugfix deleted file mode 100644 index 825d074f3..000000000 --- a/changelog.d/pr-7562.bugfix +++ /dev/null @@ -1 +0,0 @@ -Device manager: fix offline state for user's sessions overview. \ No newline at end of file diff --git a/changelog.d/pr-7582.feature b/changelog.d/pr-7582.feature deleted file mode 100644 index c0248da6e..000000000 --- a/changelog.d/pr-7582.feature +++ /dev/null @@ -1 +0,0 @@ - Increase max. length of voice message recordings to 5m diff --git a/changelog.d/pr-7587.bugfix b/changelog.d/pr-7587.bugfix deleted file mode 100644 index 1ddb185a9..000000000 --- a/changelog.d/pr-7587.bugfix +++ /dev/null @@ -1 +0,0 @@ -Prevents user avatar from disappearing due to incorrect width. diff --git a/changelog.d/x-nolink-0.change b/changelog.d/x-nolink-0.change deleted file mode 100644 index aabe748b7..000000000 --- a/changelog.d/x-nolink-0.change +++ /dev/null @@ -1 +0,0 @@ -Upgrade MatrixSDK version ([v0.26.11](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.26.11)). \ No newline at end of file