Skip to content

Commit

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

- 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.

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 11, 2024
1 parent ee09069 commit 372f6a4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Cozy Drive for Desktop: Changelog

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

Improvements for all users:

- 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.

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.1 - 2023-10-26

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.1",
"version": "3.40.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 372f6a4

Please sign in to comment.