Skip to content

Commit

Permalink
Release v3.25.0-beta.2 (#2014)
Browse files Browse the repository at this point in the history
Improvements for all users:

- We upgraded the framework upon which our application is built,
  Electron, to v11.1.1 which is the latest stable version. This should
  bring more stability to the application overall and fix an issue on
  macOS Big Sur which was preventing the application from restarting
  after an upgrade.
- We've changed the way we handle the simultaneous deletions of the
  same document on the remote Cozy and the local filesystem so that
  any resulting synchronization conflict is only temporary (i.e. you
  would see an error message but it should be resolved during the
  following retry).
- Several improvements were made to synchronization error detection
  and messages over the previous beta release. Messages should be
  cleaner with an outstanding document name and filesystem locks
  detection should be better.
  • Loading branch information
taratatach authored Jan 14, 2021
1 parent 45de9b4 commit 0166d88
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Cozy Drive for Desktop: Changelog

## 3.25.0-beta.2 - 2021-01-14

Improvements for all users:

- We upgraded the framework upon which our application is built, Electron, to
v11.1.1 which is the latest stable version. This should bring more stability
to the application overall and fix an issue on macOS Big Sur which was
preventing the application from restarting after an upgrade.
- We've changed the way we handle the simultaneous deletions of the same
document on the remote Cozy and the local filesystem so that any resulting
synchronization conflict is only temporary (i.e. you would see an error
message but it should be resolved during the following retry).
- Several improvements were made to synchronization error detection and messages
over the previous beta release. Messages should be cleaner with an outstanding
document name and filesystem locks detection should be better.

See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md).

Happy syncing!

## 3.25.0-beta.1 - 2021-01-06

Improvements for all users:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "CozyDrive",
"productName": "Cozy Drive",
"private": true,
"version": "3.25.0-beta.1",
"version": "3.25.0-beta.2",
"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/)",
Expand Down

0 comments on commit 0166d88

Please sign in to comment.