Changedetection.io

Latest version: v0.45.24

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

Scan your dependencies

Page 8 of 16

0.40.1.0

Not secure
What's Changed
* Test improvement by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1264
* Ipv6 by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1267
* Update the docker compose file to v3 (1079) by billmetangmo in https://github.com/dgtlmoon/changedetection.io/pull/1144
* Remove docker-compose version by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1268
* Bump notification library by hmmbob in https://github.com/dgtlmoon/changedetection.io/pull/1272
* Fix releases link in readme.md by amalani in https://github.com/dgtlmoon/changedetection.io/pull/1277
* Fix misleading success message by jtagcat in https://github.com/dgtlmoon/changedetection.io/pull/1285
* Dont recreate DB if its corrupt, exit with error cleanly by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1296
* API - improvements, support ?muted=muted, ?muted=unmuted, ?paused=paused, ?paused=unpaused by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1213
* Reliability fix - Remove loop that could cause app to stop checking if data changes by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1313
* pip: eventlet doesnt support dnspython >=2.3.0 by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1316
* UI - Fix wrong logic when dealing with webdriver/playwright settings by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1325

New Contributors
* billmetangmo made their first contribution in https://github.com/dgtlmoon/changedetection.io/pull/1144
* amalani made their first contribution in https://github.com/dgtlmoon/changedetection.io/pull/1277

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

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

Page 8 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.