Skip to content

Commit

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

- The Electron framework was upgraded to v23.0.0. This major version
  fixes a lot of security errors as well as other smaller errors like
  crashes.

Improvements for macOS users:

- Local renamings of files being uploaded will now be correctly
  synchronized on the remote Cozy without the need of a client restart.
- Desktop will now restart its local watcher when the local filesystem
  notifies that the local synchronization directory should be rescanned
  because some changes could not be transmitted to the application.
  This should prevent the few cases of trashing of all synchronized
  content.
  • Loading branch information
taratatach authored Mar 9, 2023
1 parent 1d9afa8 commit e823dfc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Cozy Drive for Desktop: Changelog

## 3.37.0 - 2023-03-09

Improvements for all users:

- The Electron framework was upgraded to v23.0.0. This major version fixes a lot
of security errors as well as other smaller errors like crashes.

Improvements for macOS users:

- Local renamings of files being uploaded will now be correctly synchronized on
the remote Cozy without the need of a client restart.
- Desktop will now restart its local watcher when the local filesystem notifies
that the local synchronization directory should be rescanned because some
changes could not be transmitted to the application.
This should prevent the few cases of trashing of all synchronized content.

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

Happy syncing!

## 3.37.0-beta.1 - 2023-02-10

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.37.0-beta.1",
"version": "3.37.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 e823dfc

Please sign in to comment.