Skip to content

Commit

Permalink
Update element-web to version 1.11.70 / rev 58 via SR 1187579
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1187579
by user dheidler + anag+factory
- Version 1.11.70
  ## ✨ Features

  * Add SSO redirect option for login page (element-hq/element-web#27576). Contributed by @bartvdbraak.
  * Use stable endpoints for MSC3916 (element-hq/element-web#27558). Contributed by @turt2live.
  * Switch to Rust crypto stack for all logins (matrix-org/matrix-react-sdk#12630). Contributed by @richvdh.
  * Hide voip buttons in group rooms in environments with widgets disabled (matrix-org/matrix-react-sdk#12664). Contributed by @t3chguy.
  * Minor tweaks to UserSettings dialog (matrix-org/matrix-react-sdk#12651). Contributed by @florianduros.
  * Hide voice call button when redundant (https://github.com/matrix-org/matrix-react-sdk/p
  • Loading branch information
dheidler authored and bmwiedemann committed Jul 15, 2024
1 parent eab4806 commit d204c1e
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 3 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 @@ -742,4 +742,41 @@ Version 1.11.66
* Element-R: pass pickleKey in as raw key for indexeddb encryption (https://github.com/matrix-org/matrix-react-sdk/pull/12543). Contributed by @richvdh.</comment>
<requestid>1182468</requestid>
</revision>
<revision rev="58" vrev="1">
<srcmd5>aab37e822fe7bca606605d7f125134dd</srcmd5>
<version>1.11.70</version>
<time>1721065808</time>
<user>anag+factory</user>
<comment>- Version 1.11.70
## ✨ Features

* Add SSO redirect option for login page (https://github.com/element-hq/element-web/pull/27576). Contributed by @bartvdbraak.
* Use stable endpoints for MSC3916 (https://github.com/element-hq/element-web/pull/27558). Contributed by @turt2live.
* Switch to Rust crypto stack for all logins (https://github.com/matrix-org/matrix-react-sdk/pull/12630). Contributed by @richvdh.
* Hide voip buttons in group rooms in environments with widgets disabled (https://github.com/matrix-org/matrix-react-sdk/pull/12664). Contributed by @t3chguy.
* Minor tweaks to UserSettings dialog (https://github.com/matrix-org/matrix-react-sdk/pull/12651). Contributed by @florianduros.
* Hide voice call button when redundant (https://github.com/matrix-org/matrix-react-sdk/pull/12639). Contributed by @t3chguy.
* Improve accessibility of the room summary card (https://github.com/matrix-org/matrix-react-sdk/pull/12586). Contributed by @t3chguy.
* Show tooltips on narrow tabbed views (https://github.com/matrix-org/matrix-react-sdk/pull/12624). Contributed by @dbkr.
* Update gfm.css to github-markdown-css (https://github.com/matrix-org/matrix-react-sdk/pull/12613). Contributed by @t3chguy.
* Cache e2eStatus to avoid concerning unencrypted flicker when changing rooms (https://github.com/matrix-org/matrix-react-sdk/pull/12606). Contributed by @t3chguy.
* Tweak copy for user verification toast (https://github.com/matrix-org/matrix-react-sdk/pull/12605). Contributed by @t3chguy.
* Support s tags for strikethrough for Matrix v1.10 (https://github.com/matrix-org/matrix-react-sdk/pull/12604). Contributed by @t3chguy.

## 🐛 Bug Fixes

* Fix &quot;Unable to restore session&quot; error (https://github.com/matrix-org/matrix-js-sdk/pull/4299).
* Fix error when sending encrypted messages in large rooms (https://github.com/matrix-org/matrix-js-sdk/pull/4297).
* Remove redundant copy in deactive uia modal (https://github.com/matrix-org/matrix-react-sdk/pull/12668). Contributed by @t3chguy.
* Fix high contrast theme in settings (https://github.com/matrix-org/matrix-react-sdk/pull/12649). Contributed by @florianduros.
* Fix background on live location sharing footer (https://github.com/matrix-org/matrix-react-sdk/pull/12629). Contributed by @t3chguy.
* Remove outdated iframe sandbox attribute (https://github.com/matrix-org/matrix-react-sdk/pull/12633). Contributed by @t3chguy.
* Remove stray setState which caused encryption state shields to flicker (https://github.com/matrix-org/matrix-react-sdk/pull/12632). Contributed by @t3chguy.
* Fix stray background colour on markdown body (https://github.com/matrix-org/matrix-react-sdk/pull/12628). Contributed by @t3chguy.
* Fix widgets not being cleaned up correctly. (https://github.com/matrix-org/matrix-react-sdk/pull/12616). Contributed by @toger5.
* Add in-progress view to display name EditInPlace (https://github.com/matrix-org/matrix-react-sdk/pull/12609). Contributed by @dbkr.
* Fix config override of other settings levels (https://github.com/matrix-org/matrix-react-sdk/pull/12593). Contributed by @langleyd.
* Don't show 'saved' on display name save error (https://github.com/matrix-org/matrix-react-sdk/pull/12600). Contributed by @dbkr.</comment>
<requestid>1187579</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/e/element-web/element-web-1.11.69.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/e/element-web/element-web-1.11.70.tar.gz
35 changes: 35 additions & 0 deletions packages/e/element-web/element-web.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Fri Jul 12 11:01:54 UTC 2024 - Dominik Heidler <dheidler@suse.de>

- Version 1.11.70
## ✨ Features

* Add SSO redirect option for login page (https://github.com/element-hq/element-web/pull/27576). Contributed by @bartvdbraak.
* Use stable endpoints for MSC3916 (https://github.com/element-hq/element-web/pull/27558). Contributed by @turt2live.
* Switch to Rust crypto stack for all logins (https://github.com/matrix-org/matrix-react-sdk/pull/12630). Contributed by @richvdh.
* Hide voip buttons in group rooms in environments with widgets disabled (https://github.com/matrix-org/matrix-react-sdk/pull/12664). Contributed by @t3chguy.
* Minor tweaks to UserSettings dialog (https://github.com/matrix-org/matrix-react-sdk/pull/12651). Contributed by @florianduros.
* Hide voice call button when redundant (https://github.com/matrix-org/matrix-react-sdk/pull/12639). Contributed by @t3chguy.
* Improve accessibility of the room summary card (https://github.com/matrix-org/matrix-react-sdk/pull/12586). Contributed by @t3chguy.
* Show tooltips on narrow tabbed views (https://github.com/matrix-org/matrix-react-sdk/pull/12624). Contributed by @dbkr.
* Update gfm.css to github-markdown-css (https://github.com/matrix-org/matrix-react-sdk/pull/12613). Contributed by @t3chguy.
* Cache e2eStatus to avoid concerning unencrypted flicker when changing rooms (https://github.com/matrix-org/matrix-react-sdk/pull/12606). Contributed by @t3chguy.
* Tweak copy for user verification toast (https://github.com/matrix-org/matrix-react-sdk/pull/12605). Contributed by @t3chguy.
* Support s tags for strikethrough for Matrix v1.10 (https://github.com/matrix-org/matrix-react-sdk/pull/12604). Contributed by @t3chguy.

## 🐛 Bug Fixes

* Fix "Unable to restore session" error (https://github.com/matrix-org/matrix-js-sdk/pull/4299).
* Fix error when sending encrypted messages in large rooms (https://github.com/matrix-org/matrix-js-sdk/pull/4297).
* Remove redundant copy in deactive uia modal (https://github.com/matrix-org/matrix-react-sdk/pull/12668). Contributed by @t3chguy.
* Fix high contrast theme in settings (https://github.com/matrix-org/matrix-react-sdk/pull/12649). Contributed by @florianduros.
* Fix background on live location sharing footer (https://github.com/matrix-org/matrix-react-sdk/pull/12629). Contributed by @t3chguy.
* Remove outdated iframe sandbox attribute (https://github.com/matrix-org/matrix-react-sdk/pull/12633). Contributed by @t3chguy.
* Remove stray setState which caused encryption state shields to flicker (https://github.com/matrix-org/matrix-react-sdk/pull/12632). Contributed by @t3chguy.
* Fix stray background colour on markdown body (https://github.com/matrix-org/matrix-react-sdk/pull/12628). Contributed by @t3chguy.
* Fix widgets not being cleaned up correctly. (https://github.com/matrix-org/matrix-react-sdk/pull/12616). Contributed by @toger5.
* Add in-progress view to display name EditInPlace (https://github.com/matrix-org/matrix-react-sdk/pull/12609). Contributed by @dbkr.
* Fix config override of other settings levels (https://github.com/matrix-org/matrix-react-sdk/pull/12593). Contributed by @langleyd.
* Don't show 'saved' on display name save error (https://github.com/matrix-org/matrix-react-sdk/pull/12600). Contributed by @dbkr.


-------------------------------------------------------------------
Tue Jun 18 17:41:53 UTC 2024 - Dominik Heidler <dheidler@suse.de>

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.69
Version: 1.11.70
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 d204c1e

Please sign in to comment.