Browse Source

Update element to version v1.11.78 (#1527)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
2b14d84175
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      element/docker-compose.yml
  2. 20
      element/umbrel-app.yml

2
element/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 80
web:
image: vectorim/element-web:v1.11.77@sha256:d8e91adc921296c32fee926fa47189208b1784792176a39d49bc80de9d7f8b26
image: vectorim/element-web:v1.11.78@sha256:a89e7bc6daf852b37cb14d8b53068245c4c6ceea0d59ccb89af4cb6113303855
# NGINX parent container requires root
# user: "1000:1000"
restart: on-failure

20
element/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: element
category: social
name: Element
version: "1.11.77"
version: "1.11.78"
tagline: A glossy Matrix client compatible with Synapse
description: >-
Element is a new type of messaging app. You choose where your messages are stored, putting you in control of your data.
@ -48,17 +48,11 @@ releaseNotes: >-
⚠️ If you are using Synapse on your Umbrel as your Matrix homeserver, please update Synapse to the latest version available in the Umbrel App Store to maintain compatibility with Element.
This update includes several new features and improvements:
- Added support for user-defined timezones
- Improved pinned messages functionality, including a new banner at the top of rooms
- Enhanced widget container options
- Implemented rich text editor drafts
- Added thread information in pinned message lists
- Introduced Pin/Unpin action in the message quick access bar
Various bug fixes have also been implemented, including improvements to read receipt animations, message truncation, and performance enhancements.
Highlights:
- Added features for pinning messages and displaying release announcements.
- Introduced mobile registration and added timezones to user profiles.
- Improved security with support for cross-signing reset and an option to force verification.
- Reduced the size of the pinned message banner and enabled message pinning by default.
- Fixed issues with pinned message banner performance and reversed the order of pinned messages.
Full release notes can be found at https://github.com/vector-im/element-web/releases
Loading…
Cancel
Save