From f900ebf74bb3617c19bd9294c4ea333a9ff15f70 Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Fri, 11 Apr 2025 12:30:35 +0200 Subject: [PATCH] Update element to v1.11.97 (#2534) --- element/docker-compose.yml | 2 +- element/umbrel-app.yml | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/element/docker-compose.yml b/element/docker-compose.yml index ffdd2990..c1e36372 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.96@sha256:13d0ea68d7ffd7d4800b4a243cade0ec535b4ed3d8d00478ae95950b14fa634c + image: vectorim/element-web:v1.11.97@sha256:656e44fbab4cc61e0e9154273d073d6713ce82f13ee28715df006099880d7d67 # NGINX parent container requires root # user: "1000:1000" restart: on-failure diff --git a/element/umbrel-app.yml b/element/umbrel-app.yml index 6ca86cf3..37b42fa0 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.96" +version: "1.11.97" 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. @@ -46,12 +46,10 @@ submitter: Umbrel submission: https://github.com/getumbrel/umbrel/commit/bb10e17a6256db19767af7eaeb93d665ac275b24 releaseNotes: >- Some key highlights in this release include: - - Improved room list with sorting, filters, and message previews - - Added setting to hide avatars in invite-only rooms - - Added key storage toggle in encryption settings - - Implemented MSC4142 to fix reply mention behavior - - Improved error handling in group calls and identity resets - - Fixed Docker healthcheck and room list display bugs + - Improved room list functionality with sorting, filtering, and notification decorations + - Added ability to hide images and videos after clicking "show" + - Enhanced accessibility for checkboxes and labels + - Improved error handling and user experience in various areas Full release notes can be found at https://github.com/vector-im/element-web/releases