From ab72be6351c0f034ceb4aba67b820b5b57d2d36f Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Thu, 17 Oct 2024 10:07:36 +1000 Subject: [PATCH] Update element to version v1.11.81 (#1645) --- element/docker-compose.yml | 2 +- element/umbrel-app.yml | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/element/docker-compose.yml b/element/docker-compose.yml index 653f317..2765866 100644 --- a/element/docker-compose.yml +++ b/element/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 80 web: - image: vectorim/element-web:v1.11.80@sha256:6d8987d11a018b7db998a8960fd3c57f9ae70602158c15b5c4d4f4f705158003 + image: vectorim/element-web:v1.11.81@sha256:6831fb2e55e16b0dfd0ef349001066393402a8d56ea05ea85af6244de48ba71c # NGINX parent container requires root # user: "1000:1000" restart: on-failure diff --git a/element/umbrel-app.yml b/element/umbrel-app.yml index 140f61d..80bf53d 100644 --- a/element/umbrel-app.yml +++ b/element/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: element category: social name: Element -version: "1.11.80" +version: "1.11.81" 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. @@ -45,13 +45,7 @@ torOnly: false submitter: Umbrel 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 fixes a high severity vulnerability (CVE-2024-47771). It is strongly recommended to update as soon as possible. - Highlights: - - Enhanced error display for messages sent from insecure devices - - Added option to exclude unverified devices (in labs) - - Improved contrast for timestamps, date separators, and spotlight trigger - - Room settings now open on room header avatar click - Full release notes can be found at https://github.com/vector-im/element-web/releases \ No newline at end of file