mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update element to v1.11.77 (#1470)
This commit is contained in:
parent
de9ad02b94
commit
74bb31671a
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue
Block a user