Skip to content

Commit

Permalink
v3.5.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuLang committed Oct 6, 2014
1 parent ee12466 commit 80fc521
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion HISTORY
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
v3.5.2 - 2014.10.6
* Feature: add download-mode option
* Feature: add upload-mode option
* Feature: add "Upload to this Folder" menu item
* Feature: support multiple connetions per download task
* Code format changed
* Download manager redesigned
* Fixed: remove task info when downloading task is removed from task-list
* Fixed: uncheck remember-password button when keyring module is unavailable
* Fixed: remove assertion of `ondup`
* Fixed: catch URLError
* i18n updated

v3.5.1 - 2014.9.4
* Automatically restart task when error occurs
* Fixed: Gdk-WARNING **: gdk_window_set_icon_list: icons too large
* Expires local cookie cache after 24h
* Fixed: local variable password referenced before assignment; reported by @rmokerone
* Fixe: failed to check upload folder; reported by @lilymona
* Fixed: failed to check upload folder; reported by @lilymona
* Rename filename when downloading
* Notify user if failed to parse remote download link
* Support debian 7.5
Expand Down
2 changes: 1 addition & 1 deletion bcloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# in http://www.gnu.org/licenses/gpl-3.0.html


__version__ = '3.5.1'
__version__ = '3.5.2'

0 comments on commit 80fc521

Please sign in to comment.