Skip to content

Commit

Permalink
Update element to version v1.11.76 (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Sep 2, 2024
1 parent 52c212d commit a5b001b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 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.75@sha256:70b807069344a06797bc340f748f5850e88a3bd670b374e03a9f84d77322b285
image: vectorim/element-web:v1.11.76@sha256:3aa1e8f51dd586514bb068132162392f3a05a4539fcc370f8f052e9e5bcae00e
# NGINX parent container requires root
# user: "1000:1000"
restart: on-failure
Expand Down
28 changes: 25 additions & 3 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.75"
version: "1.11.76"
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 @@ -43,12 +43,34 @@ defaultUsername: ""
defaultPassword: ""
torOnly: false
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/commit/bb10e17a6256db19767af7eaeb93e665ac275b24
submission: https://github.com/getumbrel/umbrel/commit/bb10e17a6256db19767af7eaeb93d665ac275b24
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 release includes security fixes for CVE-2024-42369 / GHSA-vhr5-g3pm-49fm. Please update as soon as possible.
✨ Features
- Reworked the message pinning list in the right panel.
- Tweaked UIA postMessage check to work cross-origin.
- Added support for delayed events (Futures) for the call widget.
- Stopped ongoing ring when another device joins the call session.
- Rich text editor now auto-replaces plain text emoticons with emojis.
- Cleaned up editor drafts for unknown rooms.
- Renamed general user settings to “account.”
- Updated settings tab icons.
- Disabled “jump to read receipt” button when there is nothing to jump to.
🐛 Bug Fixes
- Disabled elements on the login page during loading.
- Hid pinned messages when grouped in the timeline if pinning is disabled.
- Added a chat button on the new room header for maximized widgets.
- Displayed a spinner while the initial search request is in progress.
- Fixed user menu font issues.
- Enabled text selection in the right panel topic.
- Added a missing presence indicator to the new room header.
- Corrected permissions in release tarballs.
🧰 Maintenance
- Updated dependencies for MSC4157.
Full release notes can be found at https://github.com/vector-im/element-web/releases

0 comments on commit a5b001b

Please sign in to comment.