Updated CHANGELOG with version 0.5.0.
This commit is contained in:
parent
cdcc184de8
commit
90338073ed
18
CHANGELOG.md
18
CHANGELOG.md
@ -1,5 +1,23 @@
|
||||
# Changelog
|
||||
|
||||
## 0.5.0 - 2021-05-03
|
||||
## Added
|
||||
- Now program makes use of skip_posts argument. Use CLI option `-S <number>`
|
||||
or `--skip-posts <number>` to set how much posts you want to skip.
|
||||
|
||||
## Changed
|
||||
- Better, minified messages;
|
||||
- Fixed inheritance of `Scraper`'s subclasses and its sane rewrite that led to
|
||||
future easy extension with way less repeating.
|
||||
- Added a general class `TinyboardLikeParser` that implements post parser for
|
||||
all imageboards based on it or the ones that have identical JSON API. From now
|
||||
on all such generalisation classes will end with `*LikeParser`;
|
||||
- Changed `file_base_url` for 8kun.top.
|
||||
|
||||
|
||||
## Removed
|
||||
- Support for Lolifox, since it's gone.
|
||||
|
||||
## 0.4.1 - 2020-12-08
|
||||
## Fixed
|
||||
- Now HTTPException from http.client and URLError from urllib.request
|
||||
|
Loading…
Reference in New Issue
Block a user