EdJoPaTo / website-stalker

Track changes on websites via git
GNU Lesser General Public License v2.1
54 stars 6 forks source link

refactor(notifications)!: simplify and on --help #200

Closed EdJoPaTo closed 4 months ago

EdJoPaTo commented 5 months ago

See https://github.com/EdJoPaTo/website-stalker/discussions/172#discussioncomment-8985450

BREAKING CHANGES: old environment variables no longer work. notification_template in config is gone. When it's still used an error is printed about it. When old env variables are used a warning is printed, but that might be easy to overlook.

Idea for temporary workaround: check for any of the old env variables and error then too.

pling 0.4 needs to be released before this gets merged.