Skip to content

Commit 7fba8cf

Browse files
committed
release: New release v5.10.0.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 3230165 commit 7fba8cf

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

changelog.md

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

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

5+
### v5.10.0 --2023-05-05
6+
7+
**Removed features**:
8+
9+
- Removed support for Windows 8.1 and earlier, which reached end-of-life earlier this year and are [no longer supported](https://www.electronjs.org/blog/windows-7-to-8-1-deprecation-notice) by Electron.
10+
- Removed support for Zulip Server 3.x and earlier, which have been obsolete for more than 18 months, in accordance with our [release lifecycle](https://zulip.readthedocs.io/en/latest/overview/release-lifecycle.html). A notice will now be displayed when connecting to a server with an unsupported version.
11+
12+
**Fixes**:
13+
14+
- Fixed display of the dropdown for the spellchecker languages setting.
15+
- Fixed various bugs related to displaying and updating organization icons.
16+
- Fixed settings to disable visual display of notifications.
17+
18+
**Dependencies**:
19+
20+
- Upgraded all dependencies, including Electron 24.2.0.
21+
522
### v5.9.5 --2023-02-06
623

724
**Fixes**:

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

0 commit comments

Comments
 (0)