release: New release v5.9.4.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-01-03 21:32:47 -08:00
parent c62b393c52
commit 56ab0833b8
3 changed files with 14 additions and 3 deletions

View File

@@ -2,6 +2,17 @@
All notable changes to the Zulip desktop app are documented in this file.
### v5.9.4 --2023-01-04
**Fixes**:
- The `com.apple.quarantine` extended attribute is now correctly set for downloaded files on macOS.
- The external link handler ignores invalid URLs.
**Dependencies**:
- Upgraded all dependencies, including Electron 22.0.0.
### v5.9.3 --2022-04-28
**Fixes**:

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "zulip",
"version": "5.9.3",
"version": "5.9.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "zulip",
"version": "5.9.3",
"version": "5.9.4",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@@ -1,7 +1,7 @@
{
"name": "zulip",
"productName": "Zulip",
"version": "5.9.3",
"version": "5.9.4",
"main": "./app/main",
"description": "Zulip Desktop App",
"license": "Apache-2.0",