Browse Source

Update element to v1.11.77 (#1470)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
74bb31671a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      element/docker-compose.yml
  2. 36
      element/umbrel-app.yml

2
element/docker-compose.yml

@ -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

36
element/umbrel-app.yml

@ -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 user-defined timezones
- Added support for delayed events (Futures) for the call widget. - Improved pinned messages functionality, including a new banner at the top of rooms
- Stopped ongoing ring when another device joins the call session. - Enhanced widget container options
- Rich text editor now auto-replaces plain text emoticons with emojis. - Implemented rich text editor drafts
- Cleaned up editor drafts for unknown rooms. - Added thread information in pinned message lists
- Renamed general user settings to “account.” - Introduced Pin/Unpin action in the message quick access bar
- Updated settings tab icons.
- Disabled “jump to read receipt” button when there is nothing to jump to.
Various bug fixes have also been implemented, including improvements to read receipt animations, message truncation, and performance enhancements.
🐛 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 Full release notes can be found at https://github.com/vector-im/element-web/releases
Loading…
Cancel
Save