diff --git a/CHANGELOG.md b/CHANGELOG.md index bc0098e..e5c14f4 100644 --- a/CHANGELOG.md +++ b/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 ` + or `--skip-posts ` 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