Skip to content

Commit 0cb82a6

Browse files
committed
release: New release v5.5.0.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 79808e8 commit 0cb82a6

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

changelog.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
### v5.5.0 --2020-12-01
6+
7+
**Removed features**:
8+
* Removed legacy handling of custom certificates. Custom certificates can be configured in the same system certificate store that Chrome uses ([instructions](https://zulip.com/help/custom-certificates#desktop)).
9+
* Removed the unmaintained notification inline replies feature on macOS. We believe the `node-mac-notifier` library used by this feature had been responsible for the grey screen crash issue.
10+
11+
**Fixes**:
12+
* Fixed a regression with the factory reset function.
13+
* Fixed the grey screen crash issue on macOS ([#1016](https://github.com/zulip/zulip-desktop/issues/1016)).
14+
* Whitespace is now stripped from the organization URL when adding a new organization.
15+
16+
**Dependencies**:
17+
* Upgraded all dependencies, including Electron 11.0.3.
18+
519
### v5.4.3 --2020-09-10
620

721
**Security fixes**:
@@ -12,9 +26,6 @@ All notable changes to the Zulip desktop app are documented in this file.
1226

1327
### v5.4.2 --2020-08-12
1428

15-
**Potential Fixes**:
16-
* macOS: Electron 9 upgrade is a potential fix for the ['grey screen issue'](https://chat.zulip.org/#narrow/stream/9-issues/topic/Grey.20Window.20on.20macOS) reported.
17-
1829
**Dependencies**:
1930
* Upgrade all dependencies, including Electron 9.2.0.
2031

@@ -23,9 +34,6 @@ All notable changes to the Zulip desktop app are documented in this file.
2334
**Fixes**:
2435
* Resized the large application icon on macOS dock to be coherent with other icons.
2536

26-
**Potential Fixes**:
27-
* macOS: Electron 9 upgrade is a potential fix for the ['grey screen issue'](https://chat.zulip.org/#narrow/stream/9-issues/topic/Grey.20Window.20on.20macOS) reported.
28-
2937
**Dependencies**:
3038
* Upgrade all dependencies, including Electron 9.1.1.
3139

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zulip",
33
"productName": "Zulip",
4-
"version": "5.4.3",
4+
"version": "5.5.0",
55
"main": "./app/main",
66
"description": "Zulip Desktop App",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)