dgtlmoon
b7ca10ebac
Scrub watch snapshot fixes
3 years ago
dgtlmoon
271181968f
Notification settings defaults and validation ( #361 )
...
* Re #360 - Validate that when a notification URL is set, we have also a notification body and title, new install should have notification title/body defaults set.
3 years ago
dgtlmoon
b5c1fce136
Re #133 Option for ignoring whitespacing ( #345 )
...
* Global setting option to ignore whitespace when detecting a change
3 years ago
dgtlmoon
489671dcca
Re #342 notification encoding ( #343 )
...
* Re #342 - check for accidental python byte encoding of non-utf8/string, check return type of fetcher and fix encoding of notification content
3 years ago
dgtlmoon
0439acacbe
Adding global ignore text ( #339 )
3 years ago
Simon Caron
dfcae4ee64
Extend Request Parameters to add Body & Method ( #325 )
3 years ago
dgtlmoon
9815fc2526
RSS allow access via token ( #310 )
...
Allow access via a token
* New RSS URL
* Redirect the old RSS feed URL
* fix tests
3 years ago
dgtlmoon
35d0c74454
Re #308 - Adding test and including settings in clone operation ( #309 )
3 years ago
dgtlmoon
5a10acfd09
Send diff in notifications ( #296 )
3 years ago
dgtlmoon
5bbd82be79
Wait 60 seconds or until stop_thread is set
3 years ago
dgtlmoon
3956b3fd68
Re #269 - Show current/correct BASE_URL information ( #271 )
...
* Re #269 - Show current/correct BASE_URL information
3 years ago
ghjklw
ecba130fdb
Enable Markdown and HTML notifications. ( #288 )
...
This change enable defining the notification body as HTML or Markdown. This can be very
useful to have more user-friendly notifications such as:
* applying a heading style to the `{watch_title}` to make it stand out
* creating clickable links using the `{watch_url}`, `{preview_url}` and `{diff_url}`.
Changes
=======
* Add a `notification_format` to the notification settings, defaults to plain text.
* Use the `body_format` parameter of Apprise's `notify` method.
Co-authored-by: Malo Jaffré <malo.jaffre@dunnhumby.com>
3 years ago
dgtlmoon
4659993ecf
Re #286 - Solving lost data/corrupted data - Tweak timing and try to write to a temp file first ( #292 )
...
* Re #286 - Tweak timing and try to write to a temp file first, Increase logging and format info message better.
3 years ago
dgtlmoon
4bbb7d99b6
Re #264 - fixing clone watch operation
3 years ago
dgtlmoon
95e39aa727
Configurable BASE_URL ( #228 )
...
Re #152 ability to over-ride env var BASE_URL, with UI+tests
3 years ago
dgtlmoon
25476bfcb2
Setting for Extract <title> as title option on individual watches ( #229 )
...
* Extract <title> as title option on individual items
3 years ago
dgtlmoon
b903280cd0
Re #185 - [feature] Custom notifications templates per watch ( #226 )
...
* Re #185 - [feature] Custom text templates for the notification per monitored entry as override.
Bonus points: Adding validation for apprise URLs
3 years ago
Matthias Langhard
05f7e123ed
Adds 'Create Copy' feature to clone a watch ( #184 )
3 years ago
dgtlmoon
a11b6daa2e
Installation via pip ( #186 )
...
Builder for https://pypi.org/project/changedetection.io/
3 years ago