Skip to content

Commit

Permalink
release: 3.4.2-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebn authored and aenario committed Jan 18, 2018
1 parent 45ce271 commit 2e3f4ab
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## 3.4.2-beta.1 - 2017-01-18

Improvements for all users:

- It was possible in some specific cases to mess up the synchronization by
moving around files & folders during the analysis phase. This is fixed now.
Feel free to move everything around anytime :)
- In some cases, moving then immediately deleting a file was handled as 2
distinct actions. The file is now directly detected as deleted.
- The Cozy address page shown during onboarding should now be clearer for people
not familiar with URL.
- When disconnecting then reconnecting to your Cozy, you could eventually see
your old files for a few seconds in the dashboard. The fix was published in
an old minor release, but not properly integrated to the subsequent releases.
This is fixed now.

Improvements for support team & developers:

- Support requests from the app are now sent to the usual support email.
- Code coverage is back

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

Happy syncing!

## 3.4.1 - 2017-01-09

See [3.4.1-beta.1](https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.4.1-beta.1)
Expand Down
3 changes: 3 additions & 0 deletions KNOWN_ISSUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Please report any other issue you may encounter by using the app help form.
* Changing only the case or encoding in a file or directory name, e.g. renaming
*my stuff* to *MY STUFF*, won't be synchronized on other devices.
[details](https://trello.com/c/Phc3lLEr)
* When creating a folder with some platform-incompatible character in the name
(e.g. `:`), then renaming to a valid name, only its subfolders will be
synchronized on Windows & macOS, but not its files.

**Issues** caused by lower-level bugs that will be **harder to fix or circumvent**:

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.4.1",
"version": "3.4.2-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 <[email protected]> (https://cozycloud.cc/)",
Expand Down

0 comments on commit 2e3f4ab

Please sign in to comment.