diff --git a/element/docker-compose.yml b/element/docker-compose.yml index c490824d..47574bda 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.12.13@sha256:5107e63026c13ed014f743e485821b7d4b56d275a41e76303859bb14f5f94eb6 + image: vectorim/element-web:v1.12.15@sha256:c7fa40b5ba3891f8af3ce63da0818f457c1802a9ee4d2f5e46a9df36a2388eed user: "nginx:nginx" restart: on-failure stop_grace_period: 1m diff --git a/element/umbrel-app.yml b/element/umbrel-app.yml index f369305d..152203d1 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.12.13" +version: "1.12.15" 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,16 +46,17 @@ submitter: Umbrel submission: https://github.com/getumbrel/umbrel/commit/bb10e17a6256db19767af7eaeb93d665ac275b24 releaseNotes: >- Some key highlights in this release include: - - Upgraded Element Call with new picture-in-picture designs - - Added support for Widget and Room Header Buttons module APIs - - Redesigned the widget picture-in-picture and moved it into a shared component - - Realigned the message action bar to match updated designs - - Fixed soft crash of room list when trying to open a room - - Fixed "key storage out of sync" appearing when key storage is actually fine - - Fixed expand space panel button not being shown on keyboard focus - - Fixed remove button styling in local address list of room settings - - Always check and update the user's timezone on their profile on startup - - Removed automatic rageshake and error reporting labs features + - Added analytics tracking for URL previews + - Implemented collapsible panels for the new room list with improved performance + - Clicking on a room list separator now expands to the last set width + - Hidden the names of banned users behind a spoiler tag + - Fixed incoming verification request appearing above the please verify prompt + - Fixed room list often showing the wrong icons for calls + - Fixed presence indicators not showing without cache + - Fixed emoticon slash commands including stale buffers + - Fixed icon size of badges in the right panel + - Show space name instead of "Empty room" after space creation + - Stripped ephemeral query params from OIDC redirect URI Full release notes can be found at https://github.com/vector-im/element-web/releases