From baae46deede1c7ab4a5b2a6a49f5338b495c694c Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 25 May 2026 18:47:29 +0200 Subject: [PATCH 1/2] 0.55.7 --- changedetectionio/__init__.py | 2 +- changedetectionio/translations/messages.pot | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 9b010ba1..07bf9ec0 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -2,7 +2,7 @@ # Read more https://github.com/dgtlmoon/changedetection.io/wiki # Semver means never use .01, or 00. Should be .1. -__version__ = '0.55.6' +__version__ = '0.55.7' from changedetectionio.strtobool import strtobool from json.decoder import JSONDecodeError diff --git a/changedetectionio/translations/messages.pot b/changedetectionio/translations/messages.pot index b7d8cec5..cd4c7cf0 100644 --- a/changedetectionio/translations/messages.pot +++ b/changedetectionio/translations/messages.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: changedetection.io 0.55.6\n" +"Project-Id-Version: changedetection.io 0.55.7\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2026-05-25 17:59+0200\n" +"POT-Creation-Date: 2026-05-25 18:47+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" From dd56a502c0b3d025a6a1d4e46942e9321b977bf8 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 29 May 2026 15:12:41 +0200 Subject: [PATCH 2/2] Update docker-compose.yml - adding LLM_FEATURES_DISABLED example --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 0fba3514..c8ceb494 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -70,6 +70,9 @@ services: # For complete privacy if you don't want to use the 'check version' / telemetry service # - DISABLE_VERSION_CHECK=true # + # Disable all LLM / AI features, prompts etc + # - LLM_FEATURES_DISABLED=true + # # A valid timezone name to run as (for scheduling watch checking) see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones # - TZ=America/Los_Angeles #