release: New release v5.12.0.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-03-13 14:06:16 -07:00
parent 19705bc90b
commit 15902e51f6
3 changed files with 19 additions and 3 deletions

View File

@@ -2,6 +2,22 @@
All notable changes to the Zulip desktop app are documented in this file.
### v5.12.0 --2025-03-13
**Enhancements**:
- Updated the icon in macOS with a native appearance.
- Marked untranslated strings for translation.
- Updated translations.
**Dependencies**:
- Upgraded all dependencies, including Electron 35.0.1.
**Removed features**:
- Removed support for macOS 10.15 and earlier, which reached end-of-life in 2022 and is [no longer supported](https://www.electronjs.org/blog/electron-33-0#removed-macos-1015-support) by Electron.
### v5.11.1 --2024-08-23
**Enhancements**:

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "zulip",
"version": "5.11.1",
"version": "5.12.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "zulip",
"version": "5.11.1",
"version": "5.12.0",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@@ -1,7 +1,7 @@
{
"name": "zulip",
"productName": "Zulip",
"version": "5.11.1",
"version": "5.12.0",
"main": "./dist-electron",
"description": "Zulip Desktop App",
"license": "Apache-2.0",