Skip to content

Commit

Permalink
Release v3.28.0-beta.1 (#2087)
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 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.

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 6, 2021
1 parent eaf5351 commit f15726a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Cozy Drive for Desktop: Changelog

## 3.28.0-beta.1 - 2021-05-06

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

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.27.0 - 2021-04-13

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.27.0",
"version": "3.28.0-beta.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 <[email protected]> (https://cozycloud.cc/)",
Expand Down

0 comments on commit f15726a

Please sign in to comment.