Releases: k4cg/nichtparasoup
Releases · k4cg/nichtparasoup
2.2.2
Fix
- fixed exception catch in
instagram
imagecrawler. - fixed hyperlinks in the
README.md
.
Added
- added keywords in
setup.py
.
2.2.1
Fix
- fixed web UI settings storage.
2.2.0
Breaking changes
- in the config the crawlers'
type
was renamed toname
. - the
Dummy
ImageCrawler was renamed toEcho
.
Changes
ImageCrawlerInfo
'sdesc
was renamed todescription
.ImageCrawlerInfo
don't require aversion
anymore.
Fix
- The non-existing
favicon.ico
is no longer tried to be loaded.
Added
- plugin support for ImageCrawlers. You may write your own, now :-)
- commandline interface got a
--debug
switch to help plugin developers. webserver
now usesmako
template engine.ImageCrawlerInfo
may have anicon_uri
, now.ImageCrawlerInfo
may have along_description
, now.
2.1.1
Fix
- auto-play is no longer broken, when image-gallery-mode is canceled by browser's builtin functions.
2.1.0
Added
- ImageCrawler for Instagram:
InstagramProfile
&InstagramHashtag
. - web UI: added image zoom.
- web UI: hide scroll bar in FullScreen mode, when at scroll position is at top.
2.0.1
Fix
- internal version detection
2.0.0
Rewrite from scratch.
Breaking changes
- removed support for python2.7 and lower.
- removed support for python3.4 and lower.
For users
the config format completely changed. Read the docs/
for more.
For developers
Yes, everything changed ... due to a complete rewrite. Read the docs/dev/
for more.
Added
- publishing to PyPI
- image crawler for "picsum"
- image crawler "dummy"
- documentation in
docs/
setup.py
-based packaging support - forPIP
- testing support via
pytest
and test coverage report viacoverage
- code style tests via
flake8
,mypy
and extensions for those - also added them totox
-based automatisation tox
-based automatisation for testing- CI tests for
tox
-based tests onpy35
,py36
,py37
,py38
- via github actions - version history file
HISTORY.md
Modified
-
README.md
to match current implementation -
web UI to match latest web serve specs### rewrote from scratch
-
config system - now using
YAML
file format -
core image crawler architecture
-
core server
-
web server
-
command line interface
-
reddit crawler
Removed
Some image crawlers were removed, so they can be rewritten from scratch.
- image crawler for "giphy"
- image crawler for "soup.io"
- image crawler for "pr0gramm"
- image crawler for "4chan"
- image crawler for "9gag"