From 90338073ed7df43649ad4f9565712430ad208147 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 3 May 2021 02:44:19 +0400 Subject: [PATCH] Updated CHANGELOG with version 0.5.0. --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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