Skip to content

Releases: k4cg/nichtparasoup

2.5.1 - Maintenance release

16 Apr 06:08
3a11843
Compare
Choose a tag to compare
  • 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

07 Mar 11:38
Compare
Choose a tag to compare
  • Pinned dependency werkzeug>=1.0, <2.0, was >=1.0.
    This is a preparation of upcoming release of werkzeug2.0 that was not tested as a dependency, yet.

3.0.0a2

18 Oct 13:10
Compare
Choose a tag to compare
3.0.0a2 Pre-release
Pre-release

THIS IS AN ALPHA VERSION.

its basically working just fine, but some features of the upcoming version 3.0.0 are still missing.

see HISTORY for details.

2.4.3

10 Sep 18:26
1de8060
Compare
Choose a tag to compare
  • Fixed
    • issue #381 - Instagram Profile Crawler

3.0.0a1

05 Sep 12:49
da3ba44
Compare
Choose a tag to compare
3.0.0a1 Pre-release
Pre-release

THIS IS AN ALPHA VERSION.

its basically working just fine, but some features of the upcoming version 3.0.0 are still missing.

see HISTORY for details.

2.4.2

20 Jun 17:33
Compare
Choose a tag to compare
  • Fixed
    • config yaml parser when yamale>=2.1 is installed.

2.4.1

21 Feb 01:37
0f1927a
Compare
Choose a tag to compare

Fixed

  • commandline autocompletion for config files to properly suggest *.yaml & *.yml files.

2.4.0

21 Feb 01:13
13900e0
Compare
Choose a tag to compare

Changes

  • upgraded dependency werkzeug from >=0.15 to >=1.0.
  • dependencies pinned to greater/equal current(latest) minor version.

Fixed

Added

2.3.1

28 Jan 22:21
089508e
Compare
Choose a tag to compare

Fix

  • fixed the paging of the Pr0gramm ImageCrawler in promoted=True mode.

2.3.0

26 Jan 10:02
9644dab
Compare
Choose a tag to compare

Breaking changes

  • nichtparasoup config --check's "duplicate image crawler" is no longer a Warning but an Error.
  • renamed nichtparasoup.testing.config.ConfigFilesTest to ConfigFileTest - 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.

Added

  • added image crawler for pr0gramm - Read the docs.
  • added additional test function: nichtparasoup.testing.config.ConfigFileTest.probe().