Skip to content

Commit e03de26

Browse files
committed
release: New release v5.2.0.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 983254c commit e03de26

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

changelog.md

Lines changed: 14 additions & 0 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.2.0 --2020-05-04
6+
7+
**Security fixes**:
8+
* CVE-2020-12637: Do not ignore certificate errors in webviews unless the (unsupported, deprecated) `ignoreCerts` option is enabled.
9+
10+
**Fixes**:
11+
* Avoid opening the file chooser dialog twice when downloading a file.
12+
13+
**New features**:
14+
* Provide clipboard decryption helper for use in new social login flow.
15+
16+
**Dependencies**:
17+
* Upgrade all dependencies, including Electron 8.2.5.
18+
519
### v5.1.0 --2020-04-29
620

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

0 commit comments

Comments
 (0)