Skip to content

Commit

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

- We've optimized the initial listing of documents present on the remote
  Cozy to limit the number of necessary network requests and the CPU and
  RAM usage. This should also result in a quicker listing.
- Default values will now be provided by the client for remote metadata
  when they're not provided by cozy-stack.
- We updated the localizations and fixed some GUI texts which were not
  correctly localized.

Improvements for Windows and macOS users:

- The improvement introduced in the latest version around the trashing
  of complete folders (i.e. keeping their hierarchy in the Trash) would
  in turn generate visible errors in the main window and pause the
  synchronization until the remote trashing of all the documents in the
  folder would be fully synchronized.
  We're now making sure the trashing of a folder is swift and does not
  result in unnecessary errors.
  • Loading branch information
taratatach authored Oct 5, 2021
1 parent b25aac9 commit 82ac762
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Cozy Drive for Desktop: Changelog

## 3.30.1 - 2021-10-05

Improvements for all users:

- We've optimized the initial listing of documents present on the remote Cozy to
limit the number of necessary network requests and the CPU and RAM usage. This
should also result in a quicker listing.
- Default values will now be provided by the client for remote metadata when
they're not provided by cozy-stack.
- We updated the localizations and fixed some GUI texts which were not correctly
localized.

Improvements for Windows and macOS users:

- The improvement introduced in the latest version around the trashing of
complete folders (i.e. keeping their hierarchy in the Trash) would in turn
generate visible errors in the main window and pause the synchronization until
the remote trashing of all the documents in the folder would be fully
synchronized.
We're now making sure the trashing of a folder is swift and does not result in
unnecessary errors.

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

Happy syncing!

## 3.30.1-beta.3 - 2021-10-04

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.30.1-beta.3",
"version": "3.30.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 82ac762

Please sign in to comment.