Update vectorim/element-web Docker tag to v1.12.0 #1572

Merged
renovate-bot merged 1 commits from renovate/vectorim-element-web-1.x into main 2025-09-25 13:02:58 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
vectorim/element-web minor v1.11.112 -> v1.12.0

Release Notes

element-hq/element-web (vectorim/element-web)

v1.12.0

Compare Source

🦖 Deprecations

  • Remove remaining support for outdated .well-known settings (#​30702). Contributed by @​richvdh.

Features

🐛 Bug Fixes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vectorim/element-web](https://github.com/element-hq/element-web) | minor | `v1.11.112` -> `v1.12.0` | --- ### Release Notes <details> <summary>element-hq/element-web (vectorim/element-web)</summary> ### [`v1.12.0`](https://github.com/element-hq/element-web/releases/tag/v1.12.0) [Compare Source](https://github.com/element-hq/element-web/compare/v1.11.112...v1.12.0) #### 🦖 Deprecations - Remove remaining support for outdated .well-known settings ([#&#8203;30702](https://github.com/element-hq/element-web/pull/30702)). Contributed by [@&#8203;richvdh](https://github.com/richvdh). #### ✨ Features - Add decline button to call notification toast (use new notification event) ([#&#8203;30729](https://github.com/element-hq/element-web/pull/30729)). Contributed by [@&#8203;toger5](https://github.com/toger5). - Use the new room list by default ([#&#8203;30640](https://github.com/element-hq/element-web/pull/30640)). Contributed by [@&#8203;langleyd](https://github.com/langleyd). - "Verify this device" redesign ([#&#8203;30596](https://github.com/element-hq/element-web/pull/30596)). Contributed by [@&#8203;uhoreg](https://github.com/uhoreg). - Set Element Call "intents" when starting and answering DM calls. ([#&#8203;30730](https://github.com/element-hq/element-web/pull/30730)). Contributed by [@&#8203;Half-Shot](https://github.com/Half-Shot). - Add axe compliance for new room list ([#&#8203;30700](https://github.com/element-hq/element-web/pull/30700)). Contributed by [@&#8203;langleyd](https://github.com/langleyd). - Stop ringing and remove toast if another device answers a RTC call. ([#&#8203;30728](https://github.com/element-hq/element-web/pull/30728)). Contributed by [@&#8203;Half-Shot](https://github.com/Half-Shot). - Automatically adjust history visibility when making a room private ([#&#8203;30713](https://github.com/element-hq/element-web/pull/30713)). Contributed by [@&#8203;Half-Shot](https://github.com/Half-Shot). - Release announcement for new room list ([#&#8203;30675](https://github.com/element-hq/element-web/pull/30675)). Contributed by [@&#8203;dbkr](https://github.com/dbkr). #### 🐛 Bug Fixes - \[Backport staging] Room list: make the filter resize correctly ([#&#8203;30795](https://github.com/element-hq/element-web/pull/30795)). Contributed by [@&#8203;RiotRobot](https://github.com/RiotRobot). - \[Backport staging] Avoid flicker of the room list filter on resize ([#&#8203;30794](https://github.com/element-hq/element-web/pull/30794)). Contributed by [@&#8203;RiotRobot](https://github.com/RiotRobot). - Don't show release announcements while toasts are displayed ([#&#8203;30770](https://github.com/element-hq/element-web/pull/30770)). Contributed by [@&#8203;dbkr](https://github.com/dbkr). - Fix enabling key backup not working if there is an untrusted key backup ([#&#8203;30707](https://github.com/element-hq/element-web/pull/30707)). Contributed by [@&#8203;Half-Shot](https://github.com/Half-Shot). - Force `preload` to be false when setting an intent on an Element Call. ([#&#8203;30759](https://github.com/element-hq/element-web/pull/30759)). Contributed by [@&#8203;Half-Shot](https://github.com/Half-Shot). - Fix handling of 413 server response when uploading media ([#&#8203;30737](https://github.com/element-hq/element-web/pull/30737)). Contributed by [@&#8203;hughns](https://github.com/hughns). - Make landmark navigation work with new room list ([#&#8203;30747](https://github.com/element-hq/element-web/pull/30747)). Contributed by [@&#8203;dbkr](https://github.com/dbkr). - Prevent voice message from displaying spurious errors ([#&#8203;30736](https://github.com/element-hq/element-web/pull/30736)). Contributed by [@&#8203;florianduros](https://github.com/florianduros). - Align default avatar and fix colors in composer pills ([#&#8203;30739](https://github.com/element-hq/element-web/pull/30739)). Contributed by [@&#8203;florianduros](https://github.com/florianduros). - Use configured URL for link to desktop app in message search settings ([#&#8203;30742](https://github.com/element-hq/element-web/pull/30742)). Contributed by [@&#8203;t3chguy](https://github.com/t3chguy). - Fix history visibility when creating space rooms ([#&#8203;30745](https://github.com/element-hq/element-web/pull/30745)). Contributed by [@&#8203;dbkr](https://github.com/dbkr). - Check HTML-encoded quotes when handling translations for embedded pages (such as welcome.html) ([#&#8203;30743](https://github.com/element-hq/element-web/pull/30743)). Contributed by [@&#8203;Half-Shot](https://github.com/Half-Shot). - Fix local room encryption status always not enabled ([#&#8203;30461](https://github.com/element-hq/element-web/pull/30461)). Contributed by [@&#8203;BillCarsonFr](https://github.com/BillCarsonFr). - fix: make url in topic in room intro clickable ([#&#8203;30686](https://github.com/element-hq/element-web/pull/30686)). Contributed by [@&#8203;florianduros](https://github.com/florianduros). - Block change recovery key button while a change is ongoing. ([#&#8203;30664](https://github.com/element-hq/element-web/pull/30664)). Contributed by [@&#8203;Half-Shot](https://github.com/Half-Shot). - Hide advanced settings during room creation when `UIFeature.advancedSettings=false` ([#&#8203;30684](https://github.com/element-hq/element-web/pull/30684)). Contributed by [@&#8203;florianduros](https://github.com/florianduros). - A11y: improve accessibility of pinned messages ([#&#8203;30558](https://github.com/element-hq/element-web/pull/30558)). Contributed by [@&#8203;florianduros](https://github.com/florianduros). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTYuNiIsInVwZGF0ZWRJblZlciI6IjQxLjExNi42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJpbWFnZSJdfQ==-->
renovate-bot added the
image
automerge
labels 2025-09-25 13:02:52 +00:00
renovate-bot added 1 commit 2025-09-25 13:02:54 +00:00
Update vectorim/element-web Docker tag to v1.12.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 11s
f2d5bfeaf4
renovate-bot scheduled this pull request to auto merge when all checks succeed 2025-09-25 13:02:55 +00:00
renovate-bot merged commit 54af96fe78 into main 2025-09-25 13:02:58 +00:00
renovate-bot deleted branch renovate/vectorim-element-web-1.x 2025-09-25 13:02:58 +00:00
Sign in to join this conversation.
No description provided.