Update ChangeLog for 2.0

Info taken from commits
(danimo's taken from github issues)
This commit is contained in:
Markus Goetz 2015-08-06 17:27:37 +02:00
parent 50195ce4be
commit 71c9e4da16
1 changed files with 16 additions and 6 deletions

View File

@ -2,17 +2,29 @@ ChangeLog
=========
version 2.0.0 (release 2015-08-??)
* Add support for multiple accounts (#3084)
* Do not sync new big folders from server without users consent (#3148)
* Do not sync down new big folders from server without users consent (#3148)
* Integrate Selective Sync into the default UI
* OS X: Support native finder integration for 10.10 Yosemite (#2340)
* Fix situation where client would not reconnect after timeout (#2321)
* Bandwidth Throttling: Provide automatic limit setting for downloads (#3084)
* Use SI units for the file sizes
* Improve progress reporting during sync (better estimations, show all files, show all bandwidth)
* Windows: Support paths >255 characters (#57) by using Windows API instead of POSIX API
* OS X: Show file name in UI if file has invalid UTF-8 in file name
* Sharing: Make use of Capability API (#3439)
* Sharing: Do not allow sharing the root folder (#3495)
* Sharing: Show thumbnail
* Updater: Check for updates periodically, not only once per run (#3044)
* Windows: Remove misleading option to remove sync data (#3461)
* Windows: Support paths >255 characters (#57)
* Windows: Do not provoke AD account locking if password changes (#2186)
* Windows: Fix installer when installing unprivileged (#2616, #2568)
* Mac OS: Support native finder integration for Yosemite (#2340)
* Quota: Only refresh from server when UI is shown
* SSL Button: Show more information
* owncloudcmd: Fix --httpproxy
* System proxy: Ask user for credentials if needed
* Allow to not sync hidden files (Windows, OS X)
* Several fixes and performance improvements in the sync engine
* Network: Try to SSL session tickets/identifiers
* Bandwidth Throttling: Provide automatic limit setting for downloads (#3084)
version 1.8.3 (release 2015-06-23)
* Fix a bug in the Windows Installer that could crash explorer (#3320)
@ -22,8 +34,6 @@ version 1.8.3 (release 2015-06-23)
* System Ignores: Removed *.tmp from system ignore again. If a user
wants to ignore *.tmp, it needs to be added to the user ignore list.
ChangeLog
=========
version 1.8.2 (release 2015-06-08)
* Improve reporting of server error messages (#3220)
* Discovery: Ignore folders with any 503 (#3113)