LinuxServer Changes:
Rebase to Alpine 3.16, migrate to s6v3.
changedetection.io Changes:
New big things
- Watch filters can now accept a list/multiple CSS/xPath filters per page
- Send a screenshot when a website page change is detected
- Updated AppRise library ( Mastodon support, email fixes and other minor fixes)
What's Changed
- Re #623 - Filters should accept a list/multiple filters by @dgtlmoon in dgtlmoon/changedetection.io#1064
- Adding
check_count
and sorting vars by @dgtlmoon in dgtlmoon/changedetection.io#1099 - Use deepcopy to stop data corruption (possible?) by @dgtlmoon in dgtlmoon/changedetection.io#1108
- Stability fix related to counter by @dgtlmoon in dgtlmoon/changedetection.io#1113
- Re-test under HIDE_REFERER, use strtobool so you can use 'False' by @dgtlmoon in dgtlmoon/changedetection.io#1121
- Bump notification library by @hmmbob in dgtlmoon/changedetection.io#1128
- Make link to notification debug log easier to find by @dgtlmoon in dgtlmoon/changedetection.io#1130
- Make VisualSelector show first available multiple selector, refactor to make more maintainable by @dgtlmoon in dgtlmoon/changedetection.io#1132
- Diff js maint by @dgtlmoon in dgtlmoon/changedetection.io#1137
- Option to attach screenshot to notification by @m42e in dgtlmoon/changedetection.io#1127
- No need to re-check, fix timing. by @dgtlmoon in dgtlmoon/changedetection.io#1141
- Screenshot option should only be available to webdriver/playwright watches, screenshot sent as JPEG to save bandwidth, Simplify the logic around screenshot, by @dgtlmoon in dgtlmoon/changedetection.io#1140
New Contributors
- @m42e made their first contribution in dgtlmoon/changedetection.io#1127
Full Changelog: dgtlmoon/changedetection.io@0.39.21.1...0.39.22