Skip to content

Commit

Permalink
release: New release v5.2.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk committed May 5, 2020
1 parent 983254c commit e03de26
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

### v5.2.0 --2020-05-04

**Security fixes**:
* CVE-2020-12637: Do not ignore certificate errors in webviews unless the (unsupported, deprecated) `ignoreCerts` option is enabled.

**Fixes**:
* Avoid opening the file chooser dialog twice when downloading a file.

**New features**:
* Provide clipboard decryption helper for use in new social login flow.

**Dependencies**:
* Upgrade all dependencies, including Electron 8.2.5.

### v5.1.0 --2020-04-29

**Fixes**:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zulip",
"productName": "Zulip",
"version": "5.1.0",
"version": "5.2.0",
"main": "./app/main",
"description": "Zulip Desktop App",
"license": "Apache-2.0",
Expand Down

0 comments on commit e03de26

Please sign in to comment.