Skip to content

Commit

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

- Clients can now be disconnected from the remote Cozy even if it is
  no longer reachable (e.g. completely deleted or deleted after being
  moved to another domain). The local configuration and database will
  be wiped out.
- Changes that we failed to synchronize and should be retried will now
  be retried without previously running a check that validates if the
  synchronization should be successful. All changes made either on the
  local filesystem or the remote Cozy will thus be taken into account
  when retrying.
- We'll now verify if the Cozy has enough space before uploading files
  to avoid wasting time and resources to get an error at the end of
  the upload.
- Sometimes, the creation and modification dates of documents created
  on the remote Cozy at the initiative of the desktop client are
  different from those supplied by the client. This can come from the
  presence of EXIF metadata in photos for example. To avoid any
  refusal by the Cozy to apply future actions on these documents, we
  will now always pass the most recent modification date between that
  of the file system and that of the Cozy in requests sent to the
  Cozy.
  • Loading branch information
taratatach authored Jan 29, 2021
1 parent d123cdd commit dcf5ff0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Cozy Drive for Desktop: Changelog

## 3.25.0-beta.4 - 2021-01-29

Improvements for all users:

- Clients can now be disconnected from the remote Cozy even if it is no longer
reachable (e.g. completely deleted or deleted after being moved to another
domain). The local configuration and database will be wiped out.
- Changes that we failed to synchronize and should be retried will now be
retried without previously running a check that validates if the
synchronization should be successful. All changes made either on the local
filesystem or the remote Cozy will thus be taken into account when retrying.
- We'll now verify if the Cozy has enough space before uploading files to avoid
wasting time and resources to get an error at the end of the upload.
- Sometimes, the creation and modification dates of documents created on the
remote Cozy at the initiative of the desktop client are different from those
supplied by the client. This can come from the presence of EXIF metadata in
photos for example. To avoid any refusal by the Cozy to apply future actions
on these documents, we will now always pass the most recent modification date
between that of the file system and that of the Cozy in requests sent to the
Cozy.

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

Happy syncing!

## 3.25.0-beta.3 - 2021-01-18

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.3",
"version": "3.25.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/)",
Expand Down

0 comments on commit dcf5ff0

Please sign in to comment.