Skip to content

Commit 814ce07

Browse files
committed
release: New release v5.0.0.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 92fb176 commit 814ce07

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

changelog.md

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

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

5+
### v5.0.0 --2020-03-30
6+
7+
**Security fixes**:
8+
* CVE-2020-10856: Enable Electron context isolation. (Reported by Matt Austin.)
9+
* CVE-2020-10857: Fix unsafe use of `shell.openExternal`/`shell.openItem`. (Reported by Matt Austin.)
10+
* Downloaded files will no longer be opened directly; the previous option to show downloaded files in the file manager is now always on.
11+
* CVE-2020-10858: Add permission request handler to guard against audio/video recording by a malicious server. (Reported by Matt Austin.)
12+
13+
**New features**:
14+
* Add an option to prompt for the location to save each downloaded file.
15+
16+
**Fixes**:
17+
* Fix automatic launching at startup.
18+
* Fix Undo and Redo functionality on macOS.
19+
20+
**Dependencies**:
21+
* Upgrade all dependencies, including Electron 8.0.3.
22+
* Remove `assert`, `cp-file`, `dotenv`, `electron-debug`, and `wurl`.
23+
24+
**Deprecations**:
25+
* Since Electron upstream has discontinued support for 32-bit Linux, we will only provide 32-bit Linux builds on a best effort basis, and they will likely be removed in a future release.
26+
527
### v4.0.3 --2020-02-29
628

729
**Security fixes**:

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": "4.1.0-beta",
4+
"version": "5.0.0",
55
"main": "./app/main",
66
"description": "Zulip Desktop App",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)