diff --git a/CHANGELOG.md b/CHANGELOG.md index e00ccf7..90333a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,21 @@ # Changelog +## 0.2.2 - 2020-07-20 +### Added +- Parser for 8kun.top. + +### Changed +- The way of comparison if that site is supported to just looking for a + substring. +- Edited regex that checks if filename is just an "image.ext" so it only checks + if after "image." only goes 1 to 4 characters. + +### Notes +- Consider that issue with size on 2ch.hk. Usually it really tells the size in + kB. The problem is that sometimes it just wrong. + ## 0.2.1 - 2020-07-18 -## Changed +### Changed - Now program tells you what thread doesn't exist or about to be scraped. That is useful in batch processing with scripts.