Skip to content

Commit bab2e97

Browse files
dheidlerbmwiedemann
dheidler
authored andcommitted
Update element-desktop to version 1.11.80 / rev 67 via SR 1206523
https://build.opensuse.org/request/show/1206523 by user dheidler + anag+factory - Version 1.11.80 ## ✨ Features * enable Element Call on desktop nightly (element-hq/element-desktop#1873). Contributed by @fkwp. * Add doc for 'force\_verification config option (element-hq/element-web#28035). Contributed by @dbkr. * Roll back change to device isolation mode (element-hq/matrix-react-sdk#104). Contributed by @richvdh. * Remove right panel toggling behaviour on room header buttons (element-hq/matrix-react-sdk#100). Contributed by @t3chguy. * Improve error display for messages sent from insecure devices (element-hq/matrix-react-sdk#93). Contributed by @richvdh. * Add labs option to exclude unverified devices (https://github.com/element-hq/matri
1 parent 7afc204 commit bab2e97

7 files changed

+65
-5
lines changed

packages/e/element-desktop/.files

0 Bytes
Binary file not shown.

packages/e/element-desktop/.rev

+30
Original file line numberDiff line numberDiff line change
@@ -982,4 +982,34 @@ Version 1.11.66
982982
* Reverse order of pinned message list (https://github.com/element-hq/matrix-react-sdk/pull/19). Contributed by @florianduros.</comment>
983983
<requestid>1205715</requestid>
984984
</revision>
985+
<revision rev="67" vrev="1">
986+
<srcmd5>68fb87939247c21448f52278e507c12a</srcmd5>
987+
<version>1.11.80</version>
988+
<time>1728504817</time>
989+
<user>anag+factory</user>
990+
<comment>- Version 1.11.80
991+
## ✨ Features
992+
* enable Element Call on desktop nightly (https://github.com/element-hq/element-desktop/pull/1873). Contributed by @fkwp.
993+
* Add doc for 'force\_verification config option (https://github.com/element-hq/element-web/pull/28035). Contributed by @dbkr.
994+
* Roll back change to device isolation mode (https://github.com/element-hq/matrix-react-sdk/pull/104). Contributed by @richvdh.
995+
* Remove right panel toggling behaviour on room header buttons (https://github.com/element-hq/matrix-react-sdk/pull/100). Contributed by @t3chguy.
996+
* Improve error display for messages sent from insecure devices (https://github.com/element-hq/matrix-react-sdk/pull/93). Contributed by @richvdh.
997+
* Add labs option to exclude unverified devices (https://github.com/element-hq/matrix-react-sdk/pull/92). Contributed by @richvdh.
998+
* Improve contrast for timestamps, date separators \&amp; spotlight trigger (https://github.com/element-hq/matrix-react-sdk/pull/91). Contributed by @t3chguy.
999+
* Open room settings on room header avatar click (https://github.com/element-hq/matrix-react-sdk/pull/88). Contributed by @t3chguy.
1000+
* Use `strong` over `b` for improved a11y semantics (https://github.com/element-hq/matrix-react-sdk/pull/41). Contributed by @t3chguy.
1001+
* Grant Element Call widget capabilities for &quot;raise hand&quot; feature (https://github.com/element-hq/matrix-react-sdk/pull/82). Contributed by @AndrewFerr.
1002+
* Mobile registration optimizations and tests (https://github.com/element-hq/matrix-react-sdk/pull/62). Contributed by @langleyd.
1003+
* Ignore chat effect when older than 48h (https://github.com/element-hq/matrix-react-sdk/pull/48). Contributed by @florianduros.
1004+
## 🐛 Bug Fixes
1005+
* Update native OIDC callback url to be RFC8252 compliant (https://github.com/element-hq/element-web/pull/28096). Contributed by @t3chguy.
1006+
* Update icons to include transparency (https://github.com/element-hq/element-web/pull/28040). Contributed by @t3chguy.
1007+
* Fix default\_widget\_container\_height in sample config (https://github.com/element-hq/element-web/pull/28034). Contributed by @dbkr.
1008+
* Fix untranslated keys being rendered in `/help` dialog (https://github.com/element-hq/matrix-react-sdk/pull/90). Contributed by @t3chguy.
1009+
* Ensure timeline search results are visible even in video rooms (https://github.com/element-hq/matrix-react-sdk/pull/96). Contributed by @t3chguy.
1010+
* Pop right panel timeline when unmaximising widget to avoid double timeline (https://github.com/element-hq/matrix-react-sdk/pull/94). Contributed by @t3chguy.
1011+
* Fix accessible label on left panel spotlight trigger (https://github.com/element-hq/matrix-react-sdk/pull/87). Contributed by @t3chguy.
1012+
* Crypto: fix display of device key (https://github.com/element-hq/matrix-react-sdk/pull/86). Contributed by @richvdh.</comment>
1013+
<requestid>1206523</requestid>
1014+
</revision>
9851015
</revisionlist>

packages/e/element-desktop/element-desktop-1.11.79.tar.gz

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/ipfs/bafybeihk7opnp4mal2iy4mzr2yqtkxmuldlkxdeqibnsnhurzebe5sztcy

packages/e/element-desktop/element-desktop.changes

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
-------------------------------------------------------------------
2+
Wed Oct 9 09:28:41 UTC 2024 - Dominik Heidler <[email protected]>
3+
4+
- Version 1.11.80
5+
## ✨ Features
6+
7+
* enable Element Call on desktop nightly (https://github.com/element-hq/element-desktop/pull/1873). Contributed by @fkwp.
8+
* Add doc for 'force\_verification config option (https://github.com/element-hq/element-web/pull/28035). Contributed by @dbkr.
9+
* Roll back change to device isolation mode (https://github.com/element-hq/matrix-react-sdk/pull/104). Contributed by @richvdh.
10+
* Remove right panel toggling behaviour on room header buttons (https://github.com/element-hq/matrix-react-sdk/pull/100). Contributed by @t3chguy.
11+
* Improve error display for messages sent from insecure devices (https://github.com/element-hq/matrix-react-sdk/pull/93). Contributed by @richvdh.
12+
* Add labs option to exclude unverified devices (https://github.com/element-hq/matrix-react-sdk/pull/92). Contributed by @richvdh.
13+
* Improve contrast for timestamps, date separators \& spotlight trigger (https://github.com/element-hq/matrix-react-sdk/pull/91). Contributed by @t3chguy.
14+
* Open room settings on room header avatar click (https://github.com/element-hq/matrix-react-sdk/pull/88). Contributed by @t3chguy.
15+
* Use `strong` over `b` for improved a11y semantics (https://github.com/element-hq/matrix-react-sdk/pull/41). Contributed by @t3chguy.
16+
* Grant Element Call widget capabilities for "raise hand" feature (https://github.com/element-hq/matrix-react-sdk/pull/82). Contributed by @AndrewFerr.
17+
* Mobile registration optimizations and tests (https://github.com/element-hq/matrix-react-sdk/pull/62). Contributed by @langleyd.
18+
* Ignore chat effect when older than 48h (https://github.com/element-hq/matrix-react-sdk/pull/48). Contributed by @florianduros.
19+
20+
## 🐛 Bug Fixes
21+
22+
* Update native OIDC callback url to be RFC8252 compliant (https://github.com/element-hq/element-web/pull/28096). Contributed by @t3chguy.
23+
* Update icons to include transparency (https://github.com/element-hq/element-web/pull/28040). Contributed by @t3chguy.
24+
* Fix default\_widget\_container\_height in sample config (https://github.com/element-hq/element-web/pull/28034). Contributed by @dbkr.
25+
* Fix untranslated keys being rendered in `/help` dialog (https://github.com/element-hq/matrix-react-sdk/pull/90). Contributed by @t3chguy.
26+
* Ensure timeline search results are visible even in video rooms (https://github.com/element-hq/matrix-react-sdk/pull/96). Contributed by @t3chguy.
27+
* Pop right panel timeline when unmaximising widget to avoid double timeline (https://github.com/element-hq/matrix-react-sdk/pull/94). Contributed by @t3chguy.
28+
* Fix accessible label on left panel spotlight trigger (https://github.com/element-hq/matrix-react-sdk/pull/87). Contributed by @t3chguy.
29+
* Crypto: fix display of device key (https://github.com/element-hq/matrix-react-sdk/pull/86). Contributed by @richvdh.
30+
131
-------------------------------------------------------------------
232
Wed Oct 2 12:43:45 UTC 2024 - Dominik Heidler <[email protected]>
333

packages/e/element-desktop/element-desktop.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818

1919
Name: element-desktop
20-
Version: 1.11.79
20+
Version: 1.11.80
2121
Release: 0
2222
Summary: A glossy Matrix collaboration client - desktop
23-
License: Apache-2.0
23+
License: AGPL-3.0-only or GPL-3.0-only
2424
URL: https://github.com/vector-im/element-desktop
2525
Source0: https://github.com/vector-im/element-desktop/archive/v%{version}.tar.gz#/element-desktop-%{version}.tar.gz
2626
Source2: vendor.tar.zst
@@ -214,7 +214,7 @@ ln -vs de_DE.json "%{buildroot}%{_datadir}/element/app/lib/i18n/strings/de.json"
214214
%electron_check_native
215215

216216
%files
217-
%license LICENSE
217+
%license LICENSE-AGPL-3.0 LICENSE-GPL-3.0
218218
%{_bindir}/%{name}
219219

220220
%dir %{_datadir}/element/
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/ipfs/bafybeicomx44ngugf2huj7ellywonevyymrfooj435msbc7do77hbsebk4
1+
/ipfs/bafybeifiip2mq52yrd7k7botwaoog2mxhs5eq5m6bvf5c3wqjfv6dzlu2m

0 commit comments

Comments
 (0)