Skip to content

feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.55.5#408

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-dgtlmoon-changedetection.io-0.x
Open

feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.55.5#408
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-dgtlmoon-changedetection.io-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 7, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
ghcr.io/dgtlmoon/changedetection.io (source) minor 0.47.050.55.5

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v0.55.5

Compare Source

What's Changed

  • Fix Spanish translations for 'Changed' and 'Last Changed' by @​maperal in #​4160
  • Notifications - Fix 'str' object is not callable when {{ diff(...)}} callable tokens are used with HTML/htmlcolor output by @​dgtlmoon in #​4161
  • LLM - Master on/off switch (enable/disable) by @​dgtlmoon in #​4162

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.55.4...0.55.5

v0.55.4

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.55.3...0.55.4

v0.55.3

Compare Source

Full Changelog: dgtlmoon/changedetection.io@0.55.2...0.55.3

v0.55.1

Big stuff

AI / LLM rulesets - Set your AI change detection rules and text summary rules, use hundreds of existing providers via LiteLLM.

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.54.10...0.55.1

v0.54.10

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.54.9...0.54.10

v0.54.9

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.54.8...0.54.9

v0.54.8

Compare Source

What's Changed

CVE-2026-35490 - Authentication Bypass via Decorator Ordering

Full Changelog: dgtlmoon/changedetection.io@0.54.7...0.54.8

v0.54.7

Compare Source

Security

  • XPath json-doc() Arbitrary File Read Bypass ( Similar fix as CVE-2026-29039 )
  • CVE-2026-33981 - Environment Variable Disclosure via jq env Builtin in Include Filters

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.54.6...0.54.7

v0.54.6

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.54.5...0.54.6

v0.54.5

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.54.4...0.54.5

v0.54.4

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.54.3...0.54.4

v0.54.3

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.54.2...0.54.3

v0.54.2

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.54.1...0.54.2

v0.54.1

Full Changelog: dgtlmoon/changedetection.io@0.53.7...0.54.1

v0.53.7

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.53.6...0.53.7

v0.53.6

Compare Source

What's Changed

  • Pip installs - remove flask patch and pin library versions by @​dgtlmoon in #​3912 #​3910
  • Fixing exclude compression (which has some kind of memory leak with flask-socketio)

Full Changelog: dgtlmoon/changedetection.io@0.53.5...0.53.6

v0.53.5

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.53.4...0.53.5

v0.53.4

Compare Source

What's Changed

  • Pluggy plugin hook for before and after a watch is processed by @​dgtlmoon in #​3888
  • UI - Fixing realtime updates for status updates when checking by @​dgtlmoon in #​3889
  • Fix time schedule off-by-one bug at exact end times for all durations and add comprehensive edge case tests Re #​3846 by @​dgtlmoon in #​3890
  • "Error 200 no content" - Some very large SPA pages make HTML to Text fail by dumping 10Mb+ into page header, strip extras. by @​dgtlmoon in #​3892
  • Large html to text error 200 blank by @​dgtlmoon in #​3893
  • Fix: Some SPAs with long content - Stripping tags must also find matching close tag by @​dgtlmoon in #​3895
  • Puppeteer - Adding extra browser cleanup by @​dgtlmoon in #​3897
  • Updates/migration - Re-run tag update, re-save to cleanup changedetection.json, code refactor by @​dgtlmoon in #​3898

Full Changelog: dgtlmoon/changedetection.io@0.53.3...0.53.4

v0.53.3

Compare Source

What's Changed

  • API - Skip validation errors about server path (allows use on sub-paths/reverse proxy etc) by @​dgtlmoon in #​3886

Full Changelog: dgtlmoon/changedetection.io@0.53.2...0.53.3

v0.53.2

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.53.1...0.53.2

v0.53.1

Big changes

  • Very large refactor of the datastore backend, instead of all watch data stored in a single JSON DB, splits the info into uuid/watch.json and uuid/tag.json
  • Lots of API fixes
  • Queuing system refactor (reduces code)

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.52.9...0.53.1

v0.52.9

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.52.8...0.52.9

v0.52.8: Memory handling fixes, API validation improvements, small fixes

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.52.7...0.52.8

v0.52.7: Improvements and small features extras

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.52.5...0.52.7

v0.52.6: Selenium fetcher fix and small UI update

Compare Source

  • Selenium fetcher fix and small UI update

Full Changelog: dgtlmoon/changedetection.io@0.52.5...0.52.6

v0.52.5: i18n improvements, revert potential CPu hungry brotli sub-process

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.52.4...0.52.5

