From ef14d369f153e7b24eb945058d1cf02aff79b824 Mon Sep 17 00:00:00 2001 From: dheidler <> Date: Wed, 29 Mar 2023 21:27:05 +0000 Subject: [PATCH] Update element-desktop to version 1.11.26 / rev 32 via SR 1075029 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://build.opensuse.org/request/show/1075029 by user dheidler + dimstar_suse - Version 1.11.26 ## 🐛 Bug Fixes * Changes for matrix-js-sdk v24.0.0 * Changes for matrix-react-sdk v3.69.0 - Version 1.11.25 ## ✨ Features * Remove experimental PWA support for Firefox and Safari ([\#24630](https://github.com/vector-im/element-web/pull/24630)). * Only allow to start a DM with one email if encryption by default is enabled ([\#10253](https://github.com/matrix-org/matrix-react-sdk/pull/10253)). Fixes vector-im/element-web#23133. * DM rooms are now encrypted if encryption by default is enabled and only inviting a single email address. Any action in the result DM room will be blocked until the other has joined. ([\#10229](https://github.com/matrix-org/matrix-react-sdk/pull/10229)). * Reduce bottom margin of ReplyChain on compact modern layout ([\#8972](https://github.com --- packages/e/element-desktop/.files | Bin 501 -> 501 bytes packages/e/element-desktop/.rev | 37 ++++++++++++ .../element-desktop-1.11.23.tar.gz | 1 - .../element-desktop-1.11.26.tar.gz | 1 + .../e/element-desktop/element-desktop.changes | 53 ++++++++++++++++++ .../e/element-desktop/element-desktop.spec | 2 +- .../element-web-1.11.23.tar.gz | 1 - .../element-web-1.11.26.tar.gz | 1 + .../npm-packages-offline-cache.tar.gz | 2 +- 9 files changed, 94 insertions(+), 4 deletions(-) delete mode 120000 packages/e/element-desktop/element-desktop-1.11.23.tar.gz create mode 120000 packages/e/element-desktop/element-desktop-1.11.26.tar.gz delete mode 120000 packages/e/element-desktop/element-web-1.11.23.tar.gz create mode 120000 packages/e/element-desktop/element-web-1.11.26.tar.gz diff --git a/packages/e/element-desktop/.files b/packages/e/element-desktop/.files index ef98882d2775b0e9c27df148b1346547aa32f683..a8db4f996983d3fb1f1353cc3226822018a537a9 100644 GIT binary patch delta 244 zcmXw!O-jT-5QP(hAma@JVwN(H(ABBxpN+Vib5vJV&qhTwAh`DcAqVho-eLB}g>U)z z9v|=0UAmjs_r+Zux~6Hax3AW(r?j2g$00F<#Ez&isDRI!rBYBQwOA0p9oySG$fjv0 z1WnM>EIHb~3$a#KKd(RcgOJOZ6p~L7GgX>Bn*OB(LX7Koe+<*YZ`1knFi1*)VvSN} z1e#rl5tx{BRi{R@j{O5L6iQt7rU)umF5+B`8fsS5yg%vf$)4?H89%IyFab>d-|-8N C%S9Xj delta 290 zcmZ9Hy-LJD5P)+8K>`+5!WD9*O~TCnOlA=+e3RXo*%Q?BFag202v_@<*PF)XUf}yV zx97G$PBUC}ZPPT@-Ht8PD69xM2qKjdT!Q2UDtirZ`rT}oCzd*<>Zn$7p0ZG6s>0bN zwagqDSK7V3+lL+IUTu1tKaV{Qh=cRPoWF+sPq#CGsD;I2R>owZIA@~50W%q&ZZ{8) z8Y&BuPopX%EkuOXrM1fdLrAOV?!q(3Yd-94TBeuf2A-=c>ra6Q#*6?t3Q6^1rHoht Nt%U7A;oHhZ 1065752 + + c8454cbfc91ce1794fdaa8264c2fab88 + 1.11.26 + + dimstar_suse + - Version 1.11.26 +## 🐛 Bug Fixes + * Changes for matrix-js-sdk v24.0.0 + * Changes for matrix-react-sdk v3.69.0 + +- Version 1.11.25 +## ✨ Features + * Remove experimental PWA support for Firefox and Safari ([\#24630](https://github.com/vector-im/element-web/pull/24630)). + * Only allow to start a DM with one email if encryption by default is enabled ([\#10253](https://github.com/matrix-org/matrix-react-sdk/pull/10253)). Fixes vector-im/element-web#23133. + * DM rooms are now encrypted if encryption by default is enabled and only inviting a single email address. Any action in the result DM room will be blocked until the other has joined. ([\#10229](https://github.com/matrix-org/matrix-react-sdk/pull/10229)). + * Reduce bottom margin of ReplyChain on compact modern layout ([\#8972](https://github.com/matrix-org/matrix-react-sdk/pull/8972)). Fixes vector-im/element-web#22748. Contributed by @luixxiul. + * Support for v2 of MSC3903 ([\#10165](https://github.com/matrix-org/matrix-react-sdk/pull/10165)). Contributed by @hughns. + * When starting a DM, existing rooms with pending third-party invites will be reused. ([\#10256](https://github.com/matrix-org/matrix-react-sdk/pull/10256)). Fixes vector-im/element-web#23139. + * Polls push rules: synchronise poll rules with message rules ([\#10263](https://github.com/matrix-org/matrix-react-sdk/pull/10263)). Contributed by @kerryarchibald. + * New verification request toast button labels ([\#10259](https://github.com/matrix-org/matrix-react-sdk/pull/10259)). + * Remove padding around integration manager iframe ([\#10148](https://github.com/matrix-org/matrix-react-sdk/pull/10148)). + * Fix block code styling in rich text editor ([\#10246](https://github.com/matrix-org/matrix-react-sdk/pull/10246)). Contributed by @alunturner. + * Poll history: fetch more poll history ([\#10235](https://github.com/matrix-org/matrix-react-sdk/pull/10235)). Contributed by @kerryarchibald. + * Sort short/exact emoji matches before longer incomplete matches ([\#10212](https://github.com/matrix-org/matrix-react-sdk/pull/10212)). Fixes vector-im/element-web#23210. Contributed by @grimhilt. + * Poll history: detail screen ([\#10172](https://github.com/matrix-org/matrix-react-sdk/pull/10172)). Contributed by @kerryarchibald. + * Provide a more detailed error message than "No known servers" ([\#6048](https://github.com/matrix-org/matrix-react-sdk/pull/6048)). Fixes vector-im/element-web#13247. Contributed by @aaronraimist. + * Say when a call was answered from a different device ([\#10224](https://github.com/matrix-org/matrix-react-sdk/pull/10224)). + * Widget permissions customizations using module api ([\#10121](https://github.com/matrix-org/matrix-react-sdk/pull/10121)). Contributed by @maheichyk. + * Fix copy button icon overlapping with copyable text ([\#10227](https://github.com/matrix-org/matrix-react-sdk/pull/10227)). Contributed by @Adesh-Pandey. + * Support joining non-peekable rooms via the module API ([\#10154](https://github.com/matrix-org/matrix-react-sdk/pull/10154)). Contributed by @maheichyk. + * The "new login" toast does now display the same device information as in the settings. "No" does now open the device settings. "Yes, it was me" dismisses the toast. ([\#10200](https://github.com/matrix-org/matrix-react-sdk/pull/10200)). + * Do not prompt for a password when doing a „reset all“ after login ([\#10208](https://github.com/matrix-org/matrix-react-sdk/pull/10208)). +## 🐛 Bug Fixes + * Fix macOS notarisation using keychain credentials ([\#557](https://github.com/vector-im/element-desktop/pull/557)). + * Let electron-builder correctly set StartupWMClass ([\#526](https://github.com/vector-im/element-desktop/pull/526)). Fixes vector-im/element-web#13780. + 1075029 + diff --git a/packages/e/element-desktop/element-desktop-1.11.23.tar.gz b/packages/e/element-desktop/element-desktop-1.11.23.tar.gz deleted file mode 120000 index 05782891287..00000000000 --- a/packages/e/element-desktop/element-desktop-1.11.23.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeiadvalwbp3s2go4ibxs3sh2vubi3hymfnzk6t6dtw65pdlrkcoppu \ No newline at end of file diff --git a/packages/e/element-desktop/element-desktop-1.11.26.tar.gz b/packages/e/element-desktop/element-desktop-1.11.26.tar.gz new file mode 120000 index 00000000000..1cad1c13805 --- /dev/null +++ b/packages/e/element-desktop/element-desktop-1.11.26.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeiduqvkmqzhejdb6i4jkiwmydanohtnl5dpqqtvten65eaaavb22xi \ No newline at end of file diff --git a/packages/e/element-desktop/element-desktop.changes b/packages/e/element-desktop/element-desktop.changes index d7ee221d588..2809938b295 100644 --- a/packages/e/element-desktop/element-desktop.changes +++ b/packages/e/element-desktop/element-desktop.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Tue Mar 28 15:03:18 UTC 2023 - Dominik Heidler + +- Version 1.11.26 +## 🐛 Bug Fixes + * Changes for matrix-js-sdk v24.0.0 + * Changes for matrix-react-sdk v3.69.0 + +------------------------------------------------------------------- +Tue Mar 28 09:13:03 UTC 2023 - Dominik Heidler + +- Version 1.11.25 +## ✨ Features + * Remove experimental PWA support for Firefox and Safari ([\#24630](https://github.com/vector-im/element-web/pull/24630)). + * Only allow to start a DM with one email if encryption by default is enabled ([\#10253](https://github.com/matrix-org/matrix-react-sdk/pull/10253)). Fixes vector-im/element-web#23133. + * DM rooms are now encrypted if encryption by default is enabled and only inviting a single email address. Any action in the result DM room will be blocked until the other has joined. ([\#10229](https://github.com/matrix-org/matrix-react-sdk/pull/10229)). + * Reduce bottom margin of ReplyChain on compact modern layout ([\#8972](https://github.com/matrix-org/matrix-react-sdk/pull/8972)). Fixes vector-im/element-web#22748. Contributed by @luixxiul. + * Support for v2 of MSC3903 ([\#10165](https://github.com/matrix-org/matrix-react-sdk/pull/10165)). Contributed by @hughns. + * When starting a DM, existing rooms with pending third-party invites will be reused. ([\#10256](https://github.com/matrix-org/matrix-react-sdk/pull/10256)). Fixes vector-im/element-web#23139. + * Polls push rules: synchronise poll rules with message rules ([\#10263](https://github.com/matrix-org/matrix-react-sdk/pull/10263)). Contributed by @kerryarchibald. + * New verification request toast button labels ([\#10259](https://github.com/matrix-org/matrix-react-sdk/pull/10259)). + * Remove padding around integration manager iframe ([\#10148](https://github.com/matrix-org/matrix-react-sdk/pull/10148)). + * Fix block code styling in rich text editor ([\#10246](https://github.com/matrix-org/matrix-react-sdk/pull/10246)). Contributed by @alunturner. + * Poll history: fetch more poll history ([\#10235](https://github.com/matrix-org/matrix-react-sdk/pull/10235)). Contributed by @kerryarchibald. + * Sort short/exact emoji matches before longer incomplete matches ([\#10212](https://github.com/matrix-org/matrix-react-sdk/pull/10212)). Fixes vector-im/element-web#23210. Contributed by @grimhilt. + * Poll history: detail screen ([\#10172](https://github.com/matrix-org/matrix-react-sdk/pull/10172)). Contributed by @kerryarchibald. + * Provide a more detailed error message than "No known servers" ([\#6048](https://github.com/matrix-org/matrix-react-sdk/pull/6048)). Fixes vector-im/element-web#13247. Contributed by @aaronraimist. + * Say when a call was answered from a different device ([\#10224](https://github.com/matrix-org/matrix-react-sdk/pull/10224)). + * Widget permissions customizations using module api ([\#10121](https://github.com/matrix-org/matrix-react-sdk/pull/10121)). Contributed by @maheichyk. + * Fix copy button icon overlapping with copyable text ([\#10227](https://github.com/matrix-org/matrix-react-sdk/pull/10227)). Contributed by @Adesh-Pandey. + * Support joining non-peekable rooms via the module API ([\#10154](https://github.com/matrix-org/matrix-react-sdk/pull/10154)). Contributed by @maheichyk. + * The "new login" toast does now display the same device information as in the settings. "No" does now open the device settings. "Yes, it was me" dismisses the toast. ([\#10200](https://github.com/matrix-org/matrix-react-sdk/pull/10200)). + * Do not prompt for a password when doing a „reset all“ after login ([\#10208](https://github.com/matrix-org/matrix-react-sdk/pull/10208)). + +## 🐛 Bug Fixes + * Fix macOS notarisation using keychain credentials ([\#557](https://github.com/vector-im/element-desktop/pull/557)). + * Let electron-builder correctly set StartupWMClass ([\#526](https://github.com/vector-im/element-desktop/pull/526)). Fixes vector-im/element-web#13780. + * Fix incorrect copy in space creation flow ([\#10296](https://github.com/matrix-org/matrix-react-sdk/pull/10296)). Fixes vector-im/element-web#24741. + * Fix space settings dialog having rogue title tooltip ([\#10293](https://github.com/matrix-org/matrix-react-sdk/pull/10293)). Fixes vector-im/element-web#24740. + * Show spinner when starting a DM from the user profile (right panel) ([\#10290](https://github.com/matrix-org/matrix-react-sdk/pull/10290)). + * Reduce height of toggle on expanded view source event ([\#10283](https://github.com/matrix-org/matrix-react-sdk/pull/10283)). Fixes vector-im/element-web#22873. Contributed by @luixxiul. + * Pillify http and non-prefixed matrix.to links ([\#10277](https://github.com/matrix-org/matrix-react-sdk/pull/10277)). Fixes vector-im/element-web#20844. + * Fix some features not being configurable via `features` ([\#10276](https://github.com/matrix-org/matrix-react-sdk/pull/10276)). + * Fix starting a DM from the right panel in some cases ([\#10278](https://github.com/matrix-org/matrix-react-sdk/pull/10278)). Fixes vector-im/element-web#24722. + * Align info EventTile and normal EventTile on IRC layout ([\#10197](https://github.com/matrix-org/matrix-react-sdk/pull/10197)). Fixes vector-im/element-web#22782. Contributed by @luixxiul. + * Fix blowout of waveform of the voice message player on narrow UI ([\#8861](https://github.com/matrix-org/matrix-react-sdk/pull/8861)). Fixes vector-im/element-web#22604. Contributed by @luixxiul. + * Fix the hidden view source toggle on IRC layout ([\#10266](https://github.com/matrix-org/matrix-react-sdk/pull/10266)). Fixes vector-im/element-web#22872. Contributed by @luixxiul. + * Fix buttons on the room header being compressed due to long room name ([\#10155](https://github.com/matrix-org/matrix-react-sdk/pull/10155)). Contributed by @luixxiul. + * Use the room avatar as a placeholder in calls ([\#10231](https://github.com/matrix-org/matrix-react-sdk/pull/10231)). + * Fix calls showing as 'connecting' after hangup ([\#10223](https://github.com/matrix-org/matrix-react-sdk/pull/10223)). + * Prevent multiple Jitsi calls started at the same time ([\#10183](https://github.com/matrix-org/matrix-react-sdk/pull/10183)). Fixes vector-im/element-web#23009. + * Make localization keys compatible with agglutinative and/or SOV type languages ([\#10159](https://github.com/matrix-org/matrix-react-sdk/pull/10159)). Contributed by @luixxiul. + ------------------------------------------------------------------- Tue Feb 14 13:30:57 UTC 2023 - Dominik Heidler diff --git a/packages/e/element-desktop/element-desktop.spec b/packages/e/element-desktop/element-desktop.spec index 69f0adc41e7..8000d8c546e 100644 --- a/packages/e/element-desktop/element-desktop.spec +++ b/packages/e/element-desktop/element-desktop.spec @@ -17,7 +17,7 @@ Name: element-desktop -Version: 1.11.23 +Version: 1.11.26 Release: 0 Summary: A glossy Matrix collaboration client - desktop License: Apache-2.0 diff --git a/packages/e/element-desktop/element-web-1.11.23.tar.gz b/packages/e/element-desktop/element-web-1.11.23.tar.gz deleted file mode 120000 index 2d65f50f689..00000000000 --- a/packages/e/element-desktop/element-web-1.11.23.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeiddszhn6oa2rc3zqgql5djzimxfbrcnn4n2g7zjen6i6f7r7w3saq \ No newline at end of file diff --git a/packages/e/element-desktop/element-web-1.11.26.tar.gz b/packages/e/element-desktop/element-web-1.11.26.tar.gz new file mode 120000 index 00000000000..ae343fb7ef4 --- /dev/null +++ b/packages/e/element-desktop/element-web-1.11.26.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeigzn7gxtmth76edhnp4lt2x3zvl7fnepgmbbczl2lpsdgw4lx24py \ No newline at end of file diff --git a/packages/e/element-desktop/npm-packages-offline-cache.tar.gz b/packages/e/element-desktop/npm-packages-offline-cache.tar.gz index 9e0edc97626..3bbe67ac963 120000 --- a/packages/e/element-desktop/npm-packages-offline-cache.tar.gz +++ b/packages/e/element-desktop/npm-packages-offline-cache.tar.gz @@ -1 +1 @@ -/ipfs/bafybeibn3rx5z4yhfdr6af4wiefee7qss7mgvyaglwhtno7goueh7qfpgi \ No newline at end of file +/ipfs/bafybeibjz47v4x3ic4up37gimlo7q4cd52v2spjk6asqzdnbmtovahdx24 \ No newline at end of file