From 45eb454cf31cdbd662fbd066d5a5e9de424bb34a3b7b790c164cf2e9e54e02a9 Mon Sep 17 00:00:00 2001 From: Dominik Heidler Date: Tue, 9 Apr 2024 16:46:58 +0000 Subject: [PATCH] =?UTF-8?q?-=20Version=201.11.64=20=20=20##=20=E2=9C=A8=20?= =?UTF-8?q?Features=20=20=20*=20Mark=20all=20threads=20as=20read=20button?= =?UTF-8?q?=20(https://github.com/matrix-org/matrix-react-sdk/pull/12378).?= =?UTF-8?q?=20Contributed=20by=20@dbkr.=20=20=20*=20Video=20call=20meta=20?= =?UTF-8?q?space=20(https://github.com/matrix-org/matrix-react-sdk/pull/12?= =?UTF-8?q?297).=20Contributed=20by=20@toger5.=20=20=20*=20Add=20leave=20r?= =?UTF-8?q?oom=20warning=20for=20last=20admin=20(https://github.com/matrix?= =?UTF-8?q?-org/matrix-react-sdk/pull/9452).=20Contributed=20by=20@Arnei.?= =?UTF-8?q?=20=20=20*=20Iterate=20styles=20around=20Link=20new=20device=20?= =?UTF-8?q?via=20QR=20(https://github.com/matrix-org/matrix-react-sdk/pull?= =?UTF-8?q?/12356).=20Contributed=20by=20@t3chguy.=20=20=20*=20Improve=20c?= =?UTF-8?q?ode-splitting=20of=20highlight.js=20and=20maplibre-gs=20libs=20?= =?UTF-8?q?(https://github.com/matrix-org/matrix-react-sdk/pull/12349).=20?= =?UTF-8?q?Contributed=20by=20@t3chguy.=20=20=20*=20Use=20data-mx-color=20?= =?UTF-8?q?for=20rainbows=20(https://github.com/matrix-org/matrix-react-sd?= =?UTF-8?q?k/pull/12325).=20Contributed=20by=20@tulir.=20=20=20##=20?= =?UTF-8?q?=F0=9F=90=9B=20Bug=20Fixes=20=20=20*=20Fix=20external=20guest?= =?UTF-8?q?=20access=20url=20for=20unencrypted=20rooms=20(https://github.c?= =?UTF-8?q?om/matrix-org/matrix-react-sdk/pull/12345).=20Contributed=20by?= =?UTF-8?q?=20@toger5.=20=20=20*=20Fix=20video=20rooms=20not=20showing=20s?= =?UTF-8?q?hare=20link=20button=20(https://github.com/matrix-org/matrix-re?= =?UTF-8?q?act-sdk/pull/12374).=20Contributed=20by=20@toger5.=20=20=20*=20?= =?UTF-8?q?Fix=20space=20topic=20jumping=20on=20hover/focus=20(https://git?= =?UTF-8?q?hub.com/matrix-org/matrix-react-sdk/pull/12377).=20Contributed?= =?UTF-8?q?=20by=20@t3chguy.=20=20=20*=20Allow=20popping=20out=20a=20Jitsi?= =?UTF-8?q?=20widget=20to=20respect=20Desktop=20`web=5Fbase=5Furl`=20confi?= =?UTF-8?q?g=20(https://github.com/matrix-org/matrix-react-sdk/pull/12376)?= =?UTF-8?q?.=20Contributed=20by=20@t3chguy.=20=20=20*=20Remove=20the=20Laz?= =?UTF-8?q?y=20Loading=20`InvalidStoreError`=20Dialogs=20(https://github.c?= =?UTF-8?q?om/matrix-org/matrix-react-sdk/pull/12358).=20Contributed=20by?= =?UTF-8?q?=20@langleyd.=20=20=20*=20Improve=20readability=20of=20badges?= =?UTF-8?q?=20and=20pills=20(https://github.com/matrix-org/matrix-react-sd?= =?UTF-8?q?k/pull/12360).=20Contributed=20by=20@robintown.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Version 1.11.63 This is a hotfix release to fix a couple of issues: one where the client would sometimes call the client/server API to set a push rule in a loop, and one where authentication was not sent for widgets when it should have been. ## 🐛 Bug Fixes * Revert "Make EC widget theme reactive - Update widget url when the theme changes" (https://github.com/matrix-org/matrix-react-sdk/pull/12383) in order to fix widgets that require authentication. * Update to hotfixed js-sdk to fix an issue where Element could try to set a push rule in a loop. - Version 1.11.62 ## ✨ Features * Change user permission by using a new apply button (https://github.com/matrix-org/matrix-react-sdk/pull/12346). Contributed by @florianduros. * Mark as Unread (https://github.com/matrix-org/matrix-react-sdk/pull/12254). Contributed by @dbkr. * Refine the colors of some more components (https://github.com/matrix-org/matrix-react-sdk/pull/12343). Contributed by @robintown. * TAC: Order rooms by most recent after notification level (https://github.com/matrix-org/matrix-react-sdk/pull/12329). Contributed by @florianduros. OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=68 --- element-web-1.11.61.tar.gz | 3 -- element-web-1.11.64.tar.gz | 3 ++ element-web.changes | 60 +++++++++++++++++++++++++++++++ element-web.spec | 2 +- npm-packages-offline-cache.tar.gz | 4 +-- 5 files changed, 66 insertions(+), 6 deletions(-) delete mode 100644 element-web-1.11.61.tar.gz create mode 100644 element-web-1.11.64.tar.gz diff --git a/element-web-1.11.61.tar.gz b/element-web-1.11.61.tar.gz deleted file mode 100644 index bc3d134..0000000 --- a/element-web-1.11.61.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cbce8e7ee2f2e819b98a29c1be41ad1e39cdd51c96dc6f38bd42e478a498f52 -size 2393748 diff --git a/element-web-1.11.64.tar.gz b/element-web-1.11.64.tar.gz new file mode 100644 index 0000000..099e4b9 --- /dev/null +++ b/element-web-1.11.64.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8cb5263de0e1ce26bb6c93bd976ef54286a30bb6f21bf47ee0ac5757a966f8 +size 2381515 diff --git a/element-web.changes b/element-web.changes index 8ae7dbe..5ff5d08 100644 --- a/element-web.changes +++ b/element-web.changes @@ -1,3 +1,63 @@ +------------------------------------------------------------------- +Tue Apr 9 16:45:59 UTC 2024 - Dominik Heidler + +- Version 1.11.64 + ## ✨ Features + + * Mark all threads as read button (https://github.com/matrix-org/matrix-react-sdk/pull/12378). Contributed by @dbkr. + * Video call meta space (https://github.com/matrix-org/matrix-react-sdk/pull/12297). Contributed by @toger5. + * Add leave room warning for last admin (https://github.com/matrix-org/matrix-react-sdk/pull/9452). Contributed by @Arnei. + * Iterate styles around Link new device via QR (https://github.com/matrix-org/matrix-react-sdk/pull/12356). Contributed by @t3chguy. + * Improve code-splitting of highlight.js and maplibre-gs libs (https://github.com/matrix-org/matrix-react-sdk/pull/12349). Contributed by @t3chguy. + * Use data-mx-color for rainbows (https://github.com/matrix-org/matrix-react-sdk/pull/12325). Contributed by @tulir. + + ## 🐛 Bug Fixes + + * Fix external guest access url for unencrypted rooms (https://github.com/matrix-org/matrix-react-sdk/pull/12345). Contributed by @toger5. + * Fix video rooms not showing share link button (https://github.com/matrix-org/matrix-react-sdk/pull/12374). Contributed by @toger5. + * Fix space topic jumping on hover/focus (https://github.com/matrix-org/matrix-react-sdk/pull/12377). Contributed by @t3chguy. + * Allow popping out a Jitsi widget to respect Desktop `web_base_url` config (https://github.com/matrix-org/matrix-react-sdk/pull/12376). Contributed by @t3chguy. + * Remove the Lazy Loading `InvalidStoreError` Dialogs (https://github.com/matrix-org/matrix-react-sdk/pull/12358). Contributed by @langleyd. + * Improve readability of badges and pills (https://github.com/matrix-org/matrix-react-sdk/pull/12360). Contributed by @robintown. + + + +Version 1.11.63 + This is a hotfix release to fix a couple of issues: one where the client would sometimes call the client/server API to set a push rule in a loop, and one where authentication was not sent for widgets when it should have been. + + ## 🐛 Bug Fixes + + * Revert "Make EC widget theme reactive - Update widget url when the theme changes" (https://github.com/matrix-org/matrix-react-sdk/pull/12383) in order to fix widgets that require authentication. + * Update to hotfixed js-sdk to fix an issue where Element could try to set a push rule in a loop. + + + +Version 1.11.62 + ## ✨ Features + + * Change user permission by using a new apply button (https://github.com/matrix-org/matrix-react-sdk/pull/12346). Contributed by @florianduros. + * Mark as Unread (https://github.com/matrix-org/matrix-react-sdk/pull/12254). Contributed by @dbkr. + * Refine the colors of some more components (https://github.com/matrix-org/matrix-react-sdk/pull/12343). Contributed by @robintown. + * TAC: Order rooms by most recent after notification level (https://github.com/matrix-org/matrix-react-sdk/pull/12329). Contributed by @florianduros. + * Make EC widget theme reactive - Update widget url when the theme changes (https://github.com/matrix-org/matrix-react-sdk/pull/12295). Contributed by @toger5. + * Refine styles of menus, toasts, popovers, and modals (https://github.com/matrix-org/matrix-react-sdk/pull/12332). Contributed by @robintown. + * Element Call: fix widget shown while its still loading (`waitForIframeLoad=false`) (https://github.com/matrix-org/matrix-react-sdk/pull/12292). Contributed by @toger5. + * Improve Forward Dialog a11y by switching to roving tab index interactions (https://github.com/matrix-org/matrix-react-sdk/pull/12306). Contributed by @t3chguy. + * Call guest access link creation to join calls as a non registered user via the EC SPA (https://github.com/matrix-org/matrix-react-sdk/pull/12259). Contributed by @toger5. + * Use `strong` element to semantically denote visually emphasised content (https://github.com/matrix-org/matrix-react-sdk/pull/12320). Contributed by @t3chguy. + * Handle up/down arrow keys as well as left/right for horizontal toolbars for improved a11y (https://github.com/matrix-org/matrix-react-sdk/pull/12305). Contributed by @t3chguy. + + ## 🐛 Bug Fixes + + * https://github.com/matrix-org/matrix-react-sdk/pull/12369). Contributed by @RiotRobot. + * Fix incorrect check for private read receipt support (https://github.com/matrix-org/matrix-react-sdk/pull/12348). Contributed by @tulir. + * TAC: Fix hover state when expanded (https://github.com/matrix-org/matrix-react-sdk/pull/12337). Contributed by @florianduros. + * Fix the image view (https://github.com/matrix-org/matrix-react-sdk/pull/12341). Contributed by @robintown. + * Use correct push rule to evaluate room-wide mentions (https://github.com/matrix-org/matrix-react-sdk/pull/12318). Contributed by @t3chguy. + * Reset power selector on API failure to prevent state mismatch (https://github.com/matrix-org/matrix-react-sdk/pull/12319). Contributed by @t3chguy. + * Fix spotlight opening in TAC (https://github.com/matrix-org/matrix-react-sdk/pull/12315). Contributed by @florianduros. + + ------------------------------------------------------------------- Thu Mar 14 21:54:58 UTC 2024 - Dominik Heidler diff --git a/element-web.spec b/element-web.spec index cd4c9fa..623f71f 100644 --- a/element-web.spec +++ b/element-web.spec @@ -17,7 +17,7 @@ Name: element-web -Version: 1.11.61 +Version: 1.11.64 Release: 0 Summary: A glossy Matrix collaboration client - web files License: Apache-2.0 diff --git a/npm-packages-offline-cache.tar.gz b/npm-packages-offline-cache.tar.gz index 1cf446f..3311c37 100644 --- a/npm-packages-offline-cache.tar.gz +++ b/npm-packages-offline-cache.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df5933501177b80f525ac47369e63564afed92a3a689e5c6fe4af43ac321507f -size 136065693 +oid sha256:d09bd771cca02c187a042562c6f2545334458a5787a9e2617554aab8540eb80c +size 133539421