Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/dgtlmoon/changedetection.io minor 0.48.05 -> 0.50.10

Release Notes

dgtlmoon/changedetection.io (ghcr.io/dgtlmoon/changedetection.io)

v0.50.10: Added API "recheck tag" and fixing noisy log output

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.50.9...0.50.10

v0.50.9: Bugfix release

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.50.8...0.50.9

v0.50.8

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.50.7...0.50.8

v0.50.7: Favicon improvements and minor UI fixes

Compare Source

What's Changed

  • UI - Set default favicon, offer option to disable favicons by @​dgtlmoon in #​3316
  • Minor CSS/UI fixes

Full Changelog: dgtlmoon/changedetection.io@0.50.6...0.50.7

v0.50.6: Features, favicon support, minor bug fix

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.50.5...0.50.6

v0.50.5: Bugfix release

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.50.4...0.50.5

v0.50.4: Security update and minor fixes

Compare Source

What's Changed

CVE-2025-52558 - Fixing XSS in error handling output of watch overview list

Full Changelog: dgtlmoon/changedetection.io@0.50.3...0.50.4

v0.50.3: Misc fixes and improvements

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.50.2...0.50.3

v0.50.2

Compare Source

Full Changelog: dgtlmoon/changedetection.io@0.50.01...0.50.2

v0.50.1: Realtime UI refactor, misc UI fixes Latest

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.49.18...0.50.1

v0.49.18: Realtime UI via WebSockets, misc. fixes

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.49.17...0.49.18

v0.49.17: Minor bugfix and maint. release

Compare Source

Full Changelog: dgtlmoon/changedetection.io@0.49.16...0.49.17

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.49.16...0.49.17

v0.49.16: Bug fix and improvements release

Compare Source

