Skip to content

Releases: EdJoPaTo/website-stalker

v0.27.0

03 Oct 10:49
94ea19a

Choose a tag to compare

Added

  • new editor: json_simple_select

v0.26.2

15 Sep 23:59
d647518

Choose a tag to compare

Changed

  • dependency updates. Nothing significant but a bunch of bugfix updates in dependencies.

v0.26.1

16 May 11:45
d18a464

Choose a tag to compare

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

10 Apr 08:32
fd250ed

Choose a tag to compare

Added

  • Generate the JSON Schema for the website-stalker.yaml with website-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

30 Jan 16:09
87d679f

Choose a tag to compare

Fixed

  • Hint about an error in the end but dont create another error for hint.

v0.25.0

23 Oct 18:12
e42ccda

Choose a tag to compare

Added

  • new editor: css_flatten

v0.24.2

16 Aug 14:50
712049b

Choose a tag to compare

Fixed

  • Improve output on errors, especially HTTP request errors

v0.24.1

14 Aug 16:28
f24a39f

Choose a tag to compare

Added

  • support for CSS :has and :is (due to updated dependencies)

v0.24.0

13 Jun 16:08
b03231f

Choose a tag to compare

Added

  • new editor: css_sort
  • new editor: debug_files

Fixed

  • RSS: improve content_editors error output

v0.23.0

14 May 11:10
d079039

Choose a tag to compare

Added

  • Show used HTTP version in the output (HTTP/1.1, HTTP/2.0, …)
  • http1_only option to force usage of HTTP/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_FROM in --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 init sub-command. Its more transparent to use git init && website-stalker example-config > website-stalker.yaml
  • Deprecate check sub-command. run also 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.