From d204c1eb2c7eca87b4b750599c01f5eae1b7d4cb Mon Sep 17 00:00:00 2001 From: dheidler <> Date: Mon, 15 Jul 2024 17:50:08 +0000 Subject: [PATCH] Update element-web to version 1.11.70 / rev 58 via SR 1187579 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://build.opensuse.org/request/show/1187579 by user dheidler + anag+factory - Version 1.11.70 ## ✨ Features * Add SSO redirect option for login page (https://github.com/element-hq/element-web/pull/27576). Contributed by @bartvdbraak. * Use stable endpoints for MSC3916 (https://github.com/element-hq/element-web/pull/27558). Contributed by @turt2live. * Switch to Rust crypto stack for all logins (https://github.com/matrix-org/matrix-react-sdk/pull/12630). Contributed by @richvdh. * Hide voip buttons in group rooms in environments with widgets disabled (https://github.com/matrix-org/matrix-react-sdk/pull/12664). Contributed by @t3chguy. * Minor tweaks to UserSettings dialog (https://github.com/matrix-org/matrix-react-sdk/pull/12651). Contributed by @florianduros. * Hide voice call button when redundant (https://github.com/matrix-org/matrix-react-sdk/p --- packages/e/element-web/.files | Bin 427 -> 427 bytes packages/e/element-web/.rev | 37 ++++++++++++++++++ .../e/element-web/element-web-1.11.69.tar.gz | 1 - .../e/element-web/element-web-1.11.70.tar.gz | 1 + packages/e/element-web/element-web.changes | 35 +++++++++++++++++ packages/e/element-web/element-web.spec | 2 +- .../npm-packages-offline-cache.tar.gz | 2 +- 7 files changed, 75 insertions(+), 3 deletions(-) delete mode 120000 packages/e/element-web/element-web-1.11.69.tar.gz create mode 120000 packages/e/element-web/element-web-1.11.70.tar.gz diff --git a/packages/e/element-web/.files b/packages/e/element-web/.files index 6bfafaed881827ecde77d94390c8c73bdd599d47..430bdf2c5c528bd98e93dcfaffa27a08e330eadd 100644 GIT binary patch delta 195 zcmWN}J#NB45I|ugD?)-3geG)USTkeK&Tg5CYvB3WG$BI7Ql#9%;tpvz8+VAMSAKer z_R(&y-xIuS+NNpNcU-;itt1@TGjTYnGCFwxt2&zz)%ovm1{n+Ho`|fP3}nPgc>qrm z4n>yPECFpAubQ++ V7ph>9%p#XjKnIoi@_N6m%0K$wHeUb$ delta 218 zcmYkzJ5Iwu5P)GL3n96np`&t_Dyv!cF*^+{=a`*GQiKR4mXK&TgT*m&JT8Ds+F$>7 z8*k(H$8~}GX&i>(VVVW8Yb_GN3pULtFC7Y~Wj9nR+x2WGd$;ql|Fpi3A;wTCEPM%v zuW2qNwFa5Iu~O%3E=X*=r6gE=^H2YLkmHWe2fI$QSE5ciqUGckja3tBl`hc==DMDC fGXghbuWlKnSc(`cGy+8trY7s}+xqzWbGf5GAW=PM diff --git a/packages/e/element-web/.rev b/packages/e/element-web/.rev index ee11c9be91c..ffaa1c3afe1 100644 --- a/packages/e/element-web/.rev +++ b/packages/e/element-web/.rev @@ -742,4 +742,41 @@ Version 1.11.66 * Element-R: pass pickleKey in as raw key for indexeddb encryption (https://github.com/matrix-org/matrix-react-sdk/pull/12543). Contributed by @richvdh. 1182468 + + aab37e822fe7bca606605d7f125134dd + 1.11.70 + + anag+factory + - Version 1.11.70 + ## ✨ Features + + * Add SSO redirect option for login page (https://github.com/element-hq/element-web/pull/27576). Contributed by @bartvdbraak. + * Use stable endpoints for MSC3916 (https://github.com/element-hq/element-web/pull/27558). Contributed by @turt2live. + * Switch to Rust crypto stack for all logins (https://github.com/matrix-org/matrix-react-sdk/pull/12630). Contributed by @richvdh. + * Hide voip buttons in group rooms in environments with widgets disabled (https://github.com/matrix-org/matrix-react-sdk/pull/12664). Contributed by @t3chguy. + * Minor tweaks to UserSettings dialog (https://github.com/matrix-org/matrix-react-sdk/pull/12651). Contributed by @florianduros. + * Hide voice call button when redundant (https://github.com/matrix-org/matrix-react-sdk/pull/12639). Contributed by @t3chguy. + * Improve accessibility of the room summary card (https://github.com/matrix-org/matrix-react-sdk/pull/12586). Contributed by @t3chguy. + * Show tooltips on narrow tabbed views (https://github.com/matrix-org/matrix-react-sdk/pull/12624). Contributed by @dbkr. + * Update gfm.css to github-markdown-css (https://github.com/matrix-org/matrix-react-sdk/pull/12613). Contributed by @t3chguy. + * Cache e2eStatus to avoid concerning unencrypted flicker when changing rooms (https://github.com/matrix-org/matrix-react-sdk/pull/12606). Contributed by @t3chguy. + * Tweak copy for user verification toast (https://github.com/matrix-org/matrix-react-sdk/pull/12605). Contributed by @t3chguy. + * Support s tags for strikethrough for Matrix v1.10 (https://github.com/matrix-org/matrix-react-sdk/pull/12604). Contributed by @t3chguy. + + ## 🐛 Bug Fixes + + * Fix "Unable to restore session" error (https://github.com/matrix-org/matrix-js-sdk/pull/4299). + * Fix error when sending encrypted messages in large rooms (https://github.com/matrix-org/matrix-js-sdk/pull/4297). + * Remove redundant copy in deactive uia modal (https://github.com/matrix-org/matrix-react-sdk/pull/12668). Contributed by @t3chguy. + * Fix high contrast theme in settings (https://github.com/matrix-org/matrix-react-sdk/pull/12649). Contributed by @florianduros. + * Fix background on live location sharing footer (https://github.com/matrix-org/matrix-react-sdk/pull/12629). Contributed by @t3chguy. + * Remove outdated iframe sandbox attribute (https://github.com/matrix-org/matrix-react-sdk/pull/12633). Contributed by @t3chguy. + * Remove stray setState which caused encryption state shields to flicker (https://github.com/matrix-org/matrix-react-sdk/pull/12632). Contributed by @t3chguy. + * Fix stray background colour on markdown body (https://github.com/matrix-org/matrix-react-sdk/pull/12628). Contributed by @t3chguy. + * Fix widgets not being cleaned up correctly. (https://github.com/matrix-org/matrix-react-sdk/pull/12616). Contributed by @toger5. + * Add in-progress view to display name EditInPlace (https://github.com/matrix-org/matrix-react-sdk/pull/12609). Contributed by @dbkr. + * Fix config override of other settings levels (https://github.com/matrix-org/matrix-react-sdk/pull/12593). Contributed by @langleyd. + * Don't show 'saved' on display name save error (https://github.com/matrix-org/matrix-react-sdk/pull/12600). Contributed by @dbkr. + 1187579 + diff --git a/packages/e/element-web/element-web-1.11.69.tar.gz b/packages/e/element-web/element-web-1.11.69.tar.gz deleted file mode 120000 index 75f8e20fbd0..00000000000 --- a/packages/e/element-web/element-web-1.11.69.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeicw27i2lj3vtgyzoyop6oypcfgiydmr7wibcnkpbhxq5dz2f3knwq \ No newline at end of file diff --git a/packages/e/element-web/element-web-1.11.70.tar.gz b/packages/e/element-web/element-web-1.11.70.tar.gz new file mode 120000 index 00000000000..6f95da53159 --- /dev/null +++ b/packages/e/element-web/element-web-1.11.70.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeihlkyxcmbnubook3goa7cjn34iodddlpnipqtri4rtilwvar5mgqy \ No newline at end of file diff --git a/packages/e/element-web/element-web.changes b/packages/e/element-web/element-web.changes index 4d53b2cfde6..66f937dcf62 100644 --- a/packages/e/element-web/element-web.changes +++ b/packages/e/element-web/element-web.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Fri Jul 12 11:01:54 UTC 2024 - Dominik Heidler + +- Version 1.11.70 + ## ✨ Features + + * Add SSO redirect option for login page (https://github.com/element-hq/element-web/pull/27576). Contributed by @bartvdbraak. + * Use stable endpoints for MSC3916 (https://github.com/element-hq/element-web/pull/27558). Contributed by @turt2live. + * Switch to Rust crypto stack for all logins (https://github.com/matrix-org/matrix-react-sdk/pull/12630). Contributed by @richvdh. + * Hide voip buttons in group rooms in environments with widgets disabled (https://github.com/matrix-org/matrix-react-sdk/pull/12664). Contributed by @t3chguy. + * Minor tweaks to UserSettings dialog (https://github.com/matrix-org/matrix-react-sdk/pull/12651). Contributed by @florianduros. + * Hide voice call button when redundant (https://github.com/matrix-org/matrix-react-sdk/pull/12639). Contributed by @t3chguy. + * Improve accessibility of the room summary card (https://github.com/matrix-org/matrix-react-sdk/pull/12586). Contributed by @t3chguy. + * Show tooltips on narrow tabbed views (https://github.com/matrix-org/matrix-react-sdk/pull/12624). Contributed by @dbkr. + * Update gfm.css to github-markdown-css (https://github.com/matrix-org/matrix-react-sdk/pull/12613). Contributed by @t3chguy. + * Cache e2eStatus to avoid concerning unencrypted flicker when changing rooms (https://github.com/matrix-org/matrix-react-sdk/pull/12606). Contributed by @t3chguy. + * Tweak copy for user verification toast (https://github.com/matrix-org/matrix-react-sdk/pull/12605). Contributed by @t3chguy. + * Support s tags for strikethrough for Matrix v1.10 (https://github.com/matrix-org/matrix-react-sdk/pull/12604). Contributed by @t3chguy. + + ## 🐛 Bug Fixes + + * Fix "Unable to restore session" error (https://github.com/matrix-org/matrix-js-sdk/pull/4299). + * Fix error when sending encrypted messages in large rooms (https://github.com/matrix-org/matrix-js-sdk/pull/4297). + * Remove redundant copy in deactive uia modal (https://github.com/matrix-org/matrix-react-sdk/pull/12668). Contributed by @t3chguy. + * Fix high contrast theme in settings (https://github.com/matrix-org/matrix-react-sdk/pull/12649). Contributed by @florianduros. + * Fix background on live location sharing footer (https://github.com/matrix-org/matrix-react-sdk/pull/12629). Contributed by @t3chguy. + * Remove outdated iframe sandbox attribute (https://github.com/matrix-org/matrix-react-sdk/pull/12633). Contributed by @t3chguy. + * Remove stray setState which caused encryption state shields to flicker (https://github.com/matrix-org/matrix-react-sdk/pull/12632). Contributed by @t3chguy. + * Fix stray background colour on markdown body (https://github.com/matrix-org/matrix-react-sdk/pull/12628). Contributed by @t3chguy. + * Fix widgets not being cleaned up correctly. (https://github.com/matrix-org/matrix-react-sdk/pull/12616). Contributed by @toger5. + * Add in-progress view to display name EditInPlace (https://github.com/matrix-org/matrix-react-sdk/pull/12609). Contributed by @dbkr. + * Fix config override of other settings levels (https://github.com/matrix-org/matrix-react-sdk/pull/12593). Contributed by @langleyd. + * Don't show 'saved' on display name save error (https://github.com/matrix-org/matrix-react-sdk/pull/12600). Contributed by @dbkr. + + ------------------------------------------------------------------- Tue Jun 18 17:41:53 UTC 2024 - Dominik Heidler diff --git a/packages/e/element-web/element-web.spec b/packages/e/element-web/element-web.spec index c3c19679db3..a9455054109 100644 --- a/packages/e/element-web/element-web.spec +++ b/packages/e/element-web/element-web.spec @@ -17,7 +17,7 @@ Name: element-web -Version: 1.11.69 +Version: 1.11.70 Release: 0 Summary: A glossy Matrix collaboration client - web files License: Apache-2.0 diff --git a/packages/e/element-web/npm-packages-offline-cache.tar.gz b/packages/e/element-web/npm-packages-offline-cache.tar.gz index 2f9c07d9116..6afb3e949fc 120000 --- a/packages/e/element-web/npm-packages-offline-cache.tar.gz +++ b/packages/e/element-web/npm-packages-offline-cache.tar.gz @@ -1 +1 @@ -/ipfs/bafybeiadetzbuozo5qzuqnx5d5zttu4olmmuqwfsbulufour6fnjdn2gne \ No newline at end of file +/ipfs/bafybeiggctqbon6ax3ht7mcnitoqjwnqmn3nzl7dubaug3sxyrdxbj2erm \ No newline at end of file