Skip to content

Commit 15902e5

Browse files
committed
release: New release v5.12.0.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 19705bc commit 15902e5

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

changelog.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to the Zulip desktop app are documented in this file.
44

5+
### v5.12.0 --2025-03-13
6+
7+
**Enhancements**:
8+
9+
- Updated the icon in macOS with a native appearance.
10+
- Marked untranslated strings for translation.
11+
- Updated translations.
12+
13+
**Dependencies**:
14+
15+
- Upgraded all dependencies, including Electron 35.0.1.
16+
17+
**Removed features**:
18+
19+
- 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.
20+
521
### v5.11.1 --2024-08-23
622

723
**Enhancements**:

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zulip",
33
"productName": "Zulip",
4-
"version": "5.11.1",
4+
"version": "5.12.0",
55
"main": "./dist-electron",
66
"description": "Zulip Desktop App",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)