Skip to content

Commit

Permalink
Update element-desktop to version 1.11.75 / rev 63 via SR 1196036
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1196036
by user dheidler + anag+factory
- Version 1.11.75
  # Security
- Fixes for GHSA-vhr5-g3pm-49fm (CVE-2024-42369).
- Version 1.11.74
  ## ✨ Features
  * Update unsupported browser react component to new designs (element-hq/element-web#27857). Contributed by @t3chguy.
  * Invite dialog: display MXID on its own line (matrix-org/matrix-react-sdk#11756). Contributed by @AndrewFerr.
  * Align RoomSummaryCard styles with Figma (matrix-org/matrix-react-sdk#12793). Contributed by @t3chguy.
  * Extract Extensions into their own right panel tab (matrix-org/matrix-react-sdk#12844). Contributed by @t3chguy.
  * Remove topic from new room header and expand right panel topic (http
  • Loading branch information
dheidler authored and bmwiedemann committed Aug 26, 2024
1 parent c309114 commit 805c615
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 3 deletions.
Binary file modified packages/e/element-desktop/.files
Binary file not shown.
36 changes: 36 additions & 0 deletions packages/e/element-desktop/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -869,4 +869,40 @@ Version 1.11.66
<comment></comment>
<requestid>1194487</requestid>
</revision>
<revision rev="63" vrev="1">
<srcmd5>b624df357d6afc052d764471fe7c8977</srcmd5>
<version>1.11.75</version>
<time>1724703052</time>
<user>anag+factory</user>
<comment>- Version 1.11.75
# Security
- Fixes for https://github.com/matrix-org/matrix-js-sdk/security/advisories/GHSA-vhr5-g3pm-49fm (CVE-2024-42369).
- Version 1.11.74
## ✨ Features
* Update unsupported browser react component to new designs (https://github.com/element-hq/element-web/pull/27857). Contributed by @t3chguy.
* Invite dialog: display MXID on its own line (https://github.com/matrix-org/matrix-react-sdk/pull/11756). Contributed by @AndrewFerr.
* Align RoomSummaryCard styles with Figma (https://github.com/matrix-org/matrix-react-sdk/pull/12793). Contributed by @t3chguy.
* Extract Extensions into their own right panel tab (https://github.com/matrix-org/matrix-react-sdk/pull/12844). Contributed by @t3chguy.
* Remove topic from new room header and expand right panel topic (https://github.com/matrix-org/matrix-react-sdk/pull/12842). Contributed by @t3chguy.
* Rework how the onboarding notifications task works (https://github.com/matrix-org/matrix-react-sdk/pull/12839). Contributed by @t3chguy.
* Update toast styles to match Figma (https://github.com/matrix-org/matrix-react-sdk/pull/12833). Contributed by @t3chguy.
* Warn users on unsupported browsers before they lack features (https://github.com/matrix-org/matrix-react-sdk/pull/12830). Contributed by @t3chguy.
* Add sign out button to settings profile section (https://github.com/matrix-org/matrix-react-sdk/pull/12666). Contributed by @dbkr.
* Remove MatrixRTC realted import ES lint exceptions using a index.ts for matrixrtc (https://github.com/matrix-org/matrix-react-sdk/pull/12780). Contributed by @toger5.
* Fix unwanted ringing of other devices even though the user is already connected to the call. (https://github.com/matrix-org/matrix-react-sdk/pull/12742). Contributed by @toger5.
* Acknowledge `DeviceMute` widget actions (https://github.com/matrix-org/matrix-react-sdk/pull/12790). Contributed by @toger5.
## 🐛 Bug Fixes
* Update Element icons (https://github.com/element-hq/element-web/pull/27900). Contributed by @t3chguy.
* Fix Jitsi by updating device mute updates over postMessage API (https://github.com/element-hq/element-web/pull/27858). Contributed by @t3chguy.
* Fix formatting of rich text emotes (https://github.com/matrix-org/matrix-react-sdk/pull/12862). Contributed by @dbkr.
* Fixed custom emotes background color #27745 (https://github.com/matrix-org/matrix-react-sdk/pull/12798). Contributed by @asimdelvi.
* Ignore permalink\_prefix when serializing pills (https://github.com/matrix-org/matrix-react-sdk/pull/11726). Contributed by @herkulessi.
* Deflake the chat export test (https://github.com/matrix-org/matrix-react-sdk/pull/12854). Contributed by @dbkr.
* Fix alignment of RTL messages (https://github.com/matrix-org/matrix-react-sdk/pull/12837). Contributed by @dbkr.
* Handle media download errors better (https://github.com/matrix-org/matrix-react-sdk/pull/12848). Contributed by @t3chguy.
* Make micIcon display on primary (https://github.com/matrix-org/matrix-react-sdk/pull/11908). Contributed by @kdanielm.
* Fix compound typography font component issues (https://github.com/matrix-org/matrix-react-sdk/pull/12826). Contributed by @t3chguy.
* Allow Chrome page translator to translate messages in rooms (https://github.com/matrix-org/matrix-react-sdk/pull/11113). Contributed by @lukaszpolowczyk.</comment>
<requestid>1196036</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/e/element-desktop/element-desktop-1.11.73.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/e/element-desktop/element-desktop-1.11.75.tar.gz
37 changes: 37 additions & 0 deletions packages/e/element-desktop/element-desktop.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Mon Aug 26 08:32:25 UTC 2024 - Dominik Heidler <[email protected]>

- Version 1.11.75
# Security
- Fixes for https://github.com/matrix-org/matrix-js-sdk/security/advisories/GHSA-vhr5-g3pm-49fm (CVE-2024-42369).

- Version 1.11.74
## ✨ Features

* Update unsupported browser react component to new designs (https://github.com/element-hq/element-web/pull/27857). Contributed by @t3chguy.
* Invite dialog: display MXID on its own line (https://github.com/matrix-org/matrix-react-sdk/pull/11756). Contributed by @AndrewFerr.
* Align RoomSummaryCard styles with Figma (https://github.com/matrix-org/matrix-react-sdk/pull/12793). Contributed by @t3chguy.
* Extract Extensions into their own right panel tab (https://github.com/matrix-org/matrix-react-sdk/pull/12844). Contributed by @t3chguy.
* Remove topic from new room header and expand right panel topic (https://github.com/matrix-org/matrix-react-sdk/pull/12842). Contributed by @t3chguy.
* Rework how the onboarding notifications task works (https://github.com/matrix-org/matrix-react-sdk/pull/12839). Contributed by @t3chguy.
* Update toast styles to match Figma (https://github.com/matrix-org/matrix-react-sdk/pull/12833). Contributed by @t3chguy.
* Warn users on unsupported browsers before they lack features (https://github.com/matrix-org/matrix-react-sdk/pull/12830). Contributed by @t3chguy.
* Add sign out button to settings profile section (https://github.com/matrix-org/matrix-react-sdk/pull/12666). Contributed by @dbkr.
* Remove MatrixRTC realted import ES lint exceptions using a index.ts for matrixrtc (https://github.com/matrix-org/matrix-react-sdk/pull/12780). Contributed by @toger5.
* Fix unwanted ringing of other devices even though the user is already connected to the call. (https://github.com/matrix-org/matrix-react-sdk/pull/12742). Contributed by @toger5.
* Acknowledge `DeviceMute` widget actions (https://github.com/matrix-org/matrix-react-sdk/pull/12790). Contributed by @toger5.

## 🐛 Bug Fixes

* Update Element icons (https://github.com/element-hq/element-web/pull/27900). Contributed by @t3chguy.
* Fix Jitsi by updating device mute updates over postMessage API (https://github.com/element-hq/element-web/pull/27858). Contributed by @t3chguy.
* Fix formatting of rich text emotes (https://github.com/matrix-org/matrix-react-sdk/pull/12862). Contributed by @dbkr.
* Fixed custom emotes background color #27745 (https://github.com/matrix-org/matrix-react-sdk/pull/12798). Contributed by @asimdelvi.
* Ignore permalink\_prefix when serializing pills (https://github.com/matrix-org/matrix-react-sdk/pull/11726). Contributed by @herkulessi.
* Deflake the chat export test (https://github.com/matrix-org/matrix-react-sdk/pull/12854). Contributed by @dbkr.
* Fix alignment of RTL messages (https://github.com/matrix-org/matrix-react-sdk/pull/12837). Contributed by @dbkr.
* Handle media download errors better (https://github.com/matrix-org/matrix-react-sdk/pull/12848). Contributed by @t3chguy.
* Make micIcon display on primary (https://github.com/matrix-org/matrix-react-sdk/pull/11908). Contributed by @kdanielm.
* Fix compound typography font component issues (https://github.com/matrix-org/matrix-react-sdk/pull/12826). Contributed by @t3chguy.
* Allow Chrome page translator to translate messages in rooms (https://github.com/matrix-org/matrix-react-sdk/pull/11113). Contributed by @lukaszpolowczyk.

-------------------------------------------------------------------
Fri Aug 16 15:30:55 UTC 2024 - Manfred Hollstein <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion packages/e/element-desktop/element-desktop.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: element-desktop
Version: 1.11.73
Version: 1.11.75
Release: 0
Summary: A glossy Matrix collaboration client - desktop
License: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/e/element-desktop/vendor.tar.zst

0 comments on commit 805c615

Please sign in to comment.