1
0
Fork 0

Updated CHANGELOG with version 0.5.0.

This commit is contained in:
Alexander Andreev 2021-05-03 02:44:19 +04:00
parent cdcc184de8
commit 90338073ed
Signed by: Arav
GPG Key ID: 610DF2574456329F
1 changed files with 18 additions and 0 deletions

View File

@ -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