Change Detection - Package Updates
-
[1.10.8]
- Update Changedetection to 0.45.23
- Full changelog
- Re #2333 setting min version for mqtt-paho notifications by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2334
- UI - Search should scan/search error messages by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2353
- Refactor of the "Use default recheck time" form widget and system handling by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2362
- Bump apprise to 1.8.0 by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2363
- Re #2328 Setting LXML version to any version without the known modern-CPU-only CPU flags by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2365
- Browser Steps - Fixing "goto site" step #2330 #2337 by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2364
- Selectable single view of a single change/timestamp by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1916
- Re #2299 Fixing truncated notifications by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2372
- RSS - Muted watches should not show in RSS feed by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2374
- Ability to set default UA for either fetching types by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2375
- Use active_tag_uuid in URLs everywhere by @AlexanderS in https://github.com/dgtlmoon/changedetection.io/pull/2379
- Using 2.0.0rc4 pyppeteerstealth for puppeteer fetches by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2203
- Only insert feed header if app_rss_token is set by @AlexanderS in https://github.com/dgtlmoon/changedetection.io/pull/2381
-
[1.10.9]
- Update Changedetection to 0.45.24
- Full changelog
- PIL/pillow not used much, probably shouldnt be installed by @dgtlmoon in #2382
- UI - preview date and button fixes by @dgtlmoon in #2389
- Bump eventlet from 0.33.3 to 0.35.2 by @dependabot in #2305
- Fixing build test - Adding small delay by @dgtlmoon in #2397
- UI - 'Mark all viewed' button should not show when all viewed by @dgtlmoon in #2399
-
[1.10.11]
- Update Changedetection to 0.45.26
- Full changelog
- Visual Selector now lets you choose MULTIPLE selections! fantastic.
- various small bugs and fixes
-
[1.11.0]
- Update Changedetection to 0.46.00
- Full changelog
-
[1.11.1]
- Update Changedetection to 0.46.01
- Full changelog
-
[1.11.2]
- Update Changedetection to 0.46.02
- Full changelog
- UI - Adding "Download latest HTML snapshot" from Edit Watch > "Stats" page for easier debugging by @dgtlmoon in #2513
- Use #!/usr/bin/env to support virtualenv by @kruton in #2518
- When scraping elements, check for null results by @kruton in #2517
- Encode requests and notifications as UTF-8 if it has no encoding/basic string by @dgtlmoon in #2523
- Apprise 1.8.1 by @dgtlmoon in #2524
- Adding test for #1995 UTF-8 encoding in notification body by @dgtlmoon in #2525
-
[1.11.3]
- Update Changedetection to 0.46.03
- Full changelog
- Handle zero-byte responses with "Empty pages are a change" option, the same as when the HTML doesnt render any useful text by @dgtlmoon in #2530
- Add encoding for scraper script reader by @dgtlmoon in #2574
- Pass headers to Browser Steps by @mikesplain in #2551
- Small price fix scraper by @dgtlmoon in #2575
- Watch 'get last snapshot' should give last, not first snapshot by @dgtlmoon in #2576
-
[1.11.4]
- Update Changedetection to 0.46.04
- Full changelog
- Adding extra ML element training data by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2582
- Re #1708 unpin jsonschema by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2583
- Catch errors when parsing documents for restock/price check by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2602
- Fixing restock test refactor by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2603
-
[1.12.0]
- Update Changedetection to 0.47.02
- Full changelog
-
[1.12.1]
- Update Changedetection to 0.47.03
- Full changelog
-
[1.12.2]
- Update Changedetection to 0.47.04
- Full changelog
-
[1.12.3]
- Update changedetection.io to 0.47.05
- Filters - Process all CSS and XPath 'subtract' selectors in a single pass to prevent index shifting and reference loss during DOM manipulation. by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2754
- Slightly better backup handling UI by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2755
-
[1.12.4]
- Update changedetection.io to 0.47.06
- Full Changelog
- Pinning werkzeug by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2757
- Price tracker - fix for sites that supply an empty additional price by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2758
- Update docker-compose.yml by @arthurnn in https://github.com/dgtlmoon/changedetection.io/pull/2767
- @arthurnn made their first contribution in https://github.com/dgtlmoon/changedetection.io/pull/2767
-
[1.13.0]
- Update changedetection.io to 0.48.01
- Full Changelog
- More debug around queue size by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2776
- Disable version check option - #2773 by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2775
- UI - Show local timezone info in settings (for future functionality) by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2793
- VisualSelector - Use 'deflate' for storing elements.json, 90% file size reduction by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2794
- Update .gitignore and .dockerignore by @kruton in https://github.com/dgtlmoon/changedetection.io/pull/2797
- Python 3.13 compatibility by @kruton in https://github.com/dgtlmoon/changedetection.io/pull/2791
- Always use UTC by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2799
- Add Turkish phrases for out-of-stock detection by @TaylanTatli in https://github.com/dgtlmoon/changedetection.io/pull/2809
- Time scheduler / duration by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2802
-
[1.13.1]
- Update changedetection.io to 0.48.04
- Full Changelog
- Re #2826 - Windows was sometimes missing timezone data by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2845
- Re #2769 - Support for commented out notification URLs by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2825
- Re #2785 Make 'tag' sticky - redirect to current tag on edit or add watch by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2824
- Notifcations - Adding "HTML Color" notification format option by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2837
- Re #2554 - Colors should be same as UI, {{diff_full}} token should also get HTML colours by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2842
- Default notification format now "HTML color" by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2843
-
[1.13.2]
- Update changedetection.io to 0.48.05
- Fixing test for CVE-2024-56509 by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2864
-
[1.13.3]
- Update changedetection.io to 0.48.06
- Full Changelog
- BIG improvements to the "Send test notification" button and the notification backend
- Fixes for posts:// gets:// notifications
- Other minor bug fixes
- Fix diff not starting from last viewed snapshot (#2744) by @MoshiMoshi0 in https://github.com/dgtlmoon/changedetection.io/pull/2856
- Remove unused PUID and PGID by @Entepotenz in https://github.com/dgtlmoon/changedetection.io/pull/2852
- Update Apprise to 1.9.2 - Fixes custom posts:// gets:// etc URL's being double-encoded, fixes chantify:// notifications (#2868) (#2875) (#2870)
- Follow last_checked time improvements by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2883
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login