This commit is contained in:
RiotRobot
2025-12-03 18:01:22 +00:00
parent 805a148e8e
commit bd7d3b67c3
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
Changes in [1.12.6](https://github.com/element-hq/element-desktop/releases/tag/v1.12.6) (2025-12-03)
====================================================================================================
This release fixes a bug where 1:1 calling was incorrectly not available if no Element Call focus was set.
## 🐛 Bug Fixes
* Add option to pick call options for voice calls. ([#31413](https://github.com/element-hq/element-web/pull/31413)).
Changes in [1.12.5](https://github.com/element-hq/element-desktop/releases/tag/v1.12.5) (2025-12-02) Changes in [1.12.5](https://github.com/element-hq/element-desktop/releases/tag/v1.12.5) (2025-12-02)
==================================================================================================== ====================================================================================================
## ✨ Features ## ✨ Features

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.5", "version": "1.12.6",
"description": "Element: the future of secure communication", "description": "Element: the future of secure communication",
"author": { "author": {
"name": "Element", "name": "Element",