Skip to content

Commit

Permalink
release: 3.3.0-beta.1 (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebn authored Nov 23, 2017
1 parent 0835d91 commit e9f445c
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 5 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## 3.3.0-beta.1 - 2017-11-23

Improvements for all users:

* **Updates will now be detected automatically when starting Cozy Drive**.
When an update is available, a splash screen will ask you to wait while
downloading (including the download progress on Windows only) and the app
will restart automatically. When no update is available, the app will start
as usual. Since the update check is quite fast, we decided to display a
splash screen only during download, not while checking. In case of network
issues, the app may take more time to start than usual, but it should still
work.
* **New revamped UI**: the dashboard window was replaced with a popover showing
up next to the (new) system tray icon. The synchronization status on top of
the popover should give you more indications about what is actually occurring
in the background. Navigation was simplified and moved to the top of the
popover and the help form now shows up in its own separate window.
* **Disconnecting the device from the Cozy or the app** should work as expected
now. Also since most people encountering issues were trying to reconfigure
their device, we made sure logs were not deleted anymore in the process.

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

Happy syncing!

## 3.2.0-beta.2 - 2017-11-13

Improvements for all users:
Expand Down
6 changes: 4 additions & 2 deletions KNOWN_ISSUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ Please report any other issue you may encounter by using the app help form.
**Known issues** that should be fixed in upcoming releases:

* Trashing, restoring and deleting content permanently may not work as expected
yet. [details](https://trello.com/c/6jfO4hoB)
yet, especially regarding shared folders and connectors.
[details](https://trello.com/c/6jfO4hoB)
* Moving or renaming multiple files or directories successively may end up
with duplicate content. [details](https://trello.com/c/ZTD669wz)
* 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)
*my stuff* to *MY STUFF*, won't be synchronized on other devices.
[details](https://trello.com/c/Phc3lLEr)

**Performance issues**:

Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-desktop",
"version": "3.2.0-beta.2",
"version": "3.3.0-beta.1",
"description": "File Synchronization Client for Cozy Cloud",
"homepage": "https://docs.cozy.io/en/mobile/desktop.html",
"author": "Cozy Cloud <contact@cozycloud.cc> (https://cozycloud.cc/)",
Expand Down
2 changes: 1 addition & 1 deletion gui/elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.2.0",
"version": "3.3.0",
"summary": "File Synchronization Client for Cozy Cloud",
"repository": "https://github.com/cozy-labs/cozy-desktop.git",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cozy-desktop-gui",
"productName": "Cozy Drive",
"private": true,
"version": "3.2.0-beta.2",
"version": "3.3.0-beta.1",
"description": "File Synchronization Client for 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 e9f445c

Please sign in to comment.