This commit is contained in:
RiotRobot
2026-05-27 13:46:37 +00:00
parent 2bf14fbc80
commit 5d36492432
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
Changes in [1.12.20](https://github.com/element-hq/element-web/releases/tag/v1.12.20) (2026-05-27)
==================================================================================================
## 🐛 Bug Fixes
* [Backport staging] Realign the User Menu profile picture on desktop ([#33634](https://github.com/element-hq/element-web/pull/33634)). Contributed by @RiotRobot.
Changes in [1.12.19](https://github.com/element-hq/element-web/releases/tag/v1.12.19) (2026-05-27) Changes in [1.12.19](https://github.com/element-hq/element-web/releases/tag/v1.12.19) (2026-05-27)
================================================================================================== ==================================================================================================
## 🦖 Deprecations ## 🦖 Deprecations
+1 -1
View File
@@ -3,7 +3,7 @@
"productName": "Element", "productName": "Element",
"main": "lib/electron-main.js", "main": "lib/electron-main.js",
"exports": "./lib/electron-main.js", "exports": "./lib/electron-main.js",
"version": "1.12.19", "version": "1.12.20",
"description": "Element: the future of secure communication", "description": "Element: the future of secure communication",
"author": { "author": {
"name": "Element", "name": "Element",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "element-web", "name": "element-web",
"version": "1.12.19", "version": "1.12.20",
"description": "Element: the future of secure communication", "description": "Element: the future of secure communication",
"author": "New Vector Ltd.", "author": "New Vector Ltd.",
"repository": { "repository": {