From c45c9537d192f47abd2841338b8036de8bb4b4f3 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 22 Mar 2024 16:19:46 -0700 Subject: [PATCH] release: New release v5.11.0. Signed-off-by: Anders Kaseorg --- changelog.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index fdac5f709..a5665e4c6 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,21 @@ All notable changes to the Zulip desktop app are documented in this file. +### v5.11.0 --2024-03-22 + +**Fixes**: + +- Removed the popup dialog for certificate errors when loading subresources such as images. +- Allowed hiding the window from full screen mode on macOS. + +**Enhancements**: + +- Enabled zooming with Ctrl+mouse wheel on Linux and Windows. + +**Dependencies**: + +- Upgraded all dependencies, including Electron 29.1.5. + ### v5.10.5 --2024-01-25 **Dependencies**: diff --git a/package-lock.json b/package-lock.json index 16ea97a8e..0789a5587 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zulip", - "version": "5.10.5", + "version": "5.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zulip", - "version": "5.10.5", + "version": "5.11.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index b741567d7..8294e6f06 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zulip", "productName": "Zulip", - "version": "5.10.5", + "version": "5.11.0", "main": "./dist-electron", "description": "Zulip Desktop App", "license": "Apache-2.0",