Skip to content

Commit

Permalink
Release v3.35.0-beta.1 (#2238)
Browse files Browse the repository at this point in the history
Improvements for all users:

- We fixed a few issues that were preventing the correct processing of
  movements and renamings of documents that have never been synchronized
  and sometimes not even been saved in our local database.
  These should now be handled as creations at their new path and
  overwritten documents trashed on the other side.
- We've fixed yet another issue with data migrations making requests to
  the remote Cozy when the Desktop's Oauth client has been revoked on
  the Cozy.
  You will now be be informed of the issue and given the opportunity to
  reconnect your client.
- To prevent blocking the Desktop client to start and synchronize when
  an app update is available but downloading it consistently fail, we've
  decided to stop retrying the download after 5 failures. The client
  will still try to download the update again 24 hours later.
- We've updated the error message displayed when we fail to send a file
  to the remote Cozy because it's size is either larger than the
  available space or the maximum allowed. It should be easier to
  understand and the available action less scary.

Improvements for Windows users:

- The local database software could experience issues when trying to
  delete temporary databases or the main database when disconnecting the
  client.
  An update of said software should now handle them appropriately.
  • Loading branch information
taratatach committed May 6, 2022
1 parent 5a89ceb commit bd08845
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Cozy Drive for Desktop: Changelog

## 3.35.0-beta.1 - 2022-05-06

Improvements for all users:

- We fixed a few issues that were preventing the correct processing of movements
and renamings of documents that have never been synchronized and sometimes not
even been saved in our local database.
These should now be handled as creations at their new path and overwritten
documents trashed on the other side.
- We've fixed yet another issue with data migrations making requests to the
remote Cozy when the Desktop's Oauth client has been revoked on the Cozy.
You will now be be informed of the issue and given the opportunity to
reconnect your client.
- To prevent blocking the Desktop client to start and synchronize when an app
update is available but downloading it consistently fail, we've decided to
stop retrying the download after 5 failures. The client will still try to
download the update again 24 hours later.
- We've updated the error message displayed when we fail to send a file to the
remote Cozy because it's size is either larger than the available space or the
maximum allowed. It should be easier to understand and the available action
less scary.

Improvements for Windows users:

- The local database software could experience issues when trying to delete
temporary databases or the main database when disconnecting the client.
An update of said software should now handle them appropriately.

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

Happy syncing!

## 3.34.2 - 2022-04-28

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.34.2",
"version": "3.35.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 <contact@cozycloud.cc> (https://cozycloud.cc/)",
Expand Down

0 comments on commit bd08845

Please sign in to comment.