Skip to content

Commit

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

- The client will only trigger one synchronization retry loop when
  encountering an unreachable Cozy error in both the synchronization
  process and the remote watcher very closely.
- New remote documents whose path would be incompatible with the local
  filesystem will not be ignored anymore.
- Local documents who've been moved or renamed remotely to a path that
  would be incompatible with the local filesystem won't be trashed
  anymore.
- Changes that can't be synchronized because the document has an
  incompatible name or path with the local filesystem will now suspend
  the synchronization and an error message will be displayed so you
  can take action.
- Moves for which the destination path is exactly the same as the
  source path will now be treated as modifications rather than
  triggering errors.

Improvements for Windows and macOS users:

- After the remote Cozy has been found unreachable because of a
  network error such as a interface change, the subsequent requests
  won't fail anymore with the same error once a stable connection is
  back.

Improvements for Windows users:

- The client should not create conflicts anymore when propagating on
  Windows the combination of the move/renaming and the modification of
  a Cozy Note (via the Notes web application).
- It seems that paths on Windows created by the Desktop client can
  actually exceed the 259 characters limit. Therefore we've increased
  the limit defined in the client itself to 32766 characters.
  Documents that had been previously found incompatible with the local
  filesystem because of the previous path length limit will be updated
  to take the new limit into account. Most of them should thus become
  compatible.
- Synchronization error messages displayed in the main window will now
  only contain the name of the document involved instead of its
  complete path.

Improvements for macOS users:

- Custom folder icons will now be ignored to avoid blocking the
  synchronization as their name contains a character forbidden on
  remote Cozies.
- The app dock icon should now only be visible when an app window
  other than the main window is open. This should also prevent
  blocking the computer shutdown.

Improvements for Linux users:

- The client won't show a popup error message anymore when
  automatically starting with the computer.
  • Loading branch information
taratatach authored May 17, 2021
1 parent 0e1e61f commit 1a9c02b
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,58 @@
# Cozy Drive for Desktop: Changelog

## 3.28.0 - 2021-05-17

Improvements for all users:

- The client will only trigger one synchronization retry loop when encountering
an unreachable Cozy error in both the synchronization process and the remote
watcher very closely.
- New remote documents whose path would be incompatible with the local
filesystem will not be ignored anymore.
- Local documents who've been moved or renamed remotely to a path that would be
incompatible with the local filesystem won't be trashed anymore.
- Changes that can't be synchronized because the document has an incompatible
name or path with the local filesystem will now suspend the synchronization
and an error message will be displayed so you can take action.
- Moves for which the destination path is exactly the same as the source path
will now be treated as modifications rather than triggering errors.

Improvements for Windows and macOS users:

- After the remote Cozy has been found unreachable because of a network error
such as a interface change, the subsequent requests won't fail anymore with
the same error once a stable connection is back.

Improvements for Windows users:

- The client should not create conflicts anymore when propagating on Windows the
combination of the move/renaming and the modification of a Cozy Note (via the
Notes web application).
- It seems that paths on Windows created by the Desktop client can actually
exceed the 259 characters limit. Therefore we've increased the limit defined
in the client itself to 32766 characters.
Documents that had been previously found incompatible with the local
filesystem because of the previous path length limit will be updated to take
the new limit into account. Most of them should thus become compatible.
- Synchronization error messages displayed in the main window will now only
contain the name of the document involved instead of its complete path.

Improvements for macOS users:

- Custom folder icons will now be ignored to avoid blocking the synchronization
as their name contains a character forbidden on remote Cozies.
- The app dock icon should now only be visible when an app window other than the
main window is open. This should also prevent blocking the computer shutdown.

Improvements for Linux users:

- The client won't show a popup error message anymore when automatically
starting with the computer.

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

Happy syncing!

## 3.28.0-beta.2 - 2021-05-11

Improvements for Windows and macOS 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.28.0-beta.2",
"version": "3.28.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 1a9c02b

Please sign in to comment.