diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2eccc7c..3c3ad54de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/package.json b/package.json index 30ee51e18..61df495cb 100644 --- a/package.json +++ b/package.json @@ -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 (https://cozycloud.cc/)",