v0.52.4: Languages fix for pypi, Fixing Traditional Chinese locale mapping

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.52.3...0.52.4

v0.52.3: Important fix for Browsers Steps (from UI), minor UI fixes

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.52.2...0.52.3

v0.52.2: Fetcher speedups, UI, and RSS fixes

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.52.1...0.52.2

v0.52.1

What's Changed

  • Misc small HTML Validation fixes by @​dgtlmoon in #​3704

  • Use soft delays instead of blocking time sleeps by @​dgtlmoon in #​3710
    Multi-language / Translations Support (#​3696)
    - Complete internationalization system implemented
    - Support for 7 languages: Czech (cs), German (de), French (fr), Italian (it), Korean (ko), Chinese Simplified (zh), Chinese Traditional (zh_TW)
    - Language selector with localized flags and theming
    - Flash message translations
    - Multiple translation fixes and improvements across all languages
    - Language setting preserved across redirects

    Pluggable Content Fetchers (#​3653)
    - New architecture for extensible content fetcher system
    - Allows custom fetcher implementations
    
    Image / Screenshot Comparison Processor (#​3680)
    - New processor for visual change detection (disabled
    
    

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 246cbfc to a006191 Compare December 3, 2024 13:55
@renovate renovate Bot added type/minor and removed type/patch labels Dec 3, 2024
@renovate renovate Bot changed the title fix(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.47.06 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.48.00 Dec 3, 2024
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.48.00 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.48.01 Dec 3, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from a006191 to 0fd08a4 Compare December 3, 2024 20:25
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.48.01 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.48.03 Dec 16, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 0fd08a4 to 33c9a10 Compare December 16, 2024 20:48
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.48.03 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.48.04 Dec 16, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 33c9a10 to 18b13a2 Compare December 16, 2024 23:40
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 18b13a2 to a3000e1 Compare December 27, 2024 11:22
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.48.04 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.48.05 Dec 27, 2024
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.48.05 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.48.06 Jan 10, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from a3000e1 to 8a89c69 Compare January 10, 2025 02:47
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 8a89c69 to 78d8d08 Compare January 21, 2025 14:01
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.48.06 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.0 Jan 21, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 78d8d08 to 802e24f Compare February 8, 2025 09:41
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.0 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.1 Feb 8, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 802e24f to 8631804 Compare February 19, 2025 16:24
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.1 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.2 Feb 19, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 8631804 to 62d7344 Compare February 22, 2025 10:33
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.2 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.3 Feb 22, 2025
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.3 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.4 Mar 13, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 62d7344 to 8e61805 Compare March 13, 2025 11:42
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 8e61805 to 4890d9a Compare March 22, 2025 22:36
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.4 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.5 Mar 22, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 4890d9a to 4ac33ba Compare March 23, 2025 01:33
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.5 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.6 Mar 23, 2025
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.11 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.12 Apr 4, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 3f28f09 to 1553d5d Compare April 11, 2025 12:43
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.12 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.13 Apr 11, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 1553d5d to a0991c4 Compare April 16, 2025 23:08
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.13 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.14 Apr 16, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from a0991c4 to d9e03a8 Compare April 18, 2025 14:00
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.14 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.15 Apr 18, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from d9e03a8 to 152ffe0 Compare May 3, 2025 18:33
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.15 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.16 May 3, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 152ffe0 to d1bed34 Compare May 12, 2025 12:42
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.16 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.17 May 12, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from d1bed34 to 61a9892 Compare May 26, 2025 22:52
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.17 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.18 May 26, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 61a9892 to 0076267 Compare June 3, 2025 15:35
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.49.18 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.50.2 Jun 3, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 0076267 to ae9d593 Compare June 11, 2025 17:50
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.50.2 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.50.3 Jun 11, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from ae9d593 to 4efea13 Compare June 21, 2025 08:46
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.50.3 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.50.4 Jun 21, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 4efea13 to 1d3df79 Compare June 29, 2025 13:12
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.50.4 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.50.5 Jun 29, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 1d3df79 to afaa88b Compare July 12, 2025 20:45
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.50.5 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.50.6 Jul 12, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from afaa88b to b4743b8 Compare July 15, 2025 16:45
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.50.6 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.50.7 Jul 15, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from b4743b8 to eacd669 Compare July 30, 2025 12:13
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.50.7 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.50.8 Jul 30, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from eacd669 to 0933066 Compare August 18, 2025 10:15
@renovate renovate Bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.50.8 feat(container): update image ghcr.io/dgtlmoon/changedetection.io to v0.50.9 Aug 18, 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