Update changelog
This commit is contained in:
parent
b168e05cfd
commit
c08abf45a6
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -6,6 +6,8 @@ The format is based on
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
This will be the last release with Python 2 support.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Many, many comics :D
|
- Many, many comics :D
|
||||||
- Comic modules can now use a proper HTML parser (based on [lxml]) with XPath
|
- Comic modules can now use a proper HTML parser (based on [lxml]) with XPath
|
||||||
|
@ -34,9 +36,17 @@ The format is based on
|
||||||
"virtual" modules covering multiple comics can now be written much more
|
"virtual" modules covering multiple comics can now be written much more
|
||||||
concise. See issue #42 for details.
|
concise. See issue #42 for details.
|
||||||
- Windows build is now one standalone EXE file (thanks to [PyInstaller]).
|
- Windows build is now one standalone EXE file (thanks to [PyInstaller]).
|
||||||
|
- Allow combining -n with -c or -a (related to #90). This allows to set an
|
||||||
|
upper bound to normally "unconstrained" fetch modes.
|
||||||
|
- Replace forced "sleep" between requests with a simple host-based throttling
|
||||||
|
mechanism.
|
||||||
|
- Uses [imagesize] instead of Pillow to get image sizes. (Pillow is a very big
|
||||||
|
libary with many binary dependencies and we were using only this feature from
|
||||||
|
it)
|
||||||
|
|
||||||
[website]: https://dosage.rocks/
|
[website]: https://dosage.rocks/
|
||||||
[PyInstaller]: https://www.pyinstaller.org/
|
[PyInstaller]: https://www.pyinstaller.org/
|
||||||
|
[imagesize]: https://pypi.org/project/imagesize/
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Many, many broken/disappered comics :(
|
- Many, many broken/disappered comics :(
|
||||||
|
|
Loading…
Reference in a new issue