From 1bdc14f55c822bd7133f03423892170463fdb858 Mon Sep 17 00:00:00 2001 From: Ky-Anh Huynh Date: Wed, 3 Jun 2015 19:59:48 +0700 Subject: [PATCH] CHANGELOG: add --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..817fdcc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +## v1.2.0 + +* Drop the use of `lynx` program. `wget` handles all download now. +* Accept `_WGET_OPTIONS` environment to control `wget` commands. +* Can work with private groups thanks to `_WGET_OPTIONS` environment. +* Rename script (`craw.sh` becomes `crawler.sh`.) +* Output important variables to the output script. +* Update documentation (`README.md`.) + +## v1.0.1 + +* Provide fancy agent to `wget` and `lynx` command. +* Fix wrong URL of `rss` feed. +* Use `set -u` to avoid unbound variable. +* Fix display charset of `lynx` program. See #3. + +## v1.0.0 + +* The first public version.