Skip to content

Commit

Permalink
Release v3.26.1 (#2056)
Browse files Browse the repository at this point in the history
Improvements for all users:

- The mechanism we introduced in the last version to resolve conflicts
  from the synchronization process when we've run out of options was
  assuming that the current date of the computer would always be
  greater than the last modification date of the document being
  renamed on the remote Cozy.
  Since this is not always the case and the remote Cozy will refuse
  the renaming in those situations, we'll use the same workaround than
  for the other requests and send the most recent date between the
  current local date and the last modification date of the remote
  document.
- Whenever a file move or name change is synchronized, we'll properly
  remove its source path entry from the Recent list in the main
  window. Its destination path entry will remain as expected.
  • Loading branch information
taratatach authored Mar 16, 2021
1 parent a1785f7 commit b0ee893
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.26.1 - 2021-03-16

Improvements for all users:

- The mechanism we introduced in the last version to resolve conflicts from the
synchronization process when we've run out of options was assuming that the
current date of the computer would always be greater than the last
modification date of the document being renamed on the remote Cozy.
Since this is not always the case and the remote Cozy will refuse the renaming
in those situations, we'll use the same workaround than for the other requests
and send the most recent date between the current local date and the last
modification date of the remote document.
- Whenever a file move or name change is synchronized, we'll properly remove its
source path entry from the Recent list in the main window. Its destination
path entry will remain as expected.

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

Happy syncing!

## 3.26.1-beta.2 - 2021-03-15

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.26.1-beta.2",
"version": "3.26.1",
"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 b0ee893

Please sign in to comment.