Skip to content

Commit

Permalink
Release v3.40.0
Browse files Browse the repository at this point in the history
Improvements for all users:

- We anticipate changes in the way the remote Cozy will inform
  Cozy Desktop that its OAuth token has expired and should be refreshed.
- Desktop will now track local deletions in a way that permits
  cancelling the deletion if the document is brought back before the
  deletion could be applied on the remote Cozy.
- We've activated the realtime retrieval of changes from your Cozy that
  was hidden behind a flag.
  You should now see great improvements in the synchronization of remote
  changes, especially small ones.
- Log files will only rotate every day instead of every minute.

Improvements for macOS users:

- Some close movements of the same document could be interpreted as a
  deletion.
  This is now fixed and Desktop will synchronize a movement from the
  source path of the first movement to the destination path of the last
  one.
  • Loading branch information
taratatach committed Oct 15, 2024
1 parent d35757c commit da4dcfb
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.40.0 - 2024-10-15

Improvements for all users:

- We anticipate changes in the way the remote Cozy will inform Cozy Desktop
that its OAuth token has expired and should be refreshed.
- Desktop will now track local deletions in a way that permits cancelling the
deletion if the document is brought back before the deletion could be applied
on the remote Cozy.
- We've activated the realtime retrieval of changes from your Cozy that was
hidden behind a flag.
You should now see great improvements in the synchronization of remote
changes, especially small ones.
- Log files will only rotate every day instead of every minute.

Improvements for macOS users:

- Some close movements of the same document could be interpreted as a deletion.
This is now fixed and Desktop will synchronize a movement from the source
path of the first movement to the destination path of the last one.

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

Happy syncing!

## 3.40.0-beta.3 - 2024-10-11

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.40.0-beta.3",
"version": "3.40.0",
"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 da4dcfb

Please sign in to comment.