forked from dgorissen/coursera-dl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
38 lines (30 loc) · 1004 Bytes
/
CHANGELOG.txt
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
* 2.0.1 - Tue 11 Mar 2014
- fix mppl behavior
* 2.0.0 - Fri 7 Mar 2014
- replace dependency on mechanize by requests & six
- make compatible with python 3
- properly respect mppl
- also re-download files if the size on disk is larger
- all round bug fixes and small cleanups
* 1.5.1 - Sat 5 Oct
- commandline parameter for selecting weeks
- filename fix following coursera updatex
- correctly handle courses with hyphens in the name
* 1.5 - Fri 13 Sep
- code cleanups
- fixed proxy support
- added option to automatically gzip courses
- crash less on long filenames on windows
- also download about json file
- small bugfixes
* 1.4.11 - Fri 23 Aug
- update to new coursera authentication details
* 1.4.10 - Sun 30 Jun
- made html.parser the default
* 1.4.9 - Wed 19 Jun
- small bug/crash fixes
- long filename trimming on windows
* 1.4.8 - Sun 28 Apr
- netrc support for caching credentials
- added explict timeouts when downloading files
- small bugfixes and code cleanups