Update vectorim/element-web Docker tag to v1.11.80 #335

Merged
AverageMarcus merged 1 commits from renovate/vectorim-element-web-1.x into master 2024-10-09 05:36:32 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
vectorim/element-web patch v1.11.79 -> v1.11.80

Release Notes

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

v1.11.80

Compare Source

Features

  • Add doc for 'force_verification config option (#​28035). Contributed by @​dbkr.
  • Roll back change to device isolation mode (#​104). Contributed by @​richvdh.
  • Remove right panel toggling behaviour on room header buttons (#​100). Contributed by @​t3chguy.
  • Improve error display for messages sent from insecure devices (#​93). Contributed by @​richvdh.
  • Add labs option to exclude unverified devices (#​92). Contributed by @​richvdh.
  • Improve contrast for timestamps, date separators & spotlight trigger (#​91). Contributed by @​t3chguy.
  • Open room settings on room header avatar click (#​88). Contributed by @​t3chguy.
  • Use strong over b for improved a11y semantics (#​41). Contributed by @​t3chguy.
  • Grant Element Call widget capabilities for "raise hand" feature (#​82). Contributed by @​AndrewFerr.
  • Mobile registration optimizations and tests (#​62). Contributed by @​langleyd.
  • Ignore chat effect when older than 48h (#​48). Contributed by @​florianduros.

🐛 Bug Fixes

  • Update native OIDC callback url to be RFC8252 compliant (#​28096). Contributed by @​t3chguy.
  • Update icons to include transparency (#​28040). Contributed by @​t3chguy.
  • Fix default_widget_container_height in sample config (#​28034). Contributed by @​dbkr.
  • Fix untranslated keys being rendered in /help dialog (#​90). Contributed by @​t3chguy.
  • Ensure timeline search results are visible even in video rooms (#​96). Contributed by @​t3chguy.
  • Pop right panel timeline when unmaximising widget to avoid double timeline (#​94). Contributed by @​t3chguy.
  • Fix accessible label on left panel spotlight trigger (#​87). Contributed by @​t3chguy.
  • Crypto: fix display of device key (#​86). Contributed by @​richvdh.

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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) | patch | `v1.11.79` -> `v1.11.80` | --- ### Release Notes <details> <summary>element-hq/element-web (vectorim/element-web)</summary> ### [`v1.11.80`](https://github.com/element-hq/element-web/releases/tag/v1.11.80) [Compare Source](https://github.com/element-hq/element-web/compare/v1.11.79...v1.11.80) #### ✨ Features - Add doc for 'force_verification config option ([#&#8203;28035](https://github.com/element-hq/element-web/pull/28035)). Contributed by [@&#8203;dbkr](https://github.com/dbkr). - Roll back change to device isolation mode ([#&#8203;104](https://github.com/element-hq/matrix-react-sdk/pull/104)). Contributed by [@&#8203;richvdh](https://github.com/richvdh). - Remove right panel toggling behaviour on room header buttons ([#&#8203;100](https://github.com/element-hq/matrix-react-sdk/pull/100)). Contributed by [@&#8203;t3chguy](https://github.com/t3chguy). - Improve error display for messages sent from insecure devices ([#&#8203;93](https://github.com/element-hq/matrix-react-sdk/pull/93)). Contributed by [@&#8203;richvdh](https://github.com/richvdh). - Add labs option to exclude unverified devices ([#&#8203;92](https://github.com/element-hq/matrix-react-sdk/pull/92)). Contributed by [@&#8203;richvdh](https://github.com/richvdh). - Improve contrast for timestamps, date separators & spotlight trigger ([#&#8203;91](https://github.com/element-hq/matrix-react-sdk/pull/91)). Contributed by [@&#8203;t3chguy](https://github.com/t3chguy). - Open room settings on room header avatar click ([#&#8203;88](https://github.com/element-hq/matrix-react-sdk/pull/88)). Contributed by [@&#8203;t3chguy](https://github.com/t3chguy). - Use `strong` over `b` for improved a11y semantics ([#&#8203;41](https://github.com/element-hq/matrix-react-sdk/pull/41)). Contributed by [@&#8203;t3chguy](https://github.com/t3chguy). - Grant Element Call widget capabilities for "raise hand" feature ([#&#8203;82](https://github.com/element-hq/matrix-react-sdk/pull/82)). Contributed by [@&#8203;AndrewFerr](https://github.com/AndrewFerr). - Mobile registration optimizations and tests ([#&#8203;62](https://github.com/element-hq/matrix-react-sdk/pull/62)). Contributed by [@&#8203;langleyd](https://github.com/langleyd). - Ignore chat effect when older than 48h ([#&#8203;48](https://github.com/element-hq/matrix-react-sdk/pull/48)). Contributed by [@&#8203;florianduros](https://github.com/florianduros). #### 🐛 Bug Fixes - Update native OIDC callback url to be RFC8252 compliant ([#&#8203;28096](https://github.com/element-hq/element-web/pull/28096)). Contributed by [@&#8203;t3chguy](https://github.com/t3chguy). - Update icons to include transparency ([#&#8203;28040](https://github.com/element-hq/element-web/pull/28040)). Contributed by [@&#8203;t3chguy](https://github.com/t3chguy). - Fix default_widget_container_height in sample config ([#&#8203;28034](https://github.com/element-hq/element-web/pull/28034)). Contributed by [@&#8203;dbkr](https://github.com/dbkr). - Fix untranslated keys being rendered in `/help` dialog ([#&#8203;90](https://github.com/element-hq/matrix-react-sdk/pull/90)). Contributed by [@&#8203;t3chguy](https://github.com/t3chguy). - Ensure timeline search results are visible even in video rooms ([#&#8203;96](https://github.com/element-hq/matrix-react-sdk/pull/96)). Contributed by [@&#8203;t3chguy](https://github.com/t3chguy). - Pop right panel timeline when unmaximising widget to avoid double timeline ([#&#8203;94](https://github.com/element-hq/matrix-react-sdk/pull/94)). Contributed by [@&#8203;t3chguy](https://github.com/t3chguy). - Fix accessible label on left panel spotlight trigger ([#&#8203;87](https://github.com/element-hq/matrix-react-sdk/pull/87)). Contributed by [@&#8203;t3chguy](https://github.com/t3chguy). - Crypto: fix display of device key ([#&#8203;86](https://github.com/element-hq/matrix-react-sdk/pull/86)). Contributed by [@&#8203;richvdh](https://github.com/richvdh). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTQuMCIsInVwZGF0ZWRJblZlciI6IjM4LjExNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2024-10-09 03:06:04 +00:00
AverageMarcus merged commit 75b03367ee into master 2024-10-09 05:36:32 +00:00
AverageMarcus deleted branch renovate/vectorim-element-web-1.x 2024-10-09 05:36:32 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AverageMarcus/cluster.fun#335
No description provided.