Skip to content

Commit 73bb514

Browse files
dheidlerbmwiedemann
authored andcommitted
Update element-web to version 1.11.90 / rev 72 via SR 1238071
https://build.opensuse.org/request/show/1238071 by user dheidler + anag+factory - Version 1.11.90 ## ✨ Features * Docker: run as non-root (element-hq/element-web#28849). Contributed by @richvdh. * Docker: allow configuration of HTTP listen port via env var (element-hq/element-web#28840). Contributed by @richvdh. * Update matrix-wysiwyg to consume WASM asset (element-hq/element-web#28838). Contributed by @t3chguy. * OIDC settings tweaks (element-hq/element-web#28787). Contributed by @t3chguy. * Delabs native OIDC support (element-hq/element-web#28615). Contributed by @t3chguy. * Move room header info button to right-most position (element-hq/element-web#28754). Contributed by @t3chguy. * Enable key backup by defa
1 parent c858584 commit 73bb514

7 files changed

Lines changed: 57 additions & 3 deletions

File tree

packages/e/element-web/.files

0 Bytes
Binary file not shown.

packages/e/element-web/.rev

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,4 +1060,30 @@ Version 1.11.84
10601060
<comment>Automatic submission by obs-autosubmit</comment>
10611061
<requestid>1233324</requestid>
10621062
</revision>
1063+
<revision rev="72" vrev="1">
1064+
<srcmd5>a90f995baccd86cf750ddc6243ce8f9c</srcmd5>
1065+
<version>1.11.90</version>
1066+
<time>1736959558</time>
1067+
<user>anag+factory</user>
1068+
<comment>- Version 1.11.90
1069+
## ✨ Features
1070+
* Docker: run as non-root (https://github.com/element-hq/element-web/pull/28849). Contributed by @richvdh.
1071+
* Docker: allow configuration of HTTP listen port via env var (https://github.com/element-hq/element-web/pull/28840). Contributed by @richvdh.
1072+
* Update matrix-wysiwyg to consume WASM asset (https://github.com/element-hq/element-web/pull/28838). Contributed by @t3chguy.
1073+
* OIDC settings tweaks (https://github.com/element-hq/element-web/pull/28787). Contributed by @t3chguy.
1074+
* Delabs native OIDC support (https://github.com/element-hq/element-web/pull/28615). Contributed by @t3chguy.
1075+
* Move room header info button to right-most position (https://github.com/element-hq/element-web/pull/28754). Contributed by @t3chguy.
1076+
* Enable key backup by default (https://github.com/element-hq/element-web/pull/28691). Contributed by @dbkr.
1077+
## 🐛 Bug Fixes
1078+
* Fix building the automations mermaid diagram (https://github.com/element-hq/element-web/pull/28881). Contributed by @dbkr.
1079+
* Playwright: wait for the network listener on the postgres db (https://github.com/element-hq/element-web/pull/28808). Contributed by @dbkr.
1080+
Version 1.11.89
1081+
This is a patch release to fix a bug which could prevent loading stored crypto state from storage, and also to fix URL previews when switching back to a room.
1082+
1083+
## 🐛 Bug Fixes
1084+
1085+
* Upgrade matrix-sdk-crypto-wasm to 1.11.0 (https://github.com/matrix-org/matrix-js-sdk/pull/4593)
1086+
* Fix url preview display (https://github.com/element-hq/element-web/pull/28766).</comment>
1087+
<requestid>1238071</requestid>
1088+
</revision>
10631089
</revisionlist>

packages/e/element-web/element-web-1.11.88.tar.gz

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/ipfs/bafybeieh2w3ih5hvzjmlwmhfq5qkdsibalcz6dnbmwiwrwgxfxgn6qp4ba

packages/e/element-web/element-web.changes

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
-------------------------------------------------------------------
2+
Wed Jan 15 12:53:15 UTC 2025 - Dominik Heidler <dheidler@suse.de>
3+
4+
- Version 1.11.90
5+
## ✨ Features
6+
7+
* Docker: run as non-root (https://github.com/element-hq/element-web/pull/28849). Contributed by @richvdh.
8+
* Docker: allow configuration of HTTP listen port via env var (https://github.com/element-hq/element-web/pull/28840). Contributed by @richvdh.
9+
* Update matrix-wysiwyg to consume WASM asset (https://github.com/element-hq/element-web/pull/28838). Contributed by @t3chguy.
10+
* OIDC settings tweaks (https://github.com/element-hq/element-web/pull/28787). Contributed by @t3chguy.
11+
* Delabs native OIDC support (https://github.com/element-hq/element-web/pull/28615). Contributed by @t3chguy.
12+
* Move room header info button to right-most position (https://github.com/element-hq/element-web/pull/28754). Contributed by @t3chguy.
13+
* Enable key backup by default (https://github.com/element-hq/element-web/pull/28691). Contributed by @dbkr.
14+
15+
## 🐛 Bug Fixes
16+
17+
* Fix building the automations mermaid diagram (https://github.com/element-hq/element-web/pull/28881). Contributed by @dbkr.
18+
* Playwright: wait for the network listener on the postgres db (https://github.com/element-hq/element-web/pull/28808). Contributed by @dbkr.
19+
20+
21+
Version 1.11.89
22+
This is a patch release to fix a bug which could prevent loading stored crypto state from storage, and also to fix URL previews when switching back to a room.
23+
24+
## 🐛 Bug Fixes
25+
26+
* Upgrade matrix-sdk-crypto-wasm to 1.11.0 (https://github.com/matrix-org/matrix-js-sdk/pull/4593)
27+
* Fix url preview display (https://github.com/element-hq/element-web/pull/28766).
28+
129
-------------------------------------------------------------------
230
Wed Dec 18 11:55:54 UTC 2024 - Dominik Heidler <dheidler@suse.de>
331

packages/e/element-web/element-web.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
Name: element-web
20-
Version: 1.11.88
20+
Version: 1.11.90
2121
Release: 0
2222
Summary: A glossy Matrix collaboration client - web files
2323
License: AGPL-3.0-only or GPL-3.0-only
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/ipfs/bafybeibwizvcppfgvny7iozrvmxv5e3d4antozls6cxu6a76va4uob5pxm
1+
/ipfs/bafybeiemnmwocj73hsktnvqgrymmadyxqkgwrwueqp6kx6kaez776nrjbu

0 commit comments

Comments
 (0)