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 7 of 16

0.42

Not secure
What's Changed
* Initial pip build test by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1488
* Restock monitor - identify the cases where the product is also definitely in stock by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1489
* Re 1503 - Send test notification should use system defaults for body and title if not set in watch by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1547
* Order by created time by default by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1519
* UI - Set selected watches as 'viewed' by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1550
* Adding pagination by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1549
* Html fixes by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1551
* Html fixes by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1553
* Fix back navigation by Shraymonks in https://github.com/dgtlmoon/changedetection.io/pull/1556
* Use builtin node puppeteer handler browserless by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1559
* Use builtin node puppeteer handler browserless by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1561
* Puppeteer fetcher, adding disk cache and other fixes by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1563
* Puppeteer fixes by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1564

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

New cool stuff

- Try the env var `USE_EXPERIMENTAL_PUPPETEER_FETCH` and aim it at your existing browserless container
- Search the list of watches
- Pagination for huge lists

Pleas see the full changelog
**Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.41.1...0.42

0.41

Not secure
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 around `added` and `into` ( Issue 905 ) by reecespieces in https://github.com/dgtlmoon/changedetection.io/pull/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 https://github.com/dgtlmoon/changedetection.io/pull/1465
* BrowserSteps - Adding `Goto URL` step by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1466
* Abstract out the diff fetchers to make it easier to integrate new ones by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1467
* no point creating two images by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1481
* Use brotli for storage of the text snapshots, reducing 70-80% file size by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1482
* Ability to set which text to process (added, removed, changed) according to the difference by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1483
* Include triggered text token in notification by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1485

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

**Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.40.3...0.41

0.40.3

Not secure
Maintenance release - Bug fix for 'false change alerts', watch storage improvements, bug fixes, API improvements

What's Changed
* Remove unused function by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1394
* Re 1392 - Adjust PDF detect rules by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1393
* Deleting a watch now removes the watches storage directory by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1408
* Be sure to really not do anything in the case that the checksums were the same by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1410
* Dont rewrite/resave snapshot when its the same data, just bump the history index, saves disk space. by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1414
* Update notification library by hmmbob in https://github.com/dgtlmoon/changedetection.io/pull/1430
* API - Including `last_changed` timestamp in watch API info by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1436
* Replace bs4 with beautifulsoup4 by fabaff in https://github.com/dgtlmoon/changedetection.io/pull/1433
* False change notifications - Don't reset watch checksum when a fetch error happens, adjust test to not test for fluctuating filter Re 962 by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1437
* Be sure that `process_changedetection_results` is off after PageUnloadable and EmptyReply exceptions from fetcher - Re 962 by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1439
* Ticket 962 false change alerts cleanups by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1444

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

**Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.40.2...0.40.3

0.40.2

Not secure
What's Changed
* Buildx error by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1336
* Fix fetch UI default option by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1343
* Fetch backend UI default by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1344
* Removing old bug fix by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1356
* Possible stored XSS in watch list - Only permit HTTP/HTTP/FTP by default - override with env var `SAFE_PROTOCOL_REGEX` by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1359
* WIP - ability to allow passwordless access to your 'diff' url by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1357
* Playwright - Browser "Service Workers" should be enabled by default but unset via env var PLAYWRIGHT_SERVICE_WORKERS=block by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1367
* Fix logic for showing screenshot on diff page by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1379


**Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.40.1.1...0.40.2

0.40.1.1

Not secure
What's Changed
* Re 1328 - add `-6` flag to enable IPv6 by dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1329


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

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

Page 7 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.