element-desktop
No description set
- Developed at devel:languages:nodejs
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Slowroll:Base:1/element-desktop && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
element-desktop-1.11.26.tar.gz | 0007348884 7.01 MB | |
element-desktop.changes | 0000069312 67.7 KB | |
element-desktop.sh | 0000000058 58 Bytes | |
element-desktop.spec | 0000004637 4.53 KB | |
element-web-1.11.26.tar.gz | 0001480006 1.41 MB | |
io.element.Element.desktop | 0000000733 733 Bytes | |
npm-packages-offline-cache.tar.gz | 0132732244 127 MB | |
prepare.sh | 0000002247 2.19 KB |
Revision 32 (latest revision is 70)
Dominique Leuenberger (dimstar_suse)
accepted
request 1075029
from
Dominik Heidler (dheidler)
(revision 32)
- Version 1.11.26 ## 🐛 Bug Fixes * Changes for matrix-js-sdk v24.0.0 * Changes for matrix-react-sdk v3.69.0 - Version 1.11.25 ## ✨ Features * Remove experimental PWA support for Firefox and Safari ([\#24630](https://github.com/vector-im/element-web/pull/24630)). * Only allow to start a DM with one email if encryption by default is enabled ([\#10253](https://github.com/matrix-org/matrix-react-sdk/pull/10253)). Fixes vector-im/element-web#23133. * DM rooms are now encrypted if encryption by default is enabled and only inviting a single email address. Any action in the result DM room will be blocked until the other has joined. ([\#10229](https://github.com/matrix-org/matrix-react-sdk/pull/10229)). * Reduce bottom margin of ReplyChain on compact modern layout ([\#8972](https://github.com/matrix-org/matrix-react-sdk/pull/8972)). Fixes vector-im/element-web#22748. Contributed by @luixxiul. * Support for v2 of MSC3903 ([\#10165](https://github.com/matrix-org/matrix-react-sdk/pull/10165)). Contributed by @hughns. * When starting a DM, existing rooms with pending third-party invites will be reused. ([\#10256](https://github.com/matrix-org/matrix-react-sdk/pull/10256)). Fixes vector-im/element-web#23139. * Polls push rules: synchronise poll rules with message rules ([\#10263](https://github.com/matrix-org/matrix-react-sdk/pull/10263)). Contributed by @kerryarchibald. * New verification request toast button labels ([\#10259](https://github.com/matrix-org/matrix-react-sdk/pull/10259)). * Remove padding around integration manager iframe ([\#10148](https://github.com/matrix-org/matrix-react-sdk/pull/10148)). * Fix block code styling in rich text editor ([\#10246](https://github.com/matrix-org/matrix-react-sdk/pull/10246)). Contributed by @alunturner. * Poll history: fetch more poll history ([\#10235](https://github.com/matrix-org/matrix-react-sdk/pull/10235)). Contributed by @kerryarchibald. * Sort short/exact emoji matches before longer incomplete matches ([\#10212](https://github.com/matrix-org/matrix-react-sdk/pull/10212)). Fixes vector-im/element-web#23210. Contributed by @grimhilt. * Poll history: detail screen ([\#10172](https://github.com/matrix-org/matrix-react-sdk/pull/10172)). Contributed by @kerryarchibald. * Provide a more detailed error message than "No known servers" ([\#6048](https://github.com/matrix-org/matrix-react-sdk/pull/6048)). Fixes vector-im/element-web#13247. Contributed by @aaronraimist. * Say when a call was answered from a different device ([\#10224](https://github.com/matrix-org/matrix-react-sdk/pull/10224)). * Widget permissions customizations using module api ([\#10121](https://github.com/matrix-org/matrix-react-sdk/pull/10121)). Contributed by @maheichyk. * Fix copy button icon overlapping with copyable text ([\#10227](https://github.com/matrix-org/matrix-react-sdk/pull/10227)). Contributed by @Adesh-Pandey. * Support joining non-peekable rooms via the module API ([\#10154](https://github.com/matrix-org/matrix-react-sdk/pull/10154)). Contributed by @maheichyk. * The "new login" toast does now display the same device information as in the settings. "No" does now open the device settings. "Yes, it was me" dismisses the toast. ([\#10200](https://github.com/matrix-org/matrix-react-sdk/pull/10200)). * Do not prompt for a password when doing a „reset all“ after login ([\#10208](https://github.com/matrix-org/matrix-react-sdk/pull/10208)). ## 🐛 Bug Fixes * Fix macOS notarisation using keychain credentials ([\#557](https://github.com/vector-im/element-desktop/pull/557)). * Let electron-builder correctly set StartupWMClass ([\#526](https://github.com/vector-im/element-desktop/pull/526)). Fixes vector-im/element-web#13780.
Comments 4
Version 1.9.2 stable was released last week. See https://github.com/vector-im/element-web/releases/tag/v1.9.2
Can you add support for "Message search". See https://github.com/vector-im/element-desktop/blob/develop/docs/native-node-modules.md#adding-seshat-for-search-in-e2e-encrypted-rooms
This requires the rust compiler to compile some native libraries. The problem is that the js build scripts and the rust cargo package manager try to download that stuff from the internet which doesn't work in the build environment.
Hi! There is a long running tracking issue on the element-desktop GitHub repository, where OpenSUSE Tumbleweed users describe a common problem: element-desktop allows to log in, but when quitting and restarting the app, it goes into "[Offline]" mode and says it lost connection and cannot load new chat contents.
https://github.com/vector-im/element-desktop/issues/850
My personal situation with some diagnostics is described here: https://github.com/vector-im/element-desktop/issues/850#issuecomment-1591491340
(I could not find a way to make the console output more verbose, and devtools did not work either.)
I installed OpenSUSE Tumbleweed fresh from USB yesterday and ran into this issue straight away.
Notably, before reinstalling Tumbleweed, I didn't have this issue with element-desktop.