Change Detection - Package Updates
Pinned
Change Detection
-
[1.3.1]
- Update Changedetection to 0.44.1
- Full changelog
- Fixing dark/light mode toggle status
-
[1.3.2]
- Update Changedetection to 0.44.2
- Full changelog
- Updating URL validation library by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1732
- Ability to highlight text and have it offered as a ignore-text option by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1746
-
Changedetection 0.45 is blocked by https://github.com/dgtlmoon/changedetection.io/issues/1771
-
[1.4.0]
- Update Changedetection to 0.45.1
- Full changelog
- Fix typo in README.md by @eltociear in https://github.com/dgtlmoon/changedetection.io/pull/1759
- Fix RSS link containing base_url twice by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1764
- Oxylabs recommendation by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1756
- Fix - Regular Expression text in ignore and trigger were not processing correctly, also refactored for lower CPU usage
- Fixes UI missing buttons
-
[1.4.1]
- Update Changedetection to 0.45.2
- Full changelog
- Feature - Add 'diff_patch' notification body token by @myhro in #1765
- Update Apprise 1.4.5 -> 1.5.0 by @dgtlmoon in #1777
- Adding "No proxy" option by @dgtlmoon in #1778
- Date created was missing on add, could cause crash by @dgtlmoon in #1787
- Fix "recheck all" button by @dgtlmoon in #1793
- Improved test - UTF8 URLs in backup by @dgtlmoon in #1807
-
[1.4.2]
- Update Changedetection to 0.45.3
- Full changelog
- Extra validation/error reporting for Jinja2 tempaltes by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1810
- Dont set user agent default if none is set by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1811
- Upgrade test workflows actions to latest versions by @marceloalencar in https://github.com/dgtlmoon/changedetection.io/pull/1817
- Be more helpful when a filter contains no text by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1819
- Regex tidyup for Python 3.11 and deprecation warnings since 3.6 by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1786
- Dockerfile/fix: Update builder and runner to Python 3.11 by @Constantin1489 in https://github.com/dgtlmoon/changedetection.io/pull/1781
- 1833 - LD JSON Properly handle lists of product type by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/1837
-
[1.5.0]
- Update base image to 4.2.0
-
[1.6.0]
- Update Changedetection to 0.45.5
- Full changelog
- Highlight permissions - Login absolutely required by @dgtlmoon in #1852
- Selectable dates between any version and minor UI cleanup for differences page by @dgtlmoon in #1855
- Re #1857 - adding page extra title for edit page by @dgtlmoon in #1858
- Handle CDATA in RSS correctly, generally handle RSS better by @dgtlmoon in #1866
- Bump apprise to 1.6.0 by @dgtlmoon in #1867
- handle when the PDF is given as inline content without a proper mime header by @dgtlmoon in #1875
- UI - BrowserSteps - Show the screenshot of an error if it happened on a step, highlight which step had the error by @dgtlmoon in #1883
- Adding handy "limit to watches with errors" button by @dgtlmoon in #1886
- dont show search icon when logged out by @dgtlmoon in #1896
-
[1.7.0]
- 1080p resolution for the framebuffer
-
[1.8.0]
- Update Changedetection to 0.45.7
- Full changelog
- Upgrade to bookworm - fix glibc mismatch by @dgtlmoon in #1918
- Ability to import wachete XLSX (or any XLSX) by @dgtlmoon in #1921
- Pip security updates by @dgtlmoon in #1915
- Refactor import by @dgtlmoon in #1931
- Import - Improved Wachete excel XLS import support for "dynamic wachet" column by @jgupta in #1934
- Upgrade playwright browser library by @dgtlmoon in #1942
-
[1.9.0]
- Update Changedetection to 0.45.8
- Full changelog
- Selectable browser (perfect for Bright Data's scraping fringerprint browser)
- xPath 2.0/xPath 3.1 - Now you can use much more cool logic in your filters (like loops/for/if/etc/better selectors)
- UI and bug fixes
-
[1.9.1]
- Update Changedetection to 0.45.8.1
- Full changelog
- Always use plain requests for PDF because otherwise we cant access the embed PDF in the browser
-
[1.9.2]
- Update Changedetection to 0.45.9
- Full changelog
- Improve handling of SIGTERM shutdown in containers, remove unnecessary multi-process handler for pip installs, tidy up modules by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2014
- Fixing support for headers in custom post://, posts:// etc notifications by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2018
- API - Add bulk list of watches by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2021
- Update stock-not-in-stock.js by @dextouu in https://github.com/dgtlmoon/changedetection.io/pull/2032
- test: Improve signal test coverage by @Constantin1489 in https://github.com/dgtlmoon/changedetection.io/pull/2052
-
[1.9.3]
- Update Changedetection to 0.45.10
- Full changelog
- Bug - don't switch to custom puppeteer mode if external browser URL is active by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2068
- "In stock" should be 'none' by default by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2069
- Upgrade to Apprise 1.7.1 by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2075
- [Send test notification] - refactor to use all tokens like a real watch and Notification Body+Title from UI value by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2079
- Using correct tokens for browser step failure notification by @meilon in https://github.com/dgtlmoon/changedetection.io/pull/2066
- BrowserSteps error handling improvements by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/2083
-
[1.9.4]
- Update Changedetection to 0.45.11
- Full changelog
-
[1.9.5]
- Update Changedetection to 0.45.12
- Full changelog
- Mailto:// fixing broken auto add format (causing system error) by @dgtlmoon in #2085
- Fixing default Notification Body and Title defaults (should respect system global)
-
[1.9.6]
- Update Changedetection to 0.45.13
- Full changelog
- Added OPTIONS HTTP method by @kiyell in #2094
- #1627 and #1823 #2099 - quote wrapped URL for browserstep url was breaking the connection by @dgtlmoon in #2100
- Notifications - When any in a list of notifications fails, the others should still work by @dgtlmoon in #2106
- Restock - Check all elements for text to get stock status from, strip any text returned by @dgtlmoon in #2040
- Adding extra test for #2103 by @dgtlmoon in #2108
- Support Loguru as a logger by @Constantin1489 in #2036
- Loguru output tweaks by @dgtlmoon in #2112
-
[1.9.7]
- Update Changedetection to 0.45.14
- Full changelog
- Bump the all group with 4 updates by @dependabot in #2121
- Restock tweaks - use a single regex, tidy up height detection by @dgtlmoon in #2125
- Bugfix: Notification title being set to notification format, notifiction format not being respected by @TheConner in #2129
- Improve status_code logging by @dgtlmoon in #2130
- improvements to change detection logging by @dgtlmoon in #2136
- Adding icon to show which watch has Browser Steps by @dgtlmoon in #2137
-
[1.10.0]
- Use playwright