diff --git a/packages/e/element-web/.files b/packages/e/element-web/.files index 4893a7fc040..58c6e040029 100644 Binary files a/packages/e/element-web/.files and b/packages/e/element-web/.files differ diff --git a/packages/e/element-web/.rev b/packages/e/element-web/.rev index 6dfcc4fa19e..c4d15137a0d 100644 --- a/packages/e/element-web/.rev +++ b/packages/e/element-web/.rev @@ -992,4 +992,35 @@ Version 1.11.66 * Allow to unpin redacted event (https://github.com/element-hq/matrix-react-sdk/pull/98). Contributed by @florianduros. 1219072 + + 6dbc2c8833afe1ceec68601bbe7dc3dc + 1.11.85 + + anag+factory + - Version 1.11.85 + # Security +- Fixes for https://github.com/element-hq/element-web/security/advisories/GHSA-w36j-v56h-q9pc +- Fixes for https://github.com/element-hq/element-web/security/advisories/GHSA-5486-384g-mcx2 +- Update JS SDK with the fixes for https://github.com/matrix-org/matrix-js-sdk/security/advisories/GHSA-xvg8-m4x3-w6xr +Version 1.11.84 + ## ✨ Features + * Remove abandoned MSC3886, MSC3903, MSC3906 implementations (https://github.com/element-hq/element-web/pull/28274). Contributed by @t3chguy. + * Update to React 18 (https://github.com/element-hq/element-web/pull/24763). Contributed by @t3chguy. + * Deduplicate icons using Compound (https://github.com/element-hq/element-web/pull/28239). Contributed by @t3chguy. + * Replace legacy Tooltips with Compound tooltips (https://github.com/element-hq/element-web/pull/28231). Contributed by @t3chguy. + * Deduplicate icons using Compound Design Tokens (https://github.com/element-hq/element-web/pull/28219). Contributed by @t3chguy. + * Add reactions to html export (https://github.com/element-hq/element-web/pull/28210). Contributed by @langleyd. + * Remove feature\_dehydration (https://github.com/element-hq/element-web/pull/28173). Contributed by @florianduros. + ## 🐛 Bug Fixes + * Remove upgrade encryption in `DeviceListener` and `SetupEncryptionToast` (https://github.com/element-hq/element-web/pull/28299). Contributed by @florianduros. + * Fix 'remove alias' button in room settings (https://github.com/element-hq/element-web/pull/28269). Contributed by @Dev-Gurjar. + * Add back unencrypted path in `StopGapWidgetDriver.sendToDevice` (https://github.com/element-hq/element-web/pull/28295). Contributed by @florianduros. + * Fix other devices not being decorated as such (https://github.com/element-hq/element-web/pull/28279). Contributed by @t3chguy. + * Fix pill contrast in invitation dialog (https://github.com/element-hq/element-web/pull/28250). Contributed by @florianduros. + * Close right panel chat when minimising maximised voip widget (https://github.com/element-hq/element-web/pull/28241). Contributed by @t3chguy. + * Fix develop changelog parsing (https://github.com/element-hq/element-web/pull/28232). Contributed by @t3chguy. + * Fix Ctrl+F shortcut not working with minimised room summary card (https://github.com/element-hq/element-web/pull/28223). Contributed by @t3chguy. + * Fix network dropdown missing checkbox \& aria-checked (https://github.com/element-hq/element-web/pull/28220). Contributed by @t3chguy. + 1223673 + diff --git a/packages/e/element-web/element-web-1.11.83.tar.gz b/packages/e/element-web/element-web-1.11.83.tar.gz deleted file mode 120000 index 05c8a2daf69..00000000000 --- a/packages/e/element-web/element-web-1.11.83.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeiasm6hjjn3ok4dkito6vvkbedzxcscatrbiaaaw2vnbq44av2fk24 \ No newline at end of file diff --git a/packages/e/element-web/element-web-1.11.85.tar.gz b/packages/e/element-web/element-web-1.11.85.tar.gz new file mode 120000 index 00000000000..54b7b14d97f --- /dev/null +++ b/packages/e/element-web/element-web-1.11.85.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeicu5d6fnri7lvcfeog5gx4mhhxb7h476p2illbf5rx35pvye3wdaq \ 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 cc0c7cab6ba..dadbcf086d7 100644 --- a/packages/e/element-web/element-web.changes +++ b/packages/e/element-web/element-web.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Nov 12 12:40:51 UTC 2024 - Dominik Heidler + +- Version 1.11.85 + # Security +- Fixes for https://github.com/element-hq/element-web/security/advisories/GHSA-w36j-v56h-q9pc +- Fixes for https://github.com/element-hq/element-web/security/advisories/GHSA-5486-384g-mcx2 +- Update JS SDK with the fixes for https://github.com/matrix-org/matrix-js-sdk/security/advisories/GHSA-xvg8-m4x3-w6xr + + +Version 1.11.84 + ## ✨ Features + + * Remove abandoned MSC3886, MSC3903, MSC3906 implementations (https://github.com/element-hq/element-web/pull/28274). Contributed by @t3chguy. + * Update to React 18 (https://github.com/element-hq/element-web/pull/24763). Contributed by @t3chguy. + * Deduplicate icons using Compound (https://github.com/element-hq/element-web/pull/28239). Contributed by @t3chguy. + * Replace legacy Tooltips with Compound tooltips (https://github.com/element-hq/element-web/pull/28231). Contributed by @t3chguy. + * Deduplicate icons using Compound Design Tokens (https://github.com/element-hq/element-web/pull/28219). Contributed by @t3chguy. + * Add reactions to html export (https://github.com/element-hq/element-web/pull/28210). Contributed by @langleyd. + * Remove feature\_dehydration (https://github.com/element-hq/element-web/pull/28173). Contributed by @florianduros. + + ## 🐛 Bug Fixes + + * Remove upgrade encryption in `DeviceListener` and `SetupEncryptionToast` (https://github.com/element-hq/element-web/pull/28299). Contributed by @florianduros. + * Fix 'remove alias' button in room settings (https://github.com/element-hq/element-web/pull/28269). Contributed by @Dev-Gurjar. + * Add back unencrypted path in `StopGapWidgetDriver.sendToDevice` (https://github.com/element-hq/element-web/pull/28295). Contributed by @florianduros. + * Fix other devices not being decorated as such (https://github.com/element-hq/element-web/pull/28279). Contributed by @t3chguy. + * Fix pill contrast in invitation dialog (https://github.com/element-hq/element-web/pull/28250). Contributed by @florianduros. + * Close right panel chat when minimising maximised voip widget (https://github.com/element-hq/element-web/pull/28241). Contributed by @t3chguy. + * Fix develop changelog parsing (https://github.com/element-hq/element-web/pull/28232). Contributed by @t3chguy. + * Fix Ctrl+F shortcut not working with minimised room summary card (https://github.com/element-hq/element-web/pull/28223). Contributed by @t3chguy. + * Fix network dropdown missing checkbox \& aria-checked (https://github.com/element-hq/element-web/pull/28220). Contributed by @t3chguy. + ------------------------------------------------------------------- Tue Oct 29 15:30:46 UTC 2024 - Dominik Heidler diff --git a/packages/e/element-web/element-web.spec b/packages/e/element-web/element-web.spec index 86d87473258..8698b3287af 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.83 +Version: 1.11.85 Release: 0 Summary: A glossy Matrix collaboration client - web files License: AGPL-3.0-only or GPL-3.0-only 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 851b0fdfc3e..1779d05416f 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/bafybeiew2mpa4dyq5q7qka5gwbqkqh7bacgpen32kh6x5qw3ejbopjevr4 \ No newline at end of file +/ipfs/bafybeiglpnppi44f4braa42eklyifnaldmwnx33wtpbthpfrush232yjlu \ No newline at end of file