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 #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 #1465 - BrowserSteps - Adding
Goto URL
step by @dgtlmoon in #1466 - Abstract out the diff fetchers to make it easier to integrate new ones by @dgtlmoon in #1467
- no point creating two images by @dgtlmoon in #1481
- Use brotli for storage of the text snapshots, reducing 70-80% file size by @dgtlmoon in #1482
- Ability to set which text to process (added, removed, changed) according to the difference by @dgtlmoon in #1483
- Include triggered text token in notification by @dgtlmoon in #1485
New Contributors
- @reecespieces made their first contribution in #1454
Full Changelog: 0.40.3...0.41