What's Changed

  • Browsersteps session shutdown improvements by @​dgtlmoon in #​3137
  • Browser Steps - by Option Text - #​1224, #​1228 by @​dgtlmoon in #​3138 Conditions levenshtein by @​dgtlmoon in #​3120 Fix for xpath element scraper by @​dgtlmoon in #​3145 Update docker-compose.yml by @​silversub in #​3149 Improved global ignore test by @​dgtlmoon in #​3140 pyppeteer fast puppeteer fetch - be sure viewport is set to --window-size if --window-size is set by @​dgtlmoon in #​3157 Use cleaner logic for limiting elements to scan by @​dgtlmoon in #​3158 Conditions - Levenshtein text similarity plugin - adding test, fixing import, fixing check for watches with 1 snapshot history by @​dgtlmoon in #​3161 Update selenium library by @​dgtlmoon in #​3170 Custom headers should have validation by @​dgtlmoon in #​3172 Fixes to ensure proxy errors are handled correctly by @​dgtlmoon in #​3168 New Contributors @​silversub made their first contribution in #​3149 Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.49.15...0.49.16 v0.49.15 Compare Source What's Changed Only add screenshot warning if capture was greater than trim size by @​dgtlmoon in #​3123 Updating restock texts by @​dgtlmoon in #​3124 Development: introduce Ruff as linter/formatter by @​xLinkOut in #​3039 Send TRACE and INFO logs to stdout by @​drrlvn in #​3051 re #​3126 Visual Selector & Browser Steps - Always recheck if the data/screenshot is ready under "Visual Selector" tab after using Browser Steps by @​dgtlmoon in #​3130 New Contributors @​drrlvn made their first contribution in #​3051 Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.49.14...0.49.15 v0.49.14 Compare Source What's Changed Memory fixes/improvements - Run html to text in sub proc, a few more cleanups by @​dgtlmoon in #​3110 Playwright + Puppeteer fix for when page is taller than viewport but less than step_size by @​dgtlmoon in #​3113 Undo forced selenium headless mode, small refactor by @​dgtlmoon in #​3112 try to fix master caused by small refactor caused by making headless optional by @​dgtlmoon in #​3114 docs: Update reference URL by @​jcgoette in #​3119 Re #​3115 fix multiprocessing start by @​dgtlmoon in #​3121 New Contributors @​jcgoette made their first contribution in #​3119 Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.49.13...0.49.14 v0.49.13: Big memory management improvements, selenium fetching in headless by default, new UI options, new API endpoint, groups update Compare Source What's Changed Groups - Override extract_text, text_to_ignore, trigger_text and text_should_not_be_present by @​dgtlmoon in #​3086 "Recheck all" should also queue most overdue first for checking (same like automatic scheduler) by @​dgtlmoon in #​3087 Field name update - Keyword triggers - Trigger/wait for text by @​dgtlmoon in #​3088 Make chrome browser headless when checking the site with selenium by @​Tim3141 in #​3095 Requests fetcher - remove old screenshot when watch was in a different fetcher type by @​dgtlmoon in #​3097 Add UI options tab and setting to disable opening diff in a new tab by @​OPerepadia in #​3071 Support multiline regex in text filtering (#​2857) by @​MoshiMoshi0 in #​2889 Memory fixes for large playwright screenshots by @​xconverge in #​3092 Update other methods to use screenshot by @​dgtlmoon in #​3098 Refactor image saving with forked process to reduce memory usage, improvements to xpath scraper handling by @​dgtlmoon in #​3099 Dont use .lower() because the html could be very big and this uses a lot of ram by @​dgtlmoon in #​3105 Apprise import only when needed - saves ~50Mb RAM if you dont have any notifications enabled by @​dgtlmoon in #​3106 Use bigger chunks to speed up page screenshot by @​dgtlmoon in #​3107 Added notifications API endpoints by @​rm335 in #​3103 New Contributors @​Tim3141 made their first contribution in #​3095 @​OPerepadia made their first contribution in #​3071 @​xconverge made their first contribution in #​3092 @​rm335 made their first contribution in #​3103 Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.49.12...0.49.13 v0.49.12: empty release to force pypi update Compare Source 0.49.12 empty release to force pypi update v0.49.11: Windows/Apple fix for startup crash - Only register memory signal handler on Linux Compare Source 0.49.11 Windows/Apple fix for startup crash - Only register memory signal handler on Linux v0.49.10: Improvements and changes Compare Source What's Changed Set a graph % of ETA time completed of checking the watch by @​dgtlmoon in #​3060 Conditions - Offer some information about what the filter/condition/trigger saw by @​dgtlmoon in #​3062 Re #​2782 - Should be "Clone & Edit" without watch history by @​dgtlmoon in #​3063 Refactor + tests for Apprise custom integration by @​xLinkOut in #​3057 Small fix for when last fetched was zero bytes by @​dgtlmoon in #​3065 Tidy up lint errors by @​dgtlmoon in #​3074 Regession - Shared history/diff page with anonymous access turned on should allow screenshot access by @​dgtlmoon in #​3076 Restock detection - Add Indonesian phrases for out-of-stock detection by @​sayaivan in #​3075 Python 3.11 container base by @​dgtlmoon in #​3077 Adding a GC memory cleanup (releases cached libxml memory and others) by @​dgtlmoon in #​3079 New Contributors @​xLinkOut made their first contribution in #​3057 @​sayaivan made their first contribution in #​3075 Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.49.9...0.49.10 v0.49.9: One for the RSS lovers Compare Source What's Changed RSS Fixes and improvements - Ability to set "RSS Color HTML Format" in Settings, detect and filter content with bad content that could break RSS by @​dgtlmoon in #​3055 Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.49.8...0.49.9 v0.49.8 Compare Source What's Changed pyppeteer-ng 2.0.0rc8 has much looser requirements by @​dgtlmoon in #​3050 API - Search by @​dgtlmoon in #​3052 Path blueprint fixes and moving code blueprint by @​dgtlmoon in #​3054 Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.49.7...0.49.8 v0.49.7: Adding "Tags" API Compare Source What's Changed Tags API by @​dgtlmoon in #​3049 Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.49.6...0.49.7 v0.49.6: API Access should still work even when UI Password is enabled Compare Source What's Changed Re #​3045 - API Access should still work even when UI Password is enabled by @​dgtlmoon in #​3046 Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.49.5...0.49.6 v0.49.5: New "CONDITIONS" function, fixes and improvements Compare Source What's Changed Initial WIP for adding support for CONDITIONS by @​dgtlmoon in #​2952 Refactor blueprints by @​dgtlmoon in #​3030 Replace Linux only 'resource' library with cross-platform 'psutil' library by @​nicoell in #​3037 Re #​3041 Ensure atomic/safe history data disk writes by @​dgtlmoon in #​3042 Template tidyup & UI Fixes by @​dgtlmoon in #​3044 New Contributors @​nicoell made their first contribution in #​3037 Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.49.4...0.49.5 v0.49.4: Minor bug fixes and improvements Compare Source What's Changed BrowserSteps - Speed up scraping, refactor screenshot handling for very long pages by @​dgtlmoon in #​2999 Update stock-not-in-stock.js - French by @​boustea in #​3012 Re #​3004 - Saving fetch error text - Always use utf-8 encoding (Incase the system decides elseway) by @​dgtlmoon in #​3015 Misc UI fixes New Contributors @​boustea made their first contribution in #​3012 Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.49.3...0.49.4 v0.49.3 Compare Source UI - Reverting change to tabs/UI handling Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.49.2...0.49.3 v0.49.2: Bug fix release Compare Source What's Changed Fix mute/unmute alt/title label by @​dgtlmoon in #​2951 Adding browser_steps JSON Schema rule for API updates by @​dgtlmoon in #​2957 UI - "Browser Steps" tab should be always available with helpful info by @​dgtlmoon in #​2955 removing deprecated docker version attribute by @​panzli in #​2967 Use JS for switching tabs because sometimes the DOM wasnt ready when the CSS tried to fire &:target by @​dgtlmoon in #​2971 Filter - unique lines fix for empty set by @​dgtlmoon in #​2972 More W3C validation fixes by @​dgtlmoon in #​2973 UI - Make the setup and error messages for Visual Selector and Browser Steps a lot more meaningful by @​dgtlmoon in #​2977 Lots of HTML validation fixes which may resolve certain cases of the interface not working for some users New Contributors @​panzli made their first contribution in #​2967 Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.49.1...0.49.2 v0.49.1: Fixes and improvements Compare Source What's Changed Fix custom header parsing to split on the first colon only by @​iafuad in #​2929 Adding jinja2/browsersteps test by @​dgtlmoon in #​2915 Add multiple semver tags to docker releases by @​RoboMagus in #​2938 Re #​2945 - Handle ByteOrderMark in JSON strings by @​dgtlmoon in #​2947 Update stock-not-in-stock.js (Italian translations) by @​vin86 in #​2948 New Contributors @​iafuad made their first contribution in #​2929 @​RoboMagus made their first contribution in #​2938 @​vin86 made their first contribution in #​2948 Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.49.0...0.49.1 v0.49.0: Small fixes as Semantic Versioning enforcement Compare Source What's Changed Re #​2896 204 and other 20x responses are OK by @​dgtlmoon in #​2897 Pin referencing library by @​dgtlmoon in #​2912 0.49.00 by @​dgtlmoon in #​2919 Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.48.06...0.49.0 v0.48.06: - Bug fixes and improvements Compare Source Mainly BIG improvements to the "Send test notification" button and the notification backend Fixes for posts:// gets:// notifications Other minor bug fixes What's Changed Fix diff not starting from last viewed snapshot (#​2744) by @​MoshiMoshi0 in #​2856 Remove unused PUID and PGID by @​Entepotenz in #​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 #​2883 "Send test notification" button - improved error handling, code refactor by @​dgtlmoon in #​2888 Be sure our custom extensions are imported by @​dgtlmoon in #​2890 Make notifications use quotable URL for better testing by @​dgtlmoon in #​2870 update linuxserver test build by @​dgtlmoon in #​2891 Re #​2715 add test for new lower higher by @​dgtlmoon in #​2892 New Contributors @​MoshiMoshi0 made their first contribution in #​2856 @​wbrawner made their first contribution in #​2876 Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.48.05...0.48.06 Configuration 📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied. ♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 Ignore: Close this PR and you won't be reminded about this update again. [ ] If you want to rebase/retry this PR, check this box This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from JaneJeon January 10, 2025 05:08
@renovate renovate bot changed the title Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.48.06 Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.0 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch 9 times, most recently from 9792bc0 to a6b7633 Compare January 27, 2025 21:00
@renovate renovate bot changed the title Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.0 Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.1 Feb 8, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from a6b7633 to 714d0bf Compare February 8, 2025 13:09
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch 3 times, most recently from aa0a152 to b19666a Compare February 17, 2025 19:43
@renovate renovate bot changed the title Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.1 Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.2 Feb 19, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch 2 times, most recently from f97f587 to 64e3e0e Compare February 21, 2025 16:07
@renovate renovate bot changed the title Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.2 Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.3 Feb 22, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch 4 times, most recently from cac322d to 0abbbd7 Compare February 23, 2025 01:22
@renovate renovate bot changed the title Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.3 Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.4 Mar 13, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 0abbbd7 to 64eff3f Compare March 13, 2025 16:08
@renovate renovate bot changed the title Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.4 Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.6 Mar 23, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch 2 times, most recently from 721f3a5 to 8b42a64 Compare March 23, 2025 18:24
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch 2 times, most recently from ee96a6d to f5dad65 Compare April 4, 2025 09:57
@renovate renovate bot changed the title Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.11 Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.12 Apr 4, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from f5dad65 to b956a1d Compare April 11, 2025 16:34
@renovate renovate bot changed the title Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.12 Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.13 Apr 11, 2025
@renovate renovate bot changed the title Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.13 Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.14 Apr 16, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch 2 times, most recently from 174166e to d446919 Compare April 18, 2025 14:54
@renovate renovate bot changed the title Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.14 Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.15 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from d446919 to 551ad91 Compare May 3, 2025 18:59
@renovate renovate bot changed the title Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.15 Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.16 May 3, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 551ad91 to db751a7 Compare May 12, 2025 11:05
@renovate renovate bot changed the title Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.16 Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.17 May 12, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from db751a7 to 4449f74 Compare May 26, 2025 22:30
@renovate renovate bot changed the title Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.17 Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.18 May 26, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 4449f74 to b30f910 Compare June 5, 2025 23:52
@renovate renovate bot changed the title Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.49.18 Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.50.2 Jun 5, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from b30f910 to f197796 Compare June 11, 2025 23:42
@renovate renovate bot changed the title Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.50.2 Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.50.3 Jun 11, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from f197796 to bf9c8be Compare June 21, 2025 09:13
@renovate renovate bot changed the title Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.50.3 Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.50.4 Jun 21, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from bf9c8be to 328925f Compare June 29, 2025 09:45
@renovate renovate bot changed the title Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.50.4 Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.50.5 Jun 29, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 328925f to 88df439 Compare July 20, 2025 15:58
@renovate renovate bot changed the title Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.50.5 Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.50.7 Jul 20, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 88df439 to 81ea71a Compare August 3, 2025 15:35
@renovate renovate bot changed the title Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.50.7 Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.50.8 Aug 3, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 81ea71a to 38c921b Compare August 23, 2025 11:14
@renovate renovate bot changed the title Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.50.8 Update ghcr.io/dgtlmoon/changedetection.io Docker tag to v0.50.10 Aug 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants