Skip to content

Commit

Permalink
release: 3.9.1-beta.4 (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebn authored Oct 3, 2018
1 parent 2d66d17 commit 12e6d21
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 3.9.1-beta.4 - 2018-10-03

Improvements for all users:

- Starting from now, we will be able to automatically receive notifications of
errors encountered by our users. Error reports won't include user logs in
order to respect your privacy. We'll still have to ask you individually to
send us our logs in order to investigate complex issues. But this should help
us figuring out which errors occur the most, since not so many people can
find the time to report them. For now, the notifications are only sent for a
few hard-to-investigate issues, but we'll progressively send more of them.
- Checksums for new local files were computed but not sent during the initial
upload, possibly delaying detection of content issues. Still the checksum was
computed by the Cozy and any issue would've be detected during next polling.
They will now be effectively detected as soon as they should be.

Improvements for macOS users:

- On devices automatically migrated from HFS+ to APFS while upgrading to macOS
High Sierra, the initial scan was mistakenly detecting some files as conflict
due to the new way we're detecting case/encoding conflicting files. This
should now work as expected. This issue could theoretically have happened on
both macOS & Windows in rare cases of weird local filename changes.

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

Happy syncing!

## 3.9.1-beta.3 - 2018-09-28

Improvements for macOS 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.9.1-beta.3",
"version": "3.9.1-beta.4",
"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 12e6d21

Please sign in to comment.