- Version 1.11.50
## ✨ Features * Ship element-web as a debian package (https://github.com/vector-im/element-web/pull/26533). Contributed by @t3chguy. * Update room summary card header (https://github.com/matrix-org/matrix-react-sdk/pull/11823). Contributed by @germain-gg. * Add feature flag for disabling encryption in Element Call (https://github.com/matrix-org/matrix-react-sdk/pull/11837). Contributed by @toger5. * Adapt the rendering of extra icons in the room header (https://github.com/matrix-org/matrix-react-sdk/pull/11835). Contributed by @charlynguyen. * Implement new unreachable state and fix broken string ref (https://github.com/matrix-org/matrix-react-sdk/pull/11748). Contributed by @MidhunSureshR. * Allow adding extra icons to the room header (https://github.com/matrix-org/matrix-react-sdk/pull/11799). Contributed by @charlynguyen. OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=56
This commit is contained in:
parent
c4f19417b5
commit
4d62ae92da
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d663c2bef164d284f2a7b29ec74b89b5a86063b85100089906708eb07b484e9
|
||||
size 2380605
|
3
element-web-1.11.50.tar.gz
Normal file
3
element-web-1.11.50.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44dbb3f1edd02a389f034f3f605e5821f08a487379ef905fd85a368a83d45d31
|
||||
size 2385256
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 14:42:51 UTC 2023 - Dominik Heidler <dheidler@suse.de>
|
||||
|
||||
- Version 1.11.50
|
||||
## ✨ Features
|
||||
|
||||
* Ship element-web as a debian package (https://github.com/vector-im/element-web/pull/26533). Contributed by @t3chguy.
|
||||
|
||||
* Update room summary card header (https://github.com/matrix-org/matrix-react-sdk/pull/11823). Contributed by @germain-gg.
|
||||
* Add feature flag for disabling encryption in Element Call (https://github.com/matrix-org/matrix-react-sdk/pull/11837). Contributed by @toger5.
|
||||
* Adapt the rendering of extra icons in the room header (https://github.com/matrix-org/matrix-react-sdk/pull/11835). Contributed by @charlynguyen.
|
||||
* Implement new unreachable state and fix broken string ref (https://github.com/matrix-org/matrix-react-sdk/pull/11748). Contributed by @MidhunSureshR.
|
||||
* Allow adding extra icons to the room header (https://github.com/matrix-org/matrix-react-sdk/pull/11799). Contributed by @charlynguyen.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 13 13:54:59 UTC 2023 - Dominik Heidler <dheidler@suse.de>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: element-web
|
||||
Version: 1.11.49
|
||||
Version: 1.11.50
|
||||
Release: 0
|
||||
Summary: A glossy Matrix collaboration client - web files
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f33fbd69e1c63278a45ddd9f1ae8d4493e8978377649130b794d5ec268d9f90
|
||||
size 98049273
|
||||
oid sha256:f7f060f60ae16cf68fdb5ea182decd278933e7c8be38a5e0605b0e1fb2b84374
|
||||
size 99497389
|
||||
|
@ -57,3 +57,4 @@ echo -e "\n\nDONE creating npm dependency offline cache file 'npm-packages-offli
|
||||
|
||||
read -p "Write changes?"
|
||||
osc vc -m "${changes}" element-web.changes
|
||||
dos2unix element-web.changes
|
||||
|
Loading…
Reference in New Issue
Block a user