Changedetection.io

Latest version: v0.45.23

Safety actively analyzes 638819 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 16

0.39.17

Not secure
What's Changed
* Remove duplicate environment variables by marvin8 in https://github.com/dgtlmoon/changedetection.io/pull/738
* Ability to specify JS before running change-detection by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/744
* Return all regex results instead of first match by freddieleeman in https://github.com/dgtlmoon/changedetection.io/pull/730
* Added discord webhook base url to truncation rules by bwees in https://github.com/dgtlmoon/changedetection.io/pull/753
* Regex clarification by rocket357 in https://github.com/dgtlmoon/changedetection.io/pull/766
* Notifications - email - Correctly send plaintext notification as plaintext by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/767
* Small cleanups by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/768
* Bug fix for alerting when xPath based filters are not present by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/772
* Bug fix - filter "Only trigger when new lines appear" should check all history, not only the first item by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/777
* Enhancement - support xPath text() function filter, for example "//title/text()" in RSS feeds by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/778
* UI Feature - Add watch in "paused" state, saving then unpauses by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/779

New Contributors
* marvin8 made their first contribution in https://github.com/dgtlmoon/changedetection.io/pull/738
* freddieleeman made their first contribution in https://github.com/dgtlmoon/changedetection.io/pull/730
* bwees made their first contribution in https://github.com/dgtlmoon/changedetection.io/pull/753
* rocket357 made their first contribution in https://github.com/dgtlmoon/changedetection.io/pull/766

**Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.39.16...0.39.17

0.39.16

Not secure
What's Changed
* Re 580 - Jitter delay by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/681
* Notifications - log what was sent after cleaning up by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/691
* Some changes werent getting triggered because the previous checksum only recorded when an event occurred by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/697
* Improve docker-compose.yml browserless/playwright docker container, add env var for STEALTH and BLOCK_ADS by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/701
* Only set last_changed on the second snapshot, update existing watches by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/715
* Minor diff page improvements - list should be sorted 'newest first' and no need to include the current version to compare against by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/716
* lang: prefer 'clear (snap) history' to 'scrub' by jtagcat in https://github.com/dgtlmoon/changedetection.io/pull/721
* Re 664 - Use HTTP Request Headers override (Cookie, etc) in playwright by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/723
* [feature] Filter option - Trigger only when NEW content (lines) are detected ( compared to earlier text snapshots ) by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/685
* Use our own apprise asset format by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/733

New Contributors
* jtagcat made their first contribution in https://github.com/dgtlmoon/changedetection.io/pull/721

**Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.39.15...0.39.16

0.39.15

Not secure
What's Changed
* Remove tag length validation by timlod in https://github.com/dgtlmoon/changedetection.io/pull/645
* Fixed: Calculate offsetX and offsetY for Visual Selector in Firefox by lflare in https://github.com/dgtlmoon/changedetection.io/pull/646
* Move history data to a textfile by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/638
* "Mark all viewed" button - 651 - Adding test and fixing accidently broken implementation by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/652
* Fixing RSS feed HTML content formatting by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/662
* "Extract text" filter ability by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/624
* Improve error message by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/666
* Scrub single watch history by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/672
* Improve logging by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/671
* Also log normal notification activity, make logs easier to find by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/682
* Add small preview section check by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/683

New Contributors
* lflare made their first contribution in https://github.com/dgtlmoon/changedetection.io/pull/646

**Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.39.14...0.39.15

0.39.14.1

Not secure
- Adding Visual Selector tool
- Important PIP install fix
**Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.39.14...0.39.14.1

0.39.14

Not secure
What's Changed
* Fix PLAYWRIGHT_DRIVER_URL default value by weeix in https://github.com/dgtlmoon/changedetection.io/pull/599
* Re 214 - configurable extra wait seconds for webdriver requests by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/606
* Option to control if pages with no renderable content are a change (like JS webapps that dont render any text sometimes etc) by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/608
* Input field tidyup by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/611
* Proxy list settings on watch should have a "[ ] default" option by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/610
* API Interface by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/617


**Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.39.13.1...0.39.14

0.39.13.1

Not secure
What's Changed
* Update MANIFEST to include model/ subdir for Pip installs by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/594

**Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.39.13...0.39.13.1

Page 11 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.