release: New release v5.9.0.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-04-01 17:25:21 -07:00
parent fb7937314b
commit 1bfb2dd975
3 changed files with 18 additions and 3 deletions

View File

@@ -2,6 +2,21 @@
All notable changes to the Zulip desktop app are documented in this file. All notable changes to the Zulip desktop app are documented in this file.
### v5.9.0 --2022-04-01
**Fixes**:
- Fixed unread count display when viewing a topic with a parenthesized number.
- Fixed parsing of system proxy settings.
**Enhancements**:
- Removed fade-in animation on page load.
**Dependencies**:
- Upgraded all dependencies, including Electron 18.0.1.
### v5.8.1 --2021-07-29 ### v5.8.1 --2021-07-29
**Fixes**: **Fixes**:

4
package-lock.json generated
View File

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

View File

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