From 15902e51f6ce4c4c2844b6c82d34caaf207b2857 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 13 Mar 2025 14:06:16 -0700 Subject: [PATCH] release: New release v5.12.0. Signed-off-by: Anders Kaseorg --- changelog.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 91d06532..17beb458 100644 --- a/changelog.md +++ b/changelog.md @@ -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**: diff --git a/package-lock.json b/package-lock.json index 83233cc8..0ddd031a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 551943dd..e7b77473 100644 --- a/package.json +++ b/package.json @@ -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",