1
0
Fork 0

Updated changelog.

This commit is contained in:
Alexander Andreev 2020-07-20 03:51:41 +04:00
parent 520d88c76a
commit 371c6623e9
1 changed files with 15 additions and 1 deletions

View File

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