Skip to content

Commit

Permalink
Update element-web to version 1.11.75 / rev 61 via SR 1196035
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1196035
by user dheidler + anag+factory
- Version 1.11.75
  * Fixes for CVE-2024-42369 / GHSA-vhr5-g3pm-49fm.
- 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 (matrix-org/matrix-react-sdk#12842). Contributed by @t3c
  • Loading branch information
dheidler authored and bmwiedemann committed Aug 26, 2024
1 parent 805c615 commit 1c96556
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 5 deletions.
Binary file modified packages/e/element-web/.files
Binary file not shown.
37 changes: 37 additions & 0 deletions packages/e/element-web/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -817,4 +817,41 @@ Version 1.11.66
<comment></comment>
<requestid>1191873</requestid>
</revision>
<revision rev="61" vrev="1">
<srcmd5>c56f940ffdc5907dfc04d4a35d19c21b</srcmd5>
<version>1.11.75</version>
<time>1724703050</time>
<user>anag+factory</user>
<comment>- Version 1.11.75
* Fixes for CVE-2024-42369 / GHSA-vhr5-g3pm-49fm.
- 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.

- Version 1.11.72</comment>
<requestid>1196035</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/e/element-web/element-web-1.11.73.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/e/element-web/element-web-1.11.75.tar.gz
39 changes: 37 additions & 2 deletions packages/e/element-web/element-web.changes
Original file line number Diff line number Diff line change
@@ -1,12 +1,47 @@
-------------------------------------------------------------------
Mon Aug 26 08:25:15 UTC 2024 - Dominik Heidler <dheidler@suse.de>

- Version 1.11.75
* Fixes for CVE-2024-42369 / GHSA-vhr5-g3pm-49fm.

- 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.

-------------------------------------------------------------------
Tue Aug 6 12:58:12 UTC 2024 - Oliver Kurz <okurz@suse.com>

- Version 1.11.73
Fixes for CVE-2024-42347 / GHSA-f83w-wqhc-cfp4



Version 1.11.72
- Version 1.11.72
## ✨ Features

* Polyfill Intl.Segmenter for wider web browser compatibility (https://github.com/element-hq/element-web/pull/27803). Contributed by @dbkr.
Expand Down
2 changes: 1 addition & 1 deletion packages/e/element-web/element-web.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: element-web
Version: 1.11.73
Version: 1.11.75
Release: 0
Summary: A glossy Matrix collaboration client - web files
License: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/e/element-web/npm-packages-offline-cache.tar.gz

0 comments on commit 1c96556

Please sign in to comment.