From be67812776dcd26c2a671408c2cba36900ac18e6 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 4 Oct 2022 14:55:37 +0100 Subject: [PATCH 1/6] Prepare changelog for v1.11.9-rc.1 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e01e0eb..aa93d98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +Changes in [1.11.9-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.11.9-rc.1) (2022-10-04) +============================================================================================================= + +## ✨ Features + * Device manager - select all devices ([\#9330](https://github.com/matrix-org/matrix-react-sdk/pull/9330)). Contributed by @kerryarchibald. + * New group call experience: Call tiles ([\#9332](https://github.com/matrix-org/matrix-react-sdk/pull/9332)). + * Add Shift key to FormatQuote keyboard shortcut ([\#9298](https://github.com/matrix-org/matrix-react-sdk/pull/9298)). Contributed by @owi92. + * Device manager - sign out of multiple sessions ([\#9325](https://github.com/matrix-org/matrix-react-sdk/pull/9325)). Contributed by @kerryarchibald. + * Display push toggle for web sessions (MSC3890) ([\#9327](https://github.com/matrix-org/matrix-react-sdk/pull/9327)). + * Add device notifications enabled switch ([\#9324](https://github.com/matrix-org/matrix-react-sdk/pull/9324)). + * Implement push notification toggle in device detail ([\#9308](https://github.com/matrix-org/matrix-react-sdk/pull/9308)). + * New group call experience: Starting and ending calls ([\#9318](https://github.com/matrix-org/matrix-react-sdk/pull/9318)). + * New group call experience: Room header call buttons ([\#9311](https://github.com/matrix-org/matrix-react-sdk/pull/9311)). + * Make device ID copyable in device list ([\#9297](https://github.com/matrix-org/matrix-react-sdk/pull/9297)). Contributed by @duxovni. + * Use display name instead of user ID when rendering power events ([\#9295](https://github.com/matrix-org/matrix-react-sdk/pull/9295)). + * Read receipts for threads ([\#9239](https://github.com/matrix-org/matrix-react-sdk/pull/9239)). Fixes vector-im/element-web#23191. + +## 🐛 Bug Fixes + * Fix device selection in pre-join screen for Element Call video rooms ([\#9321](https://github.com/matrix-org/matrix-react-sdk/pull/9321)). Fixes vector-im/element-web#23331. + * Don't render a 1px high room topic if the room topic is empty ([\#9317](https://github.com/matrix-org/matrix-react-sdk/pull/9317)). Contributed by @Arnei. + * Don't show feedback prompts when that UIFeature is disabled ([\#9305](https://github.com/matrix-org/matrix-react-sdk/pull/9305)). Fixes vector-im/element-web#23327. + * Fix soft crash around unknown room pills ([\#9301](https://github.com/matrix-org/matrix-react-sdk/pull/9301)). Fixes matrix-org/element-web-rageshakes#15465. + * Fix spaces feedback prompt wrongly showing when feedback is disabled ([\#9302](https://github.com/matrix-org/matrix-react-sdk/pull/9302)). Fixes vector-im/element-web#23314. + * Fix tile soft crash in ReplyInThreadButton ([\#9300](https://github.com/matrix-org/matrix-react-sdk/pull/9300)). Fixes matrix-org/element-web-rageshakes#15493. + Changes in [1.11.8](https://github.com/vector-im/element-desktop/releases/tag/v1.11.8) (2022-09-28) =================================================================================================== From f41f7251da62fad5ab754dafc8fbbbfc2a82afb2 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 4 Oct 2022 14:55:38 +0100 Subject: [PATCH 2/6] v1.11.9-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fdc70e7..0a59ec5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "element-desktop", "productName": "Element", "main": "lib/electron-main.js", - "version": "1.11.8", + "version": "1.11.9-rc.1", "description": "A feature-rich client for Matrix.org", "author": "Element", "repository": { From d4aaff16f7ce2ac4e9805b9fb975cc4425a141b0 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Wed, 5 Oct 2022 14:26:52 +0100 Subject: [PATCH 3/6] Prepare changelog for v1.11.9-rc.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa93d98..caed11b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Changes in [1.11.9-rc.2](https://github.com/vector-im/element-desktop/releases/tag/v1.11.9-rc.2) (2022-10-05) +============================================================================================================= + +## 🐛 Bug Fixes + * Use the correct sender key when checking shared secret ([\#2730](https://github.com/matrix-org/matrix-js-sdk/pull/2730)). Fixes vector-im/element-web#23374. + Changes in [1.11.9-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.11.9-rc.1) (2022-10-04) ============================================================================================================= From dfb1df53bca5d98f7bd7f5825664a7e348f22a10 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Wed, 5 Oct 2022 14:26:53 +0100 Subject: [PATCH 4/6] v1.11.9-rc.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a59ec5..26c1316 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "element-desktop", "productName": "Element", "main": "lib/electron-main.js", - "version": "1.11.9-rc.1", + "version": "1.11.9-rc.2", "description": "A feature-rich client for Matrix.org", "author": "Element", "repository": { From cf80e7a1db135e49ba1859e87d9efe43a3d88967 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 11 Oct 2022 14:15:45 +0100 Subject: [PATCH 5/6] Prepare changelog for v1.11.9 --- CHANGELOG.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caed11b..14e68c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,8 @@ -Changes in [1.11.9-rc.2](https://github.com/vector-im/element-desktop/releases/tag/v1.11.9-rc.2) (2022-10-05) -============================================================================================================= +Changes in [1.11.9](https://github.com/vector-im/element-desktop/releases/tag/v1.11.9) (2022-10-11) +=================================================================================================== -## 🐛 Bug Fixes - * Use the correct sender key when checking shared secret ([\#2730](https://github.com/matrix-org/matrix-js-sdk/pull/2730)). Fixes vector-im/element-web#23374. - -Changes in [1.11.9-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.11.9-rc.1) (2022-10-04) -============================================================================================================= +## Deprecations + * Legacy Piwik config.json option `piwik.policy_url` is deprecated in favour of `privacy_policy_url`. Support will be removed in the next release. ## ✨ Features * Device manager - select all devices ([\#9330](https://github.com/matrix-org/matrix-react-sdk/pull/9330)). Contributed by @kerryarchibald. @@ -22,6 +19,7 @@ Changes in [1.11.9-rc.1](https://github.com/vector-im/element-desktop/releases/t * Read receipts for threads ([\#9239](https://github.com/matrix-org/matrix-react-sdk/pull/9239)). Fixes vector-im/element-web#23191. ## 🐛 Bug Fixes + * Use the correct sender key when checking shared secret ([\#2730](https://github.com/matrix-org/matrix-js-sdk/pull/2730)). Fixes vector-im/element-web#23374. * Fix device selection in pre-join screen for Element Call video rooms ([\#9321](https://github.com/matrix-org/matrix-react-sdk/pull/9321)). Fixes vector-im/element-web#23331. * Don't render a 1px high room topic if the room topic is empty ([\#9317](https://github.com/matrix-org/matrix-react-sdk/pull/9317)). Contributed by @Arnei. * Don't show feedback prompts when that UIFeature is disabled ([\#9305](https://github.com/matrix-org/matrix-react-sdk/pull/9305)). Fixes vector-im/element-web#23327. From 12880a2bf9dd59c5597c9be171d5d9463518de16 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 11 Oct 2022 14:15:45 +0100 Subject: [PATCH 6/6] v1.11.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26c1316..1ddeafb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "element-desktop", "productName": "Element", "main": "lib/electron-main.js", - "version": "1.11.9-rc.2", + "version": "1.11.9", "description": "A feature-rich client for Matrix.org", "author": "Element", "repository": {