Update CHANGELOG.md

This commit is contained in:
Yuri Bochkarev 2016-06-15 19:00:47 +03:00
parent dcb06acf45
commit 0f7ea38427

View file

@ -1,7 +1,24 @@
# Change Log
## 0.5.3 (YYYY-MM-DD)
## 0.6.0 (YYYY-MM-DD)
Features:
- Descriptions of assignments are saved in more cases (different courses
implement it in a different way)
- Images are embedded into descriptions of assignments and are available
offline locally
- MathJax is injected into descriptions of assignments to render math
locally (requires Internet connection)
- Add option `--ignore-http-errors` to ignore errors in internal
downloader during resource downloading stage
- Add option `--disable-url-skipping` to always try downloading
all the URLs that were found by the parser
- Add option `--downloader-arguments` (#464)
- Add option `--version` (#477)
- Better looking progress output: during the syllabus parsing stage
lecture/section names are printed in a hierarchical structure
Bugfixes:
- Stricter filename cleaning in on-demand course parser
- Better URL filtering
- Detect SSL errors and suggest link to the solution in the output