This commit is contained in:
RiotRobot
2026-04-30 09:55:38 +00:00
parent 208e8ca1a1
commit cc00c4c5a8
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
Changes in [1.12.17](https://github.com/element-hq/element-web/releases/tag/v1.12.17) (2026-04-30)
==================================================================================================
## 🐛 Bug Fixes
* [Backport] Fix OIDC login callback handling on Element Desktop ([#33337](https://github.com/element-hq/element-web/pull/33337)). Contributed by @t3chguy.
Changes in [1.12.16](https://github.com/element-hq/element-web/releases/tag/v1.12.16) (2026-04-28)
==================================================================================================
## 🦖 Deprecations
+1 -1
View File
@@ -3,7 +3,7 @@
"productName": "Element",
"main": "lib/electron-main.js",
"exports": "./lib/electron-main.js",
"version": "1.12.16",
"version": "1.12.17",
"description": "Element: the future of secure communication",
"author": {
"name": "Element",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "element-web",
"version": "1.12.16",
"version": "1.12.17",
"description": "Element: the future of secure communication",
"author": "New Vector Ltd.",
"repository": {