Skip to content

Commit 90a65ab

Browse files
committed
release: New release v5.8.1.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent c00e161 commit 90a65ab

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
### v5.8.1 --2021-07-29
6+
7+
**Fixes**:
8+
9+
- Downgraded electron-updater to fix automatic updates on macOS.
10+
(Note that 5.7.0 and 5.8.0 users may still trigger electron-updater bugs trying to automatically update _to_ 5.8.1; once updated, future updates _from_ 5.8.1 should work correctly.)
11+
512
### v5.8.0 --2021-07-21
613

714
**Fixes**:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zulip",
33
"productName": "Zulip",
4-
"version": "5.8.0",
4+
"version": "5.8.1",
55
"main": "./app/main",
66
"description": "Zulip Desktop App",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)