Skip to content

Commit

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

- We fixed a bug affecting sub-directories of sub-directories of
  directories moved on the remote Cozy. These could not be updated from
  the local filesystem anymore, triggering Invalid Metadata errors when
  the client would try to synchronize the local modifications (e.g. a
  move).
  All directories that were affected will be fixed by a data migration
  upon restart of the client.
- Fetching new remote changes will now be faster as we've removed some
  network calls that are not necessary anymore.
- The client should create fewer conflicts on files as we've improved
  the decision logic when dealing with conflicting local and remote
  changes. If the local content can be found in one of its old versions
  stored on the remote Cozy then the client will overwrite it with the
  remote content instead of creating a conflict.
  If that decision was not the one the user expected then the
  overwritten content can still be retrieved from the remote Cozy via
  the file's versions.
- During the client's on-boarding process, clicking on the ToS link (or
  any link pointing to a URL ending with `.pdf`) will open the pointed
  URL within the external browser rather than the on-boarding window.
- Network errors during the synchronization of a change should not
  result in a blocked synchronization anymore.
- Network errors during a file transfer either from or to the remote
  Cozy will now be handled properly, restarting the transfer until too
  many errors are encountered and the global error handling mechanism
  takes over.
  • Loading branch information
taratatach authored Apr 27, 2022
1 parent ce31e8e commit 87a9822
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Cozy Drive for Desktop: Changelog

## 3.34.0 - 2022-04-27

Improvements for all users:

- We fixed a bug affecting sub-directories of sub-directories of directories
moved on the remote Cozy. These could not be updated from the local filesystem
anymore, triggering Invalid Metadata errors when the client would try to
synchronize the local modifications (e.g. a move).
All directories that were affected will be fixed by a data migration upon
restart of the client.
- Fetching new remote changes will now be faster as we've removed some network
calls that are not necessary anymore.
- The client should create fewer conflicts on files as we've improved the
decision logic when dealing with conflicting local and remote changes. If the
local content can be found in one of its old versions stored on the remote
Cozy then the client will overwrite it with the remote content instead of
creating a conflict.
If that decision was not the one the user expected then the overwritten
content can still be retrieved from the remote Cozy via the file's versions.
- During the client's on-boarding process, clicking on the ToS link (or any link
pointing to a URL ending with `.pdf`) will open the pointed URL within the
external browser rather than the on-boarding window.
- Network errors during the synchronization of a change should not result in a
blocked synchronization anymore.
- Network errors during a file transfer either from or to the remote Cozy will
now be handled properly, restarting the transfer until too many errors are
encountered and the global error handling mechanism takes over.

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

Happy syncing!

## 3.34.0-beta.2 - 2022-04-22

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.34.0-beta.2",
"version": "3.34.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 <contact@cozycloud.cc> (https://cozycloud.cc/)",
Expand Down

0 comments on commit 87a9822

Please sign in to comment.