From 74bb31671a2153bc834aa9cc6c419ce7e9da3a2f Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Mon, 16 Sep 2024 16:24:22 +1000 Subject: [PATCH] Update element to v1.11.77 (#1470) --- element/docker-compose.yml | 2 +- element/umbrel-app.yml | 32 ++++++++++---------------------- 2 files changed, 11 insertions(+), 23 deletions(-) diff --git a/element/docker-compose.yml b/element/docker-compose.yml index 0bc09390..b68b4d1d 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.76@sha256:3aa1e8f51dd586514bb068132162392f3a05a4539fcc370f8f052e9e5bcae00e + image: vectorim/element-web:v1.11.77@sha256:d8e91adc921296c32fee926fa47189208b1784792176a39d49bc80de9d7f8b26 # NGINX parent container requires root # user: "1000:1000" restart: on-failure diff --git a/element/umbrel-app.yml b/element/umbrel-app.yml index d2cc5d66..91eddd99 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.76" +version: "1.11.77" 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,29 +48,17 @@ 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. - ✨ 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. + This update includes several new features and improvements: - 🐛 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. + - 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 - 🧰 Maintenance - - Updated dependencies for MSC4157. + + Various bug fixes have also been implemented, including improvements to read receipt animations, message truncation, and performance enhancements. Full release notes can be found at https://github.com/vector-im/element-web/releases \ No newline at end of file