LinuxServer Changes:
Rebase to Alpine 3.17.
changedetection.io Changes:
Mainly
- Beta release of 'restock monitoring' for single production pages
- Lots of notification improvements
- Uses Brotli for saving snapshot data for less disk usage
What's Changed
- Notification Improvements, new tokens
{{diff_added}}
and{{diff_removed}}
, removed whitespace aroundadded
andinto
( Issue #905 ) by @reecespieces in dgtlmoon/changedetection.io#1454 - Added new notification
{{ triggered_text }}
so you can just see what was triggered - Fixing bad linebreak definition
</br>
in notifications and UI by @dgtlmoon in dgtlmoon/changedetection.io#1465 - BrowserSteps - Adding
Goto URL
step by @dgtlmoon in dgtlmoon/changedetection.io#1466 - Abstract out the diff fetchers to make it easier to integrate new ones by @dgtlmoon in dgtlmoon/changedetection.io#1467
- no point creating two images by @dgtlmoon in dgtlmoon/changedetection.io#1481
- Use brotli for storage of the text snapshots, reducing 70-80% file size by @dgtlmoon in dgtlmoon/changedetection.io#1482
- Ability to set which text to process (added, removed, changed) according to the difference by @dgtlmoon in dgtlmoon/changedetection.io#1483
- Include triggered text token in notification by @dgtlmoon in dgtlmoon/changedetection.io#1485
New Contributors
- @reecespieces made their first contribution in dgtlmoon/changedetection.io#1454
Full Changelog: dgtlmoon/changedetection.io@0.40.3...0.41