Skip to content

Commit

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

- Thanks to https://github.com/ArchangeGabriel, we should now unpack all
  of our binary dependencies before the application is run, saving some
  startup time and avoiding anti-viruses alerts.
- We fixed a bug in the process that fetches a directory's content when
  it is re-included in the synchronization that was preventing it from
  completing.
- We made sure to properly save the metadata of documents trashed on the
  remote Cozy so Cozy Desktop won't try to fetch that change again and
  potential local modifications made on the document can be synchronized
  with the remote Cozy.
- Documents moved out of a remote directory subsequently trashed or
  completed erased should now be moved out their local parent before it
  is trashed on the local filesystem. This ensures Cozy Desktop will be
  able to synchronize both changes.
  • Loading branch information
taratatach authored Oct 19, 2022
1 parent d0f9c3d commit 67c5cc4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Cozy Drive for Desktop: Changelog

## 3.36.1 - 2022-10-19

Improvements for all users:

- Thanks to https://github.com/ArchangeGabriel, we should now unpack all of our
binary dependencies before the application is run, saving some startup time
and avoiding anti-viruses alerts.
- We fixed a bug in the process that fetches a directory's content when it is
re-included in the synchronization that was preventing it from completing.
- We made sure to properly save the metadata of documents trashed on the remote
Cozy so Cozy Desktop won't try to fetch that change again and potential local
modifications made on the document can be synchronized with the remote Cozy.
- Documents moved out of a remote directory subsequently trashed or completed
erased should now be moved out their local parent before it is trashed on the
local filesystem. This ensures Cozy Desktop will be able to synchronize both
changes.

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

Happy syncing!

## 3.36.1-beta.2 - 2022-10-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.36.1-beta.2",
"version": "3.36.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 67c5cc4

Please sign in to comment.