release: New release v5.6.0.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-16 15:54:09 -08:00
parent 109795ca3e
commit 2a0f9b30e6
3 changed files with 13 additions and 2 deletions

View File

@@ -2,6 +2,17 @@
All notable changes to the Zulip desktop app are documented in this file.
### v5.6.0 --2021-02-16
**Fixes**:
* Fixed zoom in keyboard shortcut not to zoom twice.
**Enhancements**:
* Restored hardware acceleration to the Electron default.
**Dependencies**:
* Upgraded all dependencies, including Electron 11.2.3.
### v5.5.0 --2020-12-01
**Removed features**:

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "zulip",
"version": "5.5.0",
"version": "5.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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