forked from XuShaohua/bcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHISTORY
106 lines (95 loc) · 3.31 KB
/
HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
v3.1.1 - 2014.4.10
* Fixed: switch to home page when a new account signed in
* Fixed: IndexError: could not find tree path
* Fixed: KeyError: 'upload-threshold'
* Fixed: Unable to convert from gint to glong; reported by @bcsflilong
* Set `notify` and `keyring` modules as essential
* Support slice uploading
* Support downloading/uploading folders
* Fixed: unescape uri; reported by @eexpress
* Add 15px to left margin of nav window
* Support folder properties
* Support sorting and DnD in DownloadPage/UploadPage
* Drop file to application window to upload
* Enable local authorization cache
* Support pause/remove uploading tasks
* Dump downloading task first
v2.2.5 - 2014.4.6
* Fixed: save download status while destroying main window
* Fixed: gettext is overrided to string
* SharePage/InBoxPage removed
* Wrapping path box with a ScrolledWindow
* Add a Create Foldr button to Folder Browser Dialog
* Automatically load next page when scrolling down to bottom of window
* Support new type of signin verification code
* AppChooserDilalog added
* i18n updated
v2.2.4 - 2014.4.4
* Fixed: check tree path exists before updating liststore
* Support opensuse 13
* Support ubuntu 12.04
* Wrapping grid with a scrolled window
* Fixed: save profile after it is modified
* Fixed: show preferences dialog only if someone has logged in
* Automatically dump download tasks in background
* Fixed: AttributeError: 'FileIcon' object has no attribute 'get_names'; reported by @ahwad
* unknown.png added
v2.2.3 - 2014.3.26
* Fixed: saving download status when terminated
* Automatically update user profile
* Support restroing files in Trash
* Add more comments to README
v2.2.2 - 2014.3.26
* Using keyring to encrypt account password
* Support status icon
* i18n updated
v2.2.1 - 2014.3.26
* Fixed: Python int too long to convert to C long; reported by @youzhiyili
* Using Gtk3 dark theme
* Fixed: hide signin dialog
* Assemble symbolic icons
* Support Gtk3.4.2
* Fixed: iteration RuntimeError
* encoding username; bug reported by @eagle5678
* Add blink font style
* Fixed: divided by zero
* Cache authorization information
* Support uploading files
* Fixed: show file chooser dialog when downloading magent files
* tmp dir changed
* Logo redesigned
* Fixed: delete workers from pool after it is paused/stoped
* Fixed: resume download task from last status
* Signin dialog supports vertification code
* Fixed: TypeError: Label constructor cannot be used to create instances of a subclass LeftLabel
* i18n updated
v2.1.4 - 2014.3.22
* Replacing MenuItem default constructor with .new_with_label()
* Support PyGObject 3.11
* Support Ubuntu 14.04
* Move http request to background threads
* Support private links like thunder and qqdl
* Automatically download next task
* i18n updated
v2.1.3 - 2014.3.21
* set password invisible
* remove auth cache
* support sign out
* Fixed: check tree_iter is not None
* launch video players in background
* update icons
v2.1.2 - 2014.3.20
* Fixed: check profile info before load pages
* Fixed: check user cache folder before saving auth.json
v2.1 - 2014.3.20
* Rename this project to bcloud because of package name conflict
v1.1 - 2014.3.20
* i18n added
* auth.json moved to user cache folder
* add_cloud_bt_task() added
* icons added
* Replace HTTPConnection with urllib3
* cloud download added
* Redesign download manager
* Search added
* Trash page added