From f5fa0ae7bec9462761a1e94bc6998acb5a6e6108 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 29 Nov 2022 15:54:34 +0000 Subject: [PATCH 1/6] Prepare changelog for v1.11.16-rc.1 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd97b64..43e9dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +Changes in [1.11.16-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.11.16-rc.1) (2022-11-29) +=============================================================================================================== + +## ✨ Features + * Update to Electron 21 ([\#458](https://github.com/vector-im/element-desktop/pull/458)). Fixes vector-im/element-web#23783. + * Further improve replies ([\#6396](https://github.com/matrix-org/matrix-react-sdk/pull/6396)). Fixes vector-im/element-web#19074, vector-im/element-web#18194 vector-im/element-web#18027 and vector-im/element-web#19179. + * Enable users to join group calls from multiple devices ([\#9625](https://github.com/matrix-org/matrix-react-sdk/pull/9625)). + * fix(visual): make cursor a pointer for summaries ([\#9419](https://github.com/matrix-org/matrix-react-sdk/pull/9419)). Contributed by @r00ster91. + * Add placeholder for rich text editor ([\#9613](https://github.com/matrix-org/matrix-react-sdk/pull/9613)). + * Consolidate public room search experience ([\#9605](https://github.com/matrix-org/matrix-react-sdk/pull/9605)). Fixes vector-im/element-web#22846. + * New password reset flow ([\#9581](https://github.com/matrix-org/matrix-react-sdk/pull/9581)). Fixes vector-im/element-web#23131. + * Device manager - add tooltip to device details toggle ([\#9594](https://github.com/matrix-org/matrix-react-sdk/pull/9594)). + * sliding sync: add lazy-loading member support ([\#9530](https://github.com/matrix-org/matrix-react-sdk/pull/9530)). + * Limit formatting bar offset to top of composer ([\#9365](https://github.com/matrix-org/matrix-react-sdk/pull/9365)). Fixes vector-im/element-web#12359. Contributed by @owi92. + +## 🐛 Bug Fixes + * Fix issues around up arrow event edit shortcut ([\#9645](https://github.com/matrix-org/matrix-react-sdk/pull/9645)). Fixes vector-im/element-web#18497 and vector-im/element-web#18964. + * Fix search not being cleared when clicking on a result ([\#9635](https://github.com/matrix-org/matrix-react-sdk/pull/9635)). Fixes vector-im/element-web#23845. + * Fix screensharing in 1:1 calls ([\#9612](https://github.com/matrix-org/matrix-react-sdk/pull/9612)). Fixes vector-im/element-web#23808. + * Fix the background color flashing when joining a call ([\#9640](https://github.com/matrix-org/matrix-react-sdk/pull/9640)). + * Fix the size of the 'Private space' icon ([\#9638](https://github.com/matrix-org/matrix-react-sdk/pull/9638)). + * Fix reply editing in rich text editor (https ([\#9615](https://github.com/matrix-org/matrix-react-sdk/pull/9615)). + * Fix thread list jumping back down while scrolling ([\#9606](https://github.com/matrix-org/matrix-react-sdk/pull/9606)). Fixes vector-im/element-web#23727. + * Fix regression with TimelinePanel props updates not taking effect ([\#9608](https://github.com/matrix-org/matrix-react-sdk/pull/9608)). Fixes vector-im/element-web#23794. + * Fix form tooltip positioning ([\#9598](https://github.com/matrix-org/matrix-react-sdk/pull/9598)). Fixes vector-im/element-web#22861. + * Extract Search handling from RoomView into its own Component ([\#9574](https://github.com/matrix-org/matrix-react-sdk/pull/9574)). Fixes vector-im/element-web#498. + Changes in [1.11.15](https://github.com/vector-im/element-desktop/releases/tag/v1.11.15) (2022-11-22) ===================================================================================================== From 7c87fff295094207e1dc1ca317fc791a7b57408a Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 29 Nov 2022 15:54:35 +0000 Subject: [PATCH 2/6] v1.11.16-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 15bae19..cf72cad 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "element-desktop", "productName": "Element", "main": "lib/electron-main.js", - "version": "1.11.15", + "version": "1.11.16-rc.1", "description": "A feature-rich client for Matrix.org", "author": "Element", "repository": { From 86a386449fc6f39016dc3e8c1a38ae1fdf8a63b7 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Fri, 2 Dec 2022 17:08:04 +0000 Subject: [PATCH 3/6] Prepare changelog for v1.11.16-rc.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43e9dac..bd6eb1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Changes in [1.11.16-rc.2](https://github.com/vector-im/element-desktop/releases/tag/v1.11.16-rc.2) (2022-12-02) +=============================================================================================================== + +## 🐛 Bug Fixes + * Fix call splitbrains when switching between rooms ([\#9692](https://github.com/matrix-org/matrix-react-sdk/pull/9692)). + Changes in [1.11.16-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.11.16-rc.1) (2022-11-29) =============================================================================================================== From 9bdb1fadd4d77ed009e5a9b26dac5487fb3a084d Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Fri, 2 Dec 2022 17:08:05 +0000 Subject: [PATCH 4/6] v1.11.16-rc.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf72cad..79740a6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "element-desktop", "productName": "Element", "main": "lib/electron-main.js", - "version": "1.11.16-rc.1", + "version": "1.11.16-rc.2", "description": "A feature-rich client for Matrix.org", "author": "Element", "repository": { From 0b67e84574d3799660c9a0a4e6b0acf291d3bdd7 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 6 Dec 2022 13:15:02 +0000 Subject: [PATCH 5/6] Prepare changelog for v1.11.16 --- CHANGELOG.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6eb1e..546df35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,5 @@ -Changes in [1.11.16-rc.2](https://github.com/vector-im/element-desktop/releases/tag/v1.11.16-rc.2) (2022-12-02) -=============================================================================================================== - -## 🐛 Bug Fixes - * Fix call splitbrains when switching between rooms ([\#9692](https://github.com/matrix-org/matrix-react-sdk/pull/9692)). - -Changes in [1.11.16-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.11.16-rc.1) (2022-11-29) -=============================================================================================================== +Changes in [1.11.16](https://github.com/vector-im/element-desktop/releases/tag/v1.11.16) (2022-12-06) +===================================================================================================== ## ✨ Features * Update to Electron 21 ([\#458](https://github.com/vector-im/element-desktop/pull/458)). Fixes vector-im/element-web#23783. @@ -30,6 +24,7 @@ Changes in [1.11.16-rc.1](https://github.com/vector-im/element-desktop/releases/ * Fix regression with TimelinePanel props updates not taking effect ([\#9608](https://github.com/matrix-org/matrix-react-sdk/pull/9608)). Fixes vector-im/element-web#23794. * Fix form tooltip positioning ([\#9598](https://github.com/matrix-org/matrix-react-sdk/pull/9598)). Fixes vector-im/element-web#22861. * Extract Search handling from RoomView into its own Component ([\#9574](https://github.com/matrix-org/matrix-react-sdk/pull/9574)). Fixes vector-im/element-web#498. + * Fix call splitbrains when switching between rooms ([\#9692](https://github.com/matrix-org/matrix-react-sdk/pull/9692)). Changes in [1.11.15](https://github.com/vector-im/element-desktop/releases/tag/v1.11.15) (2022-11-22) ===================================================================================================== From 9d08c8433191786136d7ce25284530e4a2cd4c43 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 6 Dec 2022 13:15:02 +0000 Subject: [PATCH 6/6] v1.11.16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79740a6..e6632af 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "element-desktop", "productName": "Element", "main": "lib/electron-main.js", - "version": "1.11.16-rc.2", + "version": "1.11.16", "description": "A feature-rich client for Matrix.org", "author": "Element", "repository": {