Releases: EdJoPaTo/website-stalker
Releases · EdJoPaTo/website-stalker
v0.27.0
v0.26.2
Changed
- dependency updates. Nothing significant but a bunch of bugfix updates in dependencies.
v0.26.1
Fixed
html_markdownify: Error on empty output. Emtpy output is unlikely the expected behaviour.html_url_canonicalize: Don't error on unparsable URL. Only warn and accept the broken one.
v0.26.0
Added
- Generate the JSON Schema for the
website-stalker.yamlwithwebsite-stalker json-schema. Its also added to the Github Release for easy usage. - new editor:
css_tag_replace - Support zstd response body decompression
v0.25.1
Fixed
- Hint about an error in the end but dont create another error for hint.
v0.25.0
Added
- new editor:
css_flatten
v0.24.2
Fixed
- Improve output on errors, especially HTTP request errors
v0.24.1
Added
- support for CSS :has and :is (due to updated dependencies)
v0.24.0
Added
- new editor:
css_sort - new editor:
debug_files
Fixed
- RSS: improve content_editors error output
v0.23.0
Added
- Show used HTTP version in the output (
HTTP/1.1,HTTP/2.0, …) http1_onlyoption to force usage ofHTTP/1
Changed
- Move notifications from environment variables to CLI. Can still be configured via environment variables, but they have different names now. Check --help.
- Document
WEBSITE_STALKER_FROMin--help. Also allows for--from - RSS: remove website-stalker version from the generator field
- Improve error handling by instant panic or cleaner human error message
- Deprecate
initsub-command. Its more transparent to usegit init && website-stalker example-config > website-stalker.yaml - Deprecate
checksub-command.runalso checks the config and additionally runs it when correct which most people probably need.
Breaking Changes
- Environment variable names for notifications differ and can now also be provided via --flags. Check --help.
- Error on notification_template in config. Notification configuration changed and is likely not working anymore, so hard error over a warning.