-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v1.3.x' into login-issues
- Loading branch information
Showing
14 changed files
with
348 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,12 @@ | |
**Maintainer**: balloon-team <[email protected]>\ | ||
**Date**: | ||
|
||
### Bugfixes | ||
* Logger should be able to serialize BigInt #229 | ||
* Do not use format.json() in logger #228 | ||
* Send feedback to new api endpoint #217 | ||
* Trailing slash in server url leads to error #235 | ||
|
||
### Changes | ||
* Upgrade to electron v7 #132 | ||
* Use requestSingleInstanceLock instead of makeSingleInstance #141 | ||
|
@@ -16,6 +22,8 @@ | |
* Do not unbind closed event before successful login #211 | ||
* Add hint when account has been unlinked by client #171 | ||
* Display a meaningful error message if login fails with EPERM #161 | ||
* New tray behaviour for linux #207 | ||
* Improve sync error messages displayed to users #216 | ||
|
||
|
||
## 1.2.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.