release: New release v5.12.1.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-08-29 12:46:16 -07:00
parent c1f2ae5ef8
commit 52a3fa6bd1
3 changed files with 15 additions and 3 deletions

View File

@@ -2,6 +2,18 @@
All notable changes to the Zulip desktop app are documented in this file.
### v5.12.1 --2025-08-29
**Enhancements**:
- Enabled macOS Writing Tools in the context menu.
- Marked untranslated strings for translation.
- Updated translations.
**Dependencies**:
- Upgraded all dependencies, including Electron 37.4.0.
### v5.12.0 --2025-03-13
**Enhancements**:

4
package-lock.json generated
View File

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

View File

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