Skip to content

Commit

Permalink
Update element to version v1.11.78 (#1527)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Sep 26, 2024
1 parent f823a57 commit 2b14d84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion element/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 7 additions & 13 deletions element/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

0 comments on commit 2b14d84

Please sign in to comment.