-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements for all users: - The list of recently synchronized files could be persisted multiple times concurrently, leading to malformed JSON content which could not be loaded back into the client's GUI during the next start. We're now making sure each write is done sequentially so that the list is always saved as valid JSON.
- Loading branch information
1 parent
d1a660d
commit f213c28
Showing
2 changed files
with
15 additions
and
1 deletion.
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
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,7 +2,7 @@ | |
"name": "CozyDrive", | ||
"productName": "Cozy Drive", | ||
"private": true, | ||
"version": "3.22.0-beta.3", | ||
"version": "3.22.0-beta.4", | ||
"description": "Cozy Drive is a synchronization tool for your files and folders with Cozy Cloud.", | ||
"homepage": "https://github.com/cozy-labs/cozy-desktop", | ||
"author": "Cozy Cloud <[email protected]> (https://cozycloud.cc/)", | ||
|