What's Changed
- Groups - Override extract_text, text_to_ignore, trigger_text and text_should_not_be_present by @dgtlmoon in #3086
- "Recheck all" should also queue most overdue first for checking (same like automatic scheduler) by @dgtlmoon in #3087
- Field name update - Keyword triggers - Trigger/wait for text by @dgtlmoon in #3088
- Make chrome browser headless when checking the site with selenium by @Tim3141 in #3095
- Requests fetcher - remove old screenshot when watch was in a different fetcher type by @dgtlmoon in #3097
- Add UI options tab and setting to disable opening diff in a new tab by @OPerepadia in #3071
- Support multiline regex in text filtering (#2857) by @MoshiMoshi0 in #2889
- Memory fixes for large playwright screenshots by @xconverge in #3092
- Update other methods to use screenshot by @dgtlmoon in #3098
- Refactor image saving with forked process to reduce memory usage, improvements to xpath scraper handling by @dgtlmoon in #3099
- Dont use .lower() because the html could be very big and this uses a lot of ram by @dgtlmoon in #3105
- Apprise import only when needed - saves ~50Mb RAM if you dont have any notifications enabled by @dgtlmoon in #3106
- Use bigger chunks to speed up page screenshot by @dgtlmoon in #3107
- Added notifications API endpoints by @rm335 in #3103
New Contributors
- @Tim3141 made their first contribution in #3095
- @OPerepadia made their first contribution in #3071
- @xconverge made their first contribution in #3092
- @rm335 made their first contribution in #3103
Full Changelog: 0.49.12...0.49.13