From a3251dbcfbc38860fdf3bc1ddd3f8103a6bba77d Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 6 Sep 2022 13:52:41 +0100 Subject: [PATCH 1/4] Prepare changelog for v1.11.5-rc.1 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b042158..c394876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +Changes in [1.11.5-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.11.5-rc.1) (2022-09-06) +============================================================================================================= + +## ✨ Features + * Device manager - hide unverified security recommendation when only current session is unverified ([\#9228](https://github.com/matrix-org/matrix-react-sdk/pull/9228)). Contributed by @kerryarchibald. + * Device manager - scroll to filtered list from security recommendations ([\#9227](https://github.com/matrix-org/matrix-react-sdk/pull/9227)). Contributed by @kerryarchibald. + * Device manager - updated dropdown style in filtered device list ([\#9226](https://github.com/matrix-org/matrix-react-sdk/pull/9226)). Contributed by @kerryarchibald. + * Device manager - device type and verification icons on device tile ([\#9197](https://github.com/matrix-org/matrix-react-sdk/pull/9197)). Contributed by @kerryarchibald. + +## 🐛 Bug Fixes + * Description of DM room with more than two other people is now being displayed correctly ([\#9231](https://github.com/matrix-org/matrix-react-sdk/pull/9231)). Fixes vector-im/element-web#23094. + * Fix voice messages with multiple composers ([\#9208](https://github.com/matrix-org/matrix-react-sdk/pull/9208)). Fixes vector-im/element-web#23023. Contributed by @grimhilt. + * Fix suggested rooms going missing ([\#9236](https://github.com/matrix-org/matrix-react-sdk/pull/9236)). Fixes vector-im/element-web#23190. + * Fix tooltip infinitely recursing ([\#9235](https://github.com/matrix-org/matrix-react-sdk/pull/9235)). Fixes matrix-org/element-web-rageshakes#15107, matrix-org/element-web-rageshakes#15093 matrix-org/element-web-rageshakes#15092 and matrix-org/element-web-rageshakes#15077. + * Fix plain text export saving ([\#9230](https://github.com/matrix-org/matrix-react-sdk/pull/9230)). Contributed by @jryans. + * Add missing space in SecurityRoomSettingsTab ([\#9222](https://github.com/matrix-org/matrix-react-sdk/pull/9222)). Contributed by @gefgu. + * Make use of js-sdk roomNameGenerator to handle i18n for generated room names ([\#9209](https://github.com/matrix-org/matrix-react-sdk/pull/9209)). Fixes vector-im/element-web#21369. + * Fix progress bar regression throughout the app ([\#9219](https://github.com/matrix-org/matrix-react-sdk/pull/9219)). Fixes vector-im/element-web#23121. + * Reuse empty string & space string logic for event types in devtools ([\#9218](https://github.com/matrix-org/matrix-react-sdk/pull/9218)). Fixes vector-im/element-web#23115. + Changes in [1.11.4](https://github.com/vector-im/element-desktop/releases/tag/v1.11.4) (2022-08-31) =================================================================================================== From ae7ef1043a1777f321ef3e165b6209cc5de8773d Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 6 Sep 2022 13:52:41 +0100 Subject: [PATCH 2/4] v1.11.5-rc.1 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a12aab4..aa30444 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "element-desktop", "productName": "Element", "main": "lib/electron-main.js", - "version": "1.11.4", + "version": "1.11.5-rc.1", "description": "A feature-rich client for Matrix.org", "author": "Element", "repository": { @@ -160,6 +160,8 @@ "testMatch": [ "/test/**/*-test.[jt]s?(x)" ], - "setupFilesAfterEnv": ["expect-playwright"] + "setupFilesAfterEnv": [ + "expect-playwright" + ] } } From 403b26ed6d6ac838847a3474dcd4b5d4c7f19023 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 13 Sep 2022 13:13:21 +0100 Subject: [PATCH 3/4] Prepare changelog for v1.11.5 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c394876..a73aac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Changes in [1.11.5-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.11.5-rc.1) (2022-09-06) -============================================================================================================= +Changes in [1.11.5](https://github.com/vector-im/element-desktop/releases/tag/v1.11.5) (2022-09-13) +=================================================================================================== ## ✨ Features * Device manager - hide unverified security recommendation when only current session is unverified ([\#9228](https://github.com/matrix-org/matrix-react-sdk/pull/9228)). Contributed by @kerryarchibald. From c4cbc54037d36ce83276d035b03899efe9cfc4a8 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 13 Sep 2022 13:13:22 +0100 Subject: [PATCH 4/4] v1.11.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa30444..fcdad8b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "element-desktop", "productName": "Element", "main": "lib/electron-main.js", - "version": "1.11.5-rc.1", + "version": "1.11.5", "description": "A feature-rich client for Matrix.org", "author": "Element", "repository": {