From c55adf2c5333fb05d6700cb162ac5c0ee6534305 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 24 Feb 2026 20:38:00 +0000 Subject: [PATCH] chore(deps): update dependency element-hq/element-web to v1.12.11 (#4213) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [element-hq/element-web](https://github.com/element-hq/element-web) | patch | `v1.12.10` → `v1.12.11` | --- ### Release Notes
element-hq/element-web (element-hq/element-web) ### [`v1.12.11`](https://github.com/element-hq/element-web/releases/tag/v1.12.11) [Compare Source](https://github.com/element-hq/element-web/compare/v1.12.10...v1.12.11) #### 🦖 Deprecations - Remove UIFeature.BulkUnverifiedSessionsReminder setting ([#​31943](https://github.com/element-hq/element-web/pull/31943)). Contributed by [@​andybalaam](https://github.com/andybalaam). - Remove unused function to auto-rageshake when key backup is not set up ([#​31942](https://github.com/element-hq/element-web/pull/31942)). Contributed by [@​andybalaam](https://github.com/andybalaam). #### ✨ Features - Room list: update the visuals in order to have better contrast ([#​32421](https://github.com/element-hq/element-web/pull/32421)). Contributed by [@​florianduros](https://github.com/florianduros). - Set history visibility to "invited" for DMs and new non-public rooms when creating a room ([#​31974](https://github.com/element-hq/element-web/pull/31974)). Contributed by [@​langleyd](https://github.com/langleyd). - Remove server acl status/summaries from timeline ([#​32461](https://github.com/element-hq/element-web/pull/32461)). Contributed by [@​langleyd](https://github.com/langleyd). - Update `globalBlacklistUnverifiedDevices` on setting change ([#​31983](https://github.com/element-hq/element-web/pull/31983)). Contributed by [@​kaylendog](https://github.com/kaylendog). - Add badge for history visibiltity to room info panel ([#​31927](https://github.com/element-hq/element-web/pull/31927)). Contributed by [@​richvdh](https://github.com/richvdh). #### 🐛 Bug Fixes - Default useOnlyCurrentProfiles to true ([#​32524](https://github.com/element-hq/element-web/pull/32524)). Contributed by [@​dbkr](https://github.com/dbkr). - Keep custom theme active after reload ([#​32506](https://github.com/element-hq/element-web/pull/32506)). Contributed by [@​florianduros](https://github.com/florianduros). - Update font format from 'ttf' to 'truetype' ([#​32493](https://github.com/element-hq/element-web/pull/32493)). Contributed by [@​all-yall](https://github.com/all-yall). - Fix videos on Firefox ([#​32497](https://github.com/element-hq/element-web/pull/32497)). Contributed by [@​p1gp1g](https://github.com/p1gp1g). - Use a dedicated FAQ/help entry for key storage. ([#​32480](https://github.com/element-hq/element-web/pull/32480)). Contributed by [@​mxandreas](https://github.com/mxandreas). - Avoid showing two chat timelines side by side after a call ([#​32484](https://github.com/element-hq/element-web/pull/32484)). Contributed by [@​robintown](https://github.com/robintown). - Update screenshot for reactive display name disambiguation ([#​32431](https://github.com/element-hq/element-web/pull/32431)). Contributed by [@​aditya-cherukuru](https://github.com/aditya-cherukuru). - Fix Status Bar being unreadable when the user overrides the default OS light/dark theme. ([#​32442](https://github.com/element-hq/element-web/pull/32442)). Contributed by [@​Half-Shot](https://github.com/Half-Shot). - fix: Remove state\_key: null from Seshat search results ([#​31524](https://github.com/element-hq/element-web/pull/31524)). Contributed by [@​shinaoka](https://github.com/shinaoka). - Fix user pill deserialisation ([#​31947](https://github.com/element-hq/element-web/pull/31947)). Contributed by [@​t3chguy](https://github.com/t3chguy).
--- ### 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](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4213 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/element-web/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/element-web/Chart.yaml b/clusters/cl01tl/helm/element-web/Chart.yaml index f042cf8e8..e1f24636a 100644 --- a/clusters/cl01tl/helm/element-web/Chart.yaml +++ b/clusters/cl01tl/helm/element-web/Chart.yaml @@ -24,4 +24,4 @@ dependencies: version: 2.3.0 icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/element.png # renovate: datasource=github-releases depName=element-hq/element-web -appVersion: v1.12.10 +appVersion: v1.12.11