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.0
that 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.1
is installed.
- config yaml parser when
2.4.1
Fixed
- commandline autocompletion for config files to properly suggest
*.yaml
&*.yml
files.
2.4.0
Changes
- upgraded dependency
werkzeug
from>=0.15
to>=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
Pr0gramm
ImageCrawler inpromoted=True
mode.
2.3.0
Breaking changes
nichtparasoup config --check
's "duplicate image crawler" is no longer a Warning but an Error.- renamed
nichtparasoup.testing.config.ConfigFilesTest
toConfigFileTest
- without an "s".
Changes
nichtparasoup config --check
now does a probe crawl.- class
ImageCrawlerInfo
lost support for positional arguments, supports keyword-arguments only - prepare future extensibility. - class
Image
lost support for positional arguments, supports keyword-arguments only - prepare future extensibility.