From ac0076c079894b5f6fbb420405a8fae79690da3aee322a390916a538802896a9 Mon Sep 17 00:00:00 2001 From: Dominik Heidler Date: Wed, 14 Feb 2024 10:02:58 +0000 Subject: [PATCH] =?UTF-8?q?-=20Version=201.11.58=20=20=20*=20=F0=9F=A6=80?= =?UTF-8?q?=20=20=F0=9F=94=92=20**The=20flag=20to=20enable=20the=20Rust=20?= =?UTF-8?q?crypto=20implementation=20is=20now=20set=20to=20`true`=20by=20d?= =?UTF-8?q?efault.=20This=20means=20that=20without=20any=20additional=20co?= =?UTF-8?q?nfiguration=20every=20new=20login=20will=20use=20the=20new=20cr?= =?UTF-8?q?yptography=20implementation.**=20=20=20*=20Add=20Element=20call?= =?UTF-8?q?=20related=20functionality=20to=20new=20room=20header=20(https:?= =?UTF-8?q?//github.com/matrix-org/matrix-react-sdk/pull/12091).=20Contrib?= =?UTF-8?q?uted=20by=20@toger5.=20=20=20*=20Add=20labs=20flag=20for=20Thre?= =?UTF-8?q?ads=20Activity=20Centre=20(https://github.com/matrix-org/matrix?= =?UTF-8?q?-react-sdk/pull/12137).=20Contributed=20by=20@florianduros.=20?= =?UTF-8?q?=20=20*=20Refactor=20element=20call=20lobby=20+=20skip=20lobby?= =?UTF-8?q?=20(https://github.com/matrix-org/matrix-react-sdk/pull/12057).?= =?UTF-8?q?=20Contributed=20by=20@toger5.=20=20=20*=20Hide=20the=20"Messag?= =?UTF-8?q?e"=20button=20in=20the=20sidebar=20if=20the=20CreateRooms=20com?= =?UTF-8?q?ponents=20should=20not=20be=20shown=20(https://github.com/matri?= =?UTF-8?q?x-org/matrix-react-sdk/pull/9271).=20Contributed=20by=20@dhenne?= =?UTF-8?q?ke.=20=20=20*=20Add=20notification=20dots=20to=20thread=20summa?= =?UTF-8?q?ry=20icons=20(https://github.com/matrix-org/matrix-react-sdk/pu?= =?UTF-8?q?ll/12146).=20Contributed=20by=20@dbkr.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🐛 Bug Fixes * Fix logout can take ages (https://github.com/matrix-org/matrix-react-sdk/pull/12191). Contributed by @BillCarsonFr. * Fix `Mark all as read` in settings (https://github.com/matrix-org/matrix-react-sdk/pull/12205). Contributed by @florianduros. * Fix default thread notification of the new RoomHeader (https://github.com/matrix-org/matrix-react-sdk/pull/12194). Contributed by @florianduros. * Fix display of room notification debug info (https://github.com/matrix-org/matrix-react-sdk/pull/12183). Contributed by @dbkr. OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=53 --- element-desktop-1.11.57.tar.gz | 3 --- element-desktop-1.11.58.tar.gz | 3 +++ element-desktop.changes | 18 ++++++++++++++++++ element-desktop.spec | 2 +- element-web-1.11.57.tar.gz | 3 --- element-web-1.11.58.tar.gz | 3 +++ hak.tar.gz | 4 ++-- npm-packages-offline-cache.tar.gz | 4 ++-- 8 files changed, 29 insertions(+), 11 deletions(-) delete mode 100644 element-desktop-1.11.57.tar.gz create mode 100644 element-desktop-1.11.58.tar.gz delete mode 100644 element-web-1.11.57.tar.gz create mode 100644 element-web-1.11.58.tar.gz diff --git a/element-desktop-1.11.57.tar.gz b/element-desktop-1.11.57.tar.gz deleted file mode 100644 index 0aae024..0000000 --- a/element-desktop-1.11.57.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7603acf780c37b47304228522559bc8107857093694fd44f0890136829313bc -size 3198852 diff --git a/element-desktop-1.11.58.tar.gz b/element-desktop-1.11.58.tar.gz new file mode 100644 index 0000000..06896b8 --- /dev/null +++ b/element-desktop-1.11.58.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4033ca754cc23052dfbdf1fc35cbd87a7106354f8551a328adef3e48296b257e +size 3199519 diff --git a/element-desktop.changes b/element-desktop.changes index 799159a..788ae40 100644 --- a/element-desktop.changes +++ b/element-desktop.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Feb 14 10:01:46 UTC 2024 - Dominik Heidler + +- Version 1.11.58 + * 🦀 🔒 **The flag to enable the Rust crypto implementation is now set to `true` by default. This means that without any additional configuration every new login will use the new cryptography implementation.** + * Add Element call related functionality to new room header (https://github.com/matrix-org/matrix-react-sdk/pull/12091). Contributed by @toger5. + * Add labs flag for Threads Activity Centre (https://github.com/matrix-org/matrix-react-sdk/pull/12137). Contributed by @florianduros. + * Refactor element call lobby + skip lobby (https://github.com/matrix-org/matrix-react-sdk/pull/12057). Contributed by @toger5. + * Hide the "Message" button in the sidebar if the CreateRooms components should not be shown (https://github.com/matrix-org/matrix-react-sdk/pull/9271). Contributed by @dhenneke. + * Add notification dots to thread summary icons (https://github.com/matrix-org/matrix-react-sdk/pull/12146). Contributed by @dbkr. + + ## 🐛 Bug Fixes + + * Fix logout can take ages (https://github.com/matrix-org/matrix-react-sdk/pull/12191). Contributed by @BillCarsonFr. + * Fix `Mark all as read` in settings (https://github.com/matrix-org/matrix-react-sdk/pull/12205). Contributed by @florianduros. + * Fix default thread notification of the new RoomHeader (https://github.com/matrix-org/matrix-react-sdk/pull/12194). Contributed by @florianduros. + * Fix display of room notification debug info (https://github.com/matrix-org/matrix-react-sdk/pull/12183). Contributed by @dbkr. + ------------------------------------------------------------------- Thu Feb 1 10:00:44 UTC 2024 - Dominik Heidler diff --git a/element-desktop.spec b/element-desktop.spec index 06e7801..18dc2bc 100644 --- a/element-desktop.spec +++ b/element-desktop.spec @@ -17,7 +17,7 @@ Name: element-desktop -Version: 1.11.57 +Version: 1.11.58 Release: 0 Summary: A glossy Matrix collaboration client - desktop License: Apache-2.0 diff --git a/element-web-1.11.57.tar.gz b/element-web-1.11.57.tar.gz deleted file mode 100644 index 64a0989..0000000 --- a/element-web-1.11.57.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca91bffe2f5cf318e082a2737c76aa25958dd372507306a879b48e6df2411b5f -size 2395944 diff --git a/element-web-1.11.58.tar.gz b/element-web-1.11.58.tar.gz new file mode 100644 index 0000000..c629057 --- /dev/null +++ b/element-web-1.11.58.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61cbe0b8685cab7fb569c249a809c9d8e21de8071db0a34f4915e2da592abee +size 2396184 diff --git a/hak.tar.gz b/hak.tar.gz index 6867d80..6e5c5da 100644 --- a/hak.tar.gz +++ b/hak.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d9dac3e16d63aef4312f8efcc7a4ab710cedf719425669e22012bd46a99a85ad -size 130963498 +oid sha256:a2e7d42b4f708cee8f85d2979c303e42cc30423cb403abc34b8505550787c77f +size 131050462 diff --git a/npm-packages-offline-cache.tar.gz b/npm-packages-offline-cache.tar.gz index e68d9b7..e957ab7 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:7e7f00873d97ed67ec5270df7e15900619b65871aca1a63212950aae11e88a13 -size 155330540 +oid sha256:84f9f1f29ebf2c8613db05ad761ae36b3ca514692f2e26b799971ae3c73bb29a +size 155504552