12
0

- Version 1.11.99

* No changes, just bumping the version to accommodate a new Element Desktop release

- Version 1.11.98
  ##  Features
  
  * print better errors in the search view instead of a blocking modal (https://github.com/element-hq/element-web/pull/29724). Contributed by @Jujure.
  * New room list: video room and video call decoration  (https://github.com/element-hq/element-web/pull/29693). Contributed by @florianduros.
  * Remove Secure Backup, Cross-signing and Cryptography sections in `Security & Privacy` user settings (https://github.com/element-hq/element-web/pull/29088). Contributed by @florianduros.
  * Allow reporting a room when rejecting an invite. (https://github.com/element-hq/element-web/pull/29570). Contributed by @Half-Shot.
  * RoomListViewModel: Reset primary and secondary filters on space change (https://github.com/element-hq/element-web/pull/29672). Contributed by @MidhunSureshR.
  * RoomListStore: Support specific sorting requirements for muted rooms (https://github.com/element-hq/element-web/pull/29665). Contributed by @MidhunSureshR.
  * New room list: add notification options menu (https://github.com/element-hq/element-web/pull/29639). Contributed by @florianduros.
  * Room List: Scroll to top of the list when active room is not in the list (https://github.com/element-hq/element-web/pull/29650). Contributed by @MidhunSureshR.
  
  ## 🐛 Bug Fixes
  
  * Fix unwanted form submit behaviour in memberlist (https://github.com/element-hq/element-web/pull/29747). Contributed by @MidhunSureshR.
  * New room list: fix public room icon visibility when filter change (https://github.com/element-hq/element-web/pull/29737). Contributed by @florianduros.
  * Fix custom theme support for short hex \& rgba hex strings (https://github.com/element-hq/element-web/pull/29726). Contributed by @t3chguy.
  * New room list: minor visual fixes (https://github.com/element-hq/element-web/pull/29723). Contributed by @florianduros.
  * Fix getOidcCallbackUrl for Element Desktop (https://github.com/element-hq/element-web/pull/29711). Contributed by @t3chguy.
  * Fix some webp images improperly marked as animated (https://github.com/element-hq/element-web/pull/29713). Contributed by @Petersmit27.
  * Revert deletion of hydrateSession (https://github.com/element-hq/element-web/pull/29703). Contributed by @Jujure.
  * Fix converttoroom \& converttodm not working (https://github.com/element-hq/element-web/pull/29705). Contributed by @t3chguy.
  * Ensure forceCloseAllModals also closes priority/static modals (https://github.com/element-hq/element-web/pull/29706). Contributed by @t3chguy.
  * Continue button is disabled when uploading a recovery key file (https://github.com/element-hq/element-web/pull/29695). Contributed by @Giwayume.
  * Catch errors after syncing recovery (https://github.com/element-hq/element-web/pull/29691). Contributed by @andybalaam.
  * New room list: fix multiple visual issues (https://github.com/element-hq/element-web/pull/29673). Contributed by @florianduros.
  * New Room List: Fix mentions filter matching rooms with any highlight (https://github.com/element-hq/element-web/pull/29668). Contributed by @MidhunSureshR.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=109
This commit is contained in:
2025-04-23 11:32:17 +00:00
committed by Git OBS Bridge
parent c5cb0bf006
commit efefff2f0e
5 changed files with 52 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce378e205b005e11aef73f0cfbd54da5fadc018a39dfb2435fee2b96f0be5904
size 3148401

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e0dce54df1992ad575b14faf4116531bbaace093c796d3de472093c61a099df3
size 3149097

View File

@@ -1,3 +1,49 @@
-------------------------------------------------------------------
Wed Apr 23 11:30:47 UTC 2025 - Dominik Heidler <dheidler@suse.de>
- Version 1.11.99
## 🐛 Bug Fixes
* https://github.com/element-hq/element-desktop/pull/2281). Contributed by @RiotRobot.
Version 1.11.98
## 🦖 Deprecations
* Remove support for 32 bit / ia32 Windows. (https://github.com/element-hq/element-desktop/pull/2225). Contributed by @Half-Shot.
## ✨ Features
* Update config logging to specify config file path (https://github.com/element-hq/element-desktop/pull/2231). Contributed by @nbolton.
* Support specifying the profile dir path via env var (#2226) (https://github.com/element-hq/element-desktop/pull/2246). Contributed by @schuhj.
* print better errors in the search view instead of a blocking modal (https://github.com/element-hq/element-web/pull/29724). Contributed by @Jujure.
* New room list: video room and video call decoration (https://github.com/element-hq/element-web/pull/29693). Contributed by @florianduros.
* Remove Secure Backup, Cross-signing and Cryptography sections in `Security & Privacy` user settings (https://github.com/element-hq/element-web/pull/29088). Contributed by @florianduros.
* Allow reporting a room when rejecting an invite. (https://github.com/element-hq/element-web/pull/29570). Contributed by @Half-Shot.
* RoomListViewModel: Reset primary and secondary filters on space change (https://github.com/element-hq/element-web/pull/29672). Contributed by @MidhunSureshR.
* RoomListStore: Support specific sorting requirements for muted rooms (https://github.com/element-hq/element-web/pull/29665). Contributed by @MidhunSureshR.
* New room list: add notification options menu (https://github.com/element-hq/element-web/pull/29639). Contributed by @florianduros.
* Room List: Scroll to top of the list when active room is not in the list (https://github.com/element-hq/element-web/pull/29650). Contributed by @MidhunSureshR.
## 🐛 Bug Fixes
* Fix unwanted form submit behaviour in memberlist (https://github.com/element-hq/element-web/pull/29747). Contributed by @MidhunSureshR.
* New room list: fix public room icon visibility when filter change (https://github.com/element-hq/element-web/pull/29737). Contributed by @florianduros.
* Fix custom theme support for short hex \& rgba hex strings (https://github.com/element-hq/element-web/pull/29726). Contributed by @t3chguy.
* New room list: minor visual fixes (https://github.com/element-hq/element-web/pull/29723). Contributed by @florianduros.
* Fix getOidcCallbackUrl for Element Desktop (https://github.com/element-hq/element-web/pull/29711). Contributed by @t3chguy.
* Fix some webp images improperly marked as animated (https://github.com/element-hq/element-web/pull/29713). Contributed by @Petersmit27.
* Revert deletion of hydrateSession (https://github.com/element-hq/element-web/pull/29703). Contributed by @Jujure.
* Fix converttoroom \& converttodm not working (https://github.com/element-hq/element-web/pull/29705). Contributed by @t3chguy.
* Ensure forceCloseAllModals also closes priority/static modals (https://github.com/element-hq/element-web/pull/29706). Contributed by @t3chguy.
* Continue button is disabled when uploading a recovery key file (https://github.com/element-hq/element-web/pull/29695). Contributed by @Giwayume.
* Catch errors after syncing recovery (https://github.com/element-hq/element-web/pull/29691). Contributed by @andybalaam.
* New room list: fix multiple visual issues (https://github.com/element-hq/element-web/pull/29673). Contributed by @florianduros.
* New Room List: Fix mentions filter matching rooms with any highlight (https://github.com/element-hq/element-web/pull/29668). Contributed by @MidhunSureshR.
* Fix truncated emoji label during emoji SAS (https://github.com/element-hq/element-web/pull/29643). Contributed by @florianduros.
* Remove duplicate jitsi link (https://github.com/element-hq/element-web/pull/29642). Contributed by @dbkr.
-------------------------------------------------------------------
Fri Apr 11 09:54:03 UTC 2025 - Dominik Heidler <dheidler@suse.de>

View File

@@ -17,7 +17,7 @@
Name: element-desktop
Version: 1.11.97
Version: 1.11.99
Release: 0
Summary: A glossy Matrix collaboration client - desktop
License: AGPL-3.0-only or GPL-3.0-only

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:536798ce8df4c511fd63adfa60f5c0d8cf59c6e5d37d2b3bedcf60e839f6fb19
size 45444234
oid sha256:7575024a4f543939fd2ab2d5e24e6ea25e8e1c31cf1f893d6ee9269fbfd21397
size 45315801