release: New release v5.11.0.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-03-22 16:19:46 -07:00
parent 0eb4c9236e
commit c45c9537d1
3 changed files with 18 additions and 3 deletions

View File

@@ -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**:

4
package-lock.json generated
View File

@@ -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": {

View File

@@ -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",