Skip to content

Commit c45c953

Browse files
committed
release: New release v5.11.0.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 0eb4c92 commit c45c953

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

changelog.md

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

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

5+
### v5.11.0 --2024-03-22
6+
7+
**Fixes**:
8+
9+
- Removed the popup dialog for certificate errors when loading subresources such as images.
10+
- Allowed hiding the window from full screen mode on macOS.
11+
12+
**Enhancements**:
13+
14+
- Enabled zooming with Ctrl+mouse wheel on Linux and Windows.
15+
16+
**Dependencies**:
17+
18+
- Upgraded all dependencies, including Electron 29.1.5.
19+
520
### v5.10.5 --2024-01-25
621

722
**Dependencies**:

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.10.5",
4+
"version": "5.11.0",
55
"main": "./dist-electron",
66
"description": "Zulip Desktop App",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)