Nichtparasoup Versions Save

nichtparasoup is a web-based hackspaces entertainment system. It continuously displays random images from Reddit & Pr0gramm in your web-browser. Image sources are highly customizable.

2.5.1

3 years ago
  • 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

3 years ago
  • 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

3 years ago

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

3 years ago
  • Fixed
    • issue #381 - Instagram Profile Crawler

3.0.0a1

3 years ago

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

3 years ago
  • Fixed
    • config yaml parser when yamale>=2.1 is installed.

2.4.1

4 years ago

Fixed

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

2.4.0

4 years ago

Changes

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

Fixed

Added

2.3.1

4 years ago

Fix

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

2.3.0

4 years ago

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().