Changedetection.io

Latest version: v0.45.23

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

Scan your dependencies

Page 8 of 16

0.40.0.4

Not secure
- Upgrade container to Python 3.10
- Many fixes and improvements

What's Changed
* Run test as built docker container by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1245
* Initial PDF fetcher support with basic text extraction by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1244
* UI - Tidy-up list icons by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1250
* Container updates by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1249
* Ability to configure extra proxies via the UI by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1235
* Filter failure notification tokens by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1256
* UI - Suggest adding proxy for watch when 403 access denied is reached by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1260


**Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.40.0.3...0.40.0.4

0.40.0.3

Not secure
What's Changed
* Playwright - fetch improvements - Disable service workers and just fetch after page starts to load+delay by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1229
* Skip process if the previous checksum and the just fetched one was the same by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/925
* Fetcher + VisualSelector - xpath filter with attribute filter was breaking the element finder by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1232
* Always sort the key order of JSON content for less false alerts Re 1219 by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1234
* Playwright - Fetch reliability improvements by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1238
* Check the most overdue watch first by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1242
* Visual Selector - Select smallest/most precise element first, better filtering of zero size elements by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1246


**Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.40.0.2...0.40.0.3

0.40.0.2

Not secure
What's Changed
* Re 1207 - Dont scan for ldjson data when 'no' was clicked on the suggestion by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1208


**Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.40.0...0.40.0.2

0.40.0

Not secure
Huge release
Main items

- **Browser steps** - Interact with the browser, login to websites, accept cookie boxes, fill forms, click X,Y and more (requires playwright), runs before changedetection so you can log into a website and then get a change alert
- **Auto suggestion to follow product LD JSON data** use existing product data to get better price change alerts without needing visual-filter/xpath/css selectors (where the website supports LD-JSON)
- **Dark Mode** - Thanks to tanc for the killer styling and functionality!
- **Notifications** , Improved simple `gets://` `post://` callbacks and Jinja2 compatible templates, all variables, tokens now available in notification settings (you could even put `if` statements in your notification body if you wanted, as an idea)
- **Extract historical data**, Use a regex to generate CSV files (great for scraping websites over time, for example the number of available houses for rent/buy over time)
- Loads of fixes

Help spread the word about changedetection.io!

What's Changed
* Update README.md by t5k6 in https://github.com/dgtlmoon/changedetection.io/pull/1158
* Configurable browser steps (enter text, scroll, wait for text, etc) by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/478
* Extra validation for URLs with jinja2 template by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1166
* Faster BrowserStep screenshot updates and enable gzip compression for all content replies in the UI by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1171
* BrowserSteps - Make the UI require an extra step so it doesnt slow down the experience when clicking through the tabs by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1175
* Favicon multiplatform update by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1176
* add changedetection container dependencies by peppetemp in https://github.com/dgtlmoon/changedetection.io/pull/1178
* Simple extract data by regex from all historical watch text by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1191
* Extra validation for regex extract field by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1192
* test fix - use local address by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1193
* Notifications - tokens/jinja2 templating by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1184
* Notification - Support for standard API calls post:// posts:// get:// gets:// delete:// deletes:// put:// puts:// by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1194
* Dark mode - Template tidy up by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1197
* Update runtime.txt to work on all heroku stacks by amrohendawi in https://github.com/dgtlmoon/changedetection.io/pull/1198
* Test cleanups by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1196

New Contributors
* t5k6 made their first contribution in https://github.com/dgtlmoon/changedetection.io/pull/1158
* peppetemp made their first contribution in https://github.com/dgtlmoon/changedetection.io/pull/1178
* amrohendawi made their first contribution in https://github.com/dgtlmoon/changedetection.io/pull/1198

**Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.39.22.1...0.40.0

0.39.22.1

Not secure
What's Changed
* Re 1148 - Notification screenshot/JPEG was not being regenerated correctly by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1149


**Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.39.22...0.39.22.1

0.39.22

Not secure
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 https://github.com/dgtlmoon/changedetection.io/pull/1064
* Adding `check_count` and sorting vars by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1099
* Use deepcopy to stop data corruption (possible?) by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1108
* Stability fix related to counter by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1113
* Re-test under HIDE_REFERER, use strtobool so you can use 'False' by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1121
* Bump notification library by hmmbob in https://github.com/dgtlmoon/changedetection.io/pull/1128
* Make link to notification debug log easier to find by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1130
* Make VisualSelector show first available multiple selector, refactor to make more maintainable by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1132
* Diff js maint by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1137
* Option to attach screenshot to notification by m42e in https://github.com/dgtlmoon/changedetection.io/pull/1127
* No need to re-check, fix timing. by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/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 https://github.com/dgtlmoon/changedetection.io/pull/1140

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

**Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.39.21.1...0.39.22

Page 8 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.