Update element to v1.11.77 (#1470)

This commit is contained in:
Nathan Fretz 2024-09-16 16:24:22 +10:00 committed by GitHub
parent de9ad02b94
commit 74bb31671a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 23 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 80 APP_PORT: 80
web: web:
image: vectorim/element-web:v1.11.76@sha256:3aa1e8f51dd586514bb068132162392f3a05a4539fcc370f8f052e9e5bcae00e image: vectorim/element-web:v1.11.77@sha256:d8e91adc921296c32fee926fa47189208b1784792176a39d49bc80de9d7f8b26
# NGINX parent container requires root # NGINX parent container requires root
# user: "1000:1000" # user: "1000:1000"
restart: on-failure restart: on-failure

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: element id: element
category: social category: social
name: Element name: Element
version: "1.11.76" version: "1.11.77"
tagline: A glossy Matrix client compatible with Synapse tagline: A glossy Matrix client compatible with Synapse
description: >- description: >-
Element is a new type of messaging app. You choose where your messages are stored, putting you in control of your data. 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. ⚠️ 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 This update includes several new features and improvements:
- 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 - Added support for user-defined timezones
- Disabled elements on the login page during loading. - Improved pinned messages functionality, including a new banner at the top of rooms
- Hid pinned messages when grouped in the timeline if pinning is disabled. - Enhanced widget container options
- Added a chat button on the new room header for maximized widgets. - Implemented rich text editor drafts
- Displayed a spinner while the initial search request is in progress. - Added thread information in pinned message lists
- Fixed user menu font issues. - Introduced Pin/Unpin action in the message quick access bar
- 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. 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 Full release notes can be found at https://github.com/vector-im/element-web/releases