From f5696e2fd3ad95cf9ee03117aedc437de166a836bf35256619d7af19e5d9ab62 Mon Sep 17 00:00:00 2001 From: Dominik Heidler Date: Sat, 1 Feb 2025 10:52:26 +0000 Subject: [PATCH] =?UTF-8?q?-=20Version=201.11.91=20=20=20##=20=E2=9C=A8=20?= =?UTF-8?q?Features=20=20=20*=20Implement=20changes=20to=20memberlist=20fr?= =?UTF-8?q?om=20feedback=20(https://github.com/element-hq/element-web/pull?= =?UTF-8?q?/29029).=20Contributed=20by=20@MidhunSureshR.=20=20=20*=20Add?= =?UTF-8?q?=20toast=20for=20recovery=20keys=20being=20out=20of=20sync=20(h?= =?UTF-8?q?ttps://github.com/element-hq/element-web/pull/28946).=20Contrib?= =?UTF-8?q?uted=20by=20@dbkr.=20=20=20*=20Refactor=20LegacyCallHandler=20e?= =?UTF-8?q?vent=20emitter=20to=20use=20TypedEventEmitter=20(https://github?= =?UTF-8?q?.com/element-hq/element-web/pull/29008).=20Contributed=20by=20@?= =?UTF-8?q?t3chguy.=20=20=20*=20Add=20`Recovery`=20section=20in=20the=20ne?= =?UTF-8?q?w=20user=20settings=20`Encryption`=20tab=20(https://github.com/?= =?UTF-8?q?element-hq/element-web/pull/28673).=20Contributed=20by=20@flori?= =?UTF-8?q?anduros.=20=20=20*=20Retry=20loading=20chunks=20to=20make=20the?= =?UTF-8?q?=20app=20more=20resilient=20(https://github.com/element-hq/elem?= =?UTF-8?q?ent-web/pull/29001).=20Contributed=20by=20@t3chguy.=20=20=20*?= =?UTF-8?q?=20Clear=20account=20idb=20table=20on=20logout=20(https://githu?= =?UTF-8?q?b.com/element-hq/element-web/pull/28996).=20Contributed=20by=20?= =?UTF-8?q?@t3chguy.=20=20=20*=20Implement=20new=20memberlist=20design=20w?= =?UTF-8?q?ith=20MVVM=20architecture=20=20(https://github.com/element-hq/e?= =?UTF-8?q?lement-web/pull/28874).=20Contributed=20by=20@MidhunSureshR.=20?= =?UTF-8?q?=20=20##=20=F0=9F=90=9B=20Bug=20Fixes=20=20=20*=20https://githu?= =?UTF-8?q?b.com/element-hq/element-web/pull/29035).=20Contributed=20by=20?= =?UTF-8?q?@RiotRobot.=20=20=20*=20React=20to=20MatrixEvent=20sender/targe?= =?UTF-8?q?t=20being=20updated=20for=20rendering=20state=20events=20(https?= =?UTF-8?q?://github.com/element-hq/element-web/pull/28947).=20Contributed?= =?UTF-8?q?=20by=20@t3chguy.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=93 --- element-desktop-1.11.90.tar.gz | 3 --- element-desktop-1.11.91.tar.gz | 3 +++ element-desktop.changes | 19 +++++++++++++++++++ element-desktop.spec | 2 +- vendor.tar.zst | 4 ++-- 5 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 element-desktop-1.11.90.tar.gz create mode 100644 element-desktop-1.11.91.tar.gz diff --git a/element-desktop-1.11.90.tar.gz b/element-desktop-1.11.90.tar.gz deleted file mode 100644 index 516858e..0000000 --- a/element-desktop-1.11.90.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f8da386c2863556557eb9f286de230b940493eaeb3d3a99b04478efabf6801a -size 3120828 diff --git a/element-desktop-1.11.91.tar.gz b/element-desktop-1.11.91.tar.gz new file mode 100644 index 0000000..ed38a4c --- /dev/null +++ b/element-desktop-1.11.91.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc9e7511c6786aafb7585f840e4b1ab522303a8a61d384d9009fb35dd96dbed +size 3121963 diff --git a/element-desktop.changes b/element-desktop.changes index 3fd37e2..40b14df 100644 --- a/element-desktop.changes +++ b/element-desktop.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Feb 1 10:50:43 UTC 2025 - Dominik Heidler + +- Version 1.11.91 + ## ✨ Features + + * Implement changes to memberlist from feedback (https://github.com/element-hq/element-web/pull/29029). Contributed by @MidhunSureshR. + * Add toast for recovery keys being out of sync (https://github.com/element-hq/element-web/pull/28946). Contributed by @dbkr. + * Refactor LegacyCallHandler event emitter to use TypedEventEmitter (https://github.com/element-hq/element-web/pull/29008). Contributed by @t3chguy. + * Add `Recovery` section in the new user settings `Encryption` tab (https://github.com/element-hq/element-web/pull/28673). Contributed by @florianduros. + * Retry loading chunks to make the app more resilient (https://github.com/element-hq/element-web/pull/29001). Contributed by @t3chguy. + * Clear account idb table on logout (https://github.com/element-hq/element-web/pull/28996). Contributed by @t3chguy. + * Implement new memberlist design with MVVM architecture (https://github.com/element-hq/element-web/pull/28874). Contributed by @MidhunSureshR. + + ## 🐛 Bug Fixes + + * https://github.com/element-hq/element-web/pull/29035). Contributed by @RiotRobot. + * React to MatrixEvent sender/target being updated for rendering state events (https://github.com/element-hq/element-web/pull/28947). Contributed by @t3chguy. + ------------------------------------------------------------------- Wed Jan 15 14:01:29 UTC 2025 - Dominik Heidler diff --git a/element-desktop.spec b/element-desktop.spec index 4d40ad6..13111b5 100644 --- a/element-desktop.spec +++ b/element-desktop.spec @@ -17,7 +17,7 @@ Name: element-desktop -Version: 1.11.90 +Version: 1.11.91 Release: 0 Summary: A glossy Matrix collaboration client - desktop License: AGPL-3.0-only or GPL-3.0-only diff --git a/vendor.tar.zst b/vendor.tar.zst index be251e2..0de04ce 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f4194d7a376ce9070c2ab55b1bdb6e677f998c68f567918425df064c733dceba -size 138340525 +oid sha256:b0755080a6a03bd151fc02a37e507d64c77f2706f3ab4cfcc7740f8e0b493a40 +size 39545496