- Version 1.11.102
## ✨ Features * EW: Modernize the recovery key input modal (https://github.com/element-hq/element-web/pull/29819). Contributed by @uhoreg. * New room list: move secondary filters into primary filters (https://github.com/element-hq/element-web/pull/29972). Contributed by @florianduros. * Prompt the user when key storage is unexpectedly off (https://github.com/element-hq/element-web/pull/29912). Contributed by @andybalaam. * New room list: move sort menu in room list header (https://github.com/element-hq/element-web/pull/29983). Contributed by @florianduros. * New room list: rework spacing of room list item (https://github.com/element-hq/element-web/pull/29965). Contributed by @florianduros. * RLS: Remove forgotten room from skiplist (https://github.com/element-hq/element-web/pull/29933). Contributed by @MidhunSureshR. * Add room list sorting (https://github.com/element-hq/element-web/pull/29951). Contributed by @dbkr. * Don't use the minimised width(68px) on the new room list (https://github.com/element-hq/element-web/pull/29778). Contributed by @langleyd. ## 🐛 Bug Fixes * https://github.com/element-hq/element-web/pull/30054). Contributed by @RiotRobot. * RoomListStoreV3: Only add new rooms that pass `VisibilityProvider` check (https://github.com/element-hq/element-web/pull/29974). Contributed by @MidhunSureshR. * Re-order primary filters (https://github.com/element-hq/element-web/pull/29957). Contributed by @dbkr. * Fix leaky CSS adding `!` to all H1 elements (https://github.com/element-hq/element-web/pull/29964). Contributed by @t3chguy. * Fix extensions panel style (https://github.com/element-hq/element-web/pull/29273). Contributed by @langleyd. * Fix state events being hidden from widgets in read\_events actions (https://github.com/element-hq/element-web/pull/29954). Contributed by @robintown. * Remove old filter test (https://github.com/element-hq/element-web/pull/29963). Contributed by @dbkr. OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=111
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:544055d9d389922a0b86629cd111d9123674ecab721b244379680153d923d1b5
|
||||
size 3161365
|
3
element-desktop-1.11.102.tar.gz
Normal file
3
element-desktop-1.11.102.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8b3b6265795bf06df2059c5a0069569490c55aca61d772a9d79662779240523
|
||||
size 3163864
|
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 4 10:24:37 UTC 2025 - Dominik Heidler <dheidler@suse.de>
|
||||
|
||||
- Version 1.11.102
|
||||
## ✨ Features
|
||||
|
||||
* Support build-time specified protocol scheme for oidc callback (https://github.com/element-hq/element-desktop/pull/2285). Contributed by @t3chguy.
|
||||
* EW: Modernize the recovery key input modal (https://github.com/element-hq/element-web/pull/29819). Contributed by @uhoreg.
|
||||
* New room list: move secondary filters into primary filters (https://github.com/element-hq/element-web/pull/29972). Contributed by @florianduros.
|
||||
* Prompt the user when key storage is unexpectedly off (https://github.com/element-hq/element-web/pull/29912). Contributed by @andybalaam.
|
||||
* New room list: move sort menu in room list header (https://github.com/element-hq/element-web/pull/29983). Contributed by @florianduros.
|
||||
* New room list: rework spacing of room list item (https://github.com/element-hq/element-web/pull/29965). Contributed by @florianduros.
|
||||
* RLS: Remove forgotten room from skiplist (https://github.com/element-hq/element-web/pull/29933). Contributed by @MidhunSureshR.
|
||||
* Add room list sorting (https://github.com/element-hq/element-web/pull/29951). Contributed by @dbkr.
|
||||
* Don't use the minimised width(68px) on the new room list (https://github.com/element-hq/element-web/pull/29778). Contributed by @langleyd.
|
||||
|
||||
## 🐛 Bug Fixes
|
||||
|
||||
* Enable plain text encryption before checking if encryption is available (https://github.com/element-hq/element-desktop/pull/2343). Contributed by @MidhunSureshR.
|
||||
* Enable plain text encryption early if we actually mean to use `basic_text` as backend (https://github.com/element-hq/element-desktop/pull/2341). Contributed by @MidhunSureshR.
|
||||
* https://github.com/element-hq/element-web/pull/30054). Contributed by @RiotRobot.
|
||||
* RoomListStoreV3: Only add new rooms that pass `VisibilityProvider` check (https://github.com/element-hq/element-web/pull/29974). Contributed by @MidhunSureshR.
|
||||
* Re-order primary filters (https://github.com/element-hq/element-web/pull/29957). Contributed by @dbkr.
|
||||
* Fix leaky CSS adding `!` to all H1 elements (https://github.com/element-hq/element-web/pull/29964). Contributed by @t3chguy.
|
||||
* Fix extensions panel style (https://github.com/element-hq/element-web/pull/29273). Contributed by @langleyd.
|
||||
* Fix state events being hidden from widgets in read\_events actions (https://github.com/element-hq/element-web/pull/29954). Contributed by @robintown.
|
||||
* Remove old filter test (https://github.com/element-hq/element-web/pull/29963). Contributed by @dbkr.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 30 11:39:15 UTC 2025 - Dominik Heidler <dheidler@suse.de>
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: element-desktop
|
||||
Version: 1.11.101
|
||||
Version: 1.11.102
|
||||
Release: 0
|
||||
Summary: A glossy Matrix collaboration client - desktop
|
||||
License: AGPL-3.0-only or GPL-3.0-only
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c00d67f444f0c84eb0b5caef742ea47629f5a5fcc841acce8e2c332b55faf1f2
|
||||
size 45465356
|
||||
oid sha256:29d39211f41173fd8e00a50b5ee8650992af2bfcff3455f493d7703bed7dd1ac
|
||||
size 45386643
|
||||
|
Reference in New Issue
Block a user