Releases: k4cg/nichtparasoup
Releases · k4cg/nichtparasoup
2.5.1 - Maintenance release
- Fixed the shields in the
README.md - Removed coverage publishing to codecov.
- Removed SonarCloud from 2.x since it was broken for this branch.
2.5.0 - Maintenance release
- Pinned dependency
werkzeug>=1.0, <2.0, was>=1.0.
This is a preparation of upcoming release ofwerkzeug2.0that was not tested as a dependency, yet.
3.0.0a2
2.4.3
3.0.0a1
2.4.2
- Fixed
- config yaml parser when
yamale>=2.1is installed.
- config yaml parser when
2.4.1
Fixed
- commandline autocompletion for config files to properly suggest
*.yaml&*.ymlfiles.
2.4.0
Changes
- upgraded dependency
werkzeugfrom>=0.15to>=1.0. - dependencies pinned to greater/equal current(latest) minor version.
Fixed
- issue #187.
Added
- commandline autocompletion via
argcomplete.
2.3.1
Fix
- fixed the paging of the
Pr0grammImageCrawler inpromoted=Truemode.
2.3.0
Breaking changes
nichtparasoup config --check's "duplicate image crawler" is no longer a Warning but an Error.- renamed
nichtparasoup.testing.config.ConfigFilesTesttoConfigFileTest- without an "s".
Changes
nichtparasoup config --checknow does a probe crawl.- class
ImageCrawlerInfolost support for positional arguments, supports keyword-arguments only - prepare future extensibility. - class
Imagelost support for positional arguments, supports keyword-arguments only - prepare future extensibility.