forked from icy/google-group-crawler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |