changedetection.io/changedetectionio
dgtlmoon 6f926ed595 0.50.24 2025-10-14 11:03:17 +02:00
..
api Reducing memory usage (#3476) 2025-10-09 18:31:19 +02:00
blueprint Notification - Make sure all notification tokens have something set even for form validation, fixes `hassio://` with `{{ watch_uuid }}` in notification URL form (#3504) 2025-10-14 10:58:53 +02:00
conditions UI - Adding Favicon support to watch overview lister page + FavIcon API (#3196) 2025-07-09 15:16:22 +02:00
content_fetchers Replace jinja2-time with `arrow` and improve timedate timezone integration, fixes timezones in templates such as `{% now 'Europe/London', '%Y-%m-%d' %}` etc (#3496) 2025-10-13 11:52:02 +02:00
jinja2_custom Replace jinja2-time with `arrow` and improve timedate timezone integration, fixes timezones in templates such as `{% now 'Europe/London', '%Y-%m-%d' %}` etc (#3496) 2025-10-13 11:52:02 +02:00
model Replace jinja2-time with `arrow` and improve timedate timezone integration, fixes timezones in templates such as `{% now 'Europe/London', '%Y-%m-%d' %}` etc (#3496) 2025-10-13 11:52:02 +02:00
notification Notification - Make sure all notification tokens have something set even for form validation, fixes `hassio://` with `{{ watch_uuid }}` in notification URL form (#3504) 2025-10-14 10:58:53 +02:00
processors Replace jinja2-time with `arrow` and improve timedate timezone integration, fixes timezones in templates such as `{% now 'Europe/London', '%Y-%m-%d' %}` etc (#3496) 2025-10-13 11:52:02 +02:00
realtime UI - Re #3393 #3419 Implementation of unread counter tab along with realtime updates (#3433) 2025-09-18 11:14:26 +02:00
static Replace jinja2-time with `arrow` and improve timedate timezone integration, fixes timezones in templates such as `{% now 'Europe/London', '%Y-%m-%d' %}` etc (#3496) 2025-10-13 11:52:02 +02:00
templates UI - Proxy and external browser settings URL validation (#3494) 2025-10-12 21:24:59 +02:00
tests Notification - Make sure all notification tokens have something set even for form validation, fixes `hassio://` with `{{ watch_uuid }}` in notification URL form (#3504) 2025-10-14 10:58:53 +02:00
widgets Always extract page <title>, `{{watch_title}}` added to notification body tokens (#3415) 2025-09-10 14:52:41 +02:00
.gitignore UI Feature - Add watch in "paused" state, saving then unpauses (#779) 2022-07-28 12:13:26 +02:00
PLUGIN_README.md Plugins for conditions (and include Similarity / Levenshtein, wordcount conditions) Re #3108 2025-04-22 18:19:56 +02:00
__init__.py 0.50.24 2025-10-14 11:03:17 +02:00
async_update_worker.py Replace stream/filetype detection library with `puremagic`, 20Mb less RAM usage (#3491) 2025-10-12 18:40:37 +02:00
auth_decorator.py Regession - Shared history/diff page with anonymous access turned on should allow screenshot access (#3076) 2025-04-01 11:30:10 +02:00
custom_queue.py Realtime UI - Ability to notify browser/client if there was a notification event (#3235) 2025-06-04 12:03:11 +02:00
diff.py Notification - `HTML Color` format notification colors should be same as UI, `{{diff_full}}` token should also get HTML colors ( #2842 #2554 ) 2024-12-16 14:46:39 +01:00
flask_app.py Replace jinja2-time with `arrow` and improve timedate timezone integration, fixes timezones in templates such as `{% now 'Europe/London', '%Y-%m-%d' %}` etc (#3496) 2025-10-13 11:52:02 +02:00
forms.py Notification - Make sure all notification tokens have something set even for form validation, fixes `hassio://` with `{{ watch_uuid }}` in notification URL form (#3504) 2025-10-14 10:58:53 +02:00
gc_cleanup.py Adding a GC memory cleanup (releases cached libxml memory and others) (#3079) 2025-04-01 15:48:14 +02:00
html_tools.py Ensure JSON is always correctly reformatted with padding (#3485 #3482) 2025-10-10 16:00:32 +02:00
notification_service.py Notification - Make sure all notification tokens have something set even for form validation, fixes `hassio://` with `{{ watch_uuid }}` in notification URL form (#3504) 2025-10-14 10:58:53 +02:00
pluggy_interface.py Plugins for conditions (and include Similarity / Levenshtein, wordcount conditions) Re #3108 2025-04-22 18:19:56 +02:00
pytest.ini Installation via pip (#186) 2021-08-16 15:24:37 +02:00
queue_handlers.py Cleanup empty queue messages Re #3376 (#3377) 2025-08-19 16:25:32 +02:00
queuedWatchMetaData.py Fetcher - CPU usage - Skip processing if the previous checksum and the just fetched one was the same (#925) 2022-12-14 15:08:34 +01:00
rss_tools.py Adding 'RSS reader mode' (see main Settings) (#3488) 2025-10-10 18:17:30 +02:00
run_basic_tests.sh Revert memory strategy change for html_to_text (Was hanging under high concurrency setups) 2025-05-09 09:44:02 +02:00
run_custom_browser_url_tests.sh Code - Split content fetcher code up (playwright, puppeteer and requests), fix puppeteer direct chrome support (#2169) 2024-02-11 00:09:12 +01:00
run_proxy_tests.sh Fixes to ensure proxy errors are handled correctly (#3168) 2025-05-03 16:05:40 +02:00
run_socks_proxy_tests.sh Build - Pinning library versions to fix tests 2025-09-29 11:46:37 +02:00
store.py Replace jinja2-time with `arrow` and improve timedate timezone integration, fixes timezones in templates such as `{% now 'Europe/London', '%Y-%m-%d' %}` etc (#3496) 2025-10-13 11:52:02 +02:00
strtobool.py Code - Getting ready for newer python versions - packing our own strtobool (#2291) 2024-04-03 16:17:15 +02:00
time_handler.py Replace jinja2-time with `arrow` and improve timedate timezone integration, fixes timezones in templates such as `{% now 'Europe/London', '%Y-%m-%d' %}` etc (#3496) 2025-10-13 11:52:02 +02:00
worker_handler.py Refactoring queue handling (#3363) 2025-08-18 09:23:34 +02:00