mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-03 21:43:18 +00:00
release: New release v5.9.0.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
15
changelog.md
15
changelog.md
@@ -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
4
package-lock.json
generated
@@ -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": {
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user