-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update element-web to version 1.11.75 / rev 61 via SR 1196035
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
1 parent
805c615
commit 1c96556
Showing
7 changed files
with
77 additions
and
5 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/ipfs/bafybeihgiqiyswqvl5mlmdhxoved7vtphtjh7qnzi4tgggujfhs4rcoaii |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,47 @@ | ||
------------------------------------------------------------------- | ||
Mon Aug 26 08:25:15 UTC 2024 - Dominik Heidler <[email protected]> | ||
|
||
- 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 <[email protected]> | ||
|
||
- 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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/ipfs/bafybeicthnip5yzqjayb3t6i3mvcdz6brkzpsb7hd7cz7gicotrnmcloje | ||
/ipfs/bafybeie2thl4rffso57bqgejvcb4xr7pejbv7x2wcatyhk6irvmgtapudi |