From 2c834cfe371adca27815df94670b8f23c0c13f19 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 20 May 2022 12:52:41 +0200 Subject: [PATCH] Add note that changedetection is not performed on the screenshot just yet (WIP https://github.com/dgtlmoon/changedetection.io/pull/419 ) --- changedetectionio/templates/diff.html | 7 ++++--- changedetectionio/templates/preview.html | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/changedetectionio/templates/diff.html b/changedetectionio/templates/diff.html index 64518b59..c32da120 100644 --- a/changedetectionio/templates/diff.html +++ b/changedetectionio/templates/diff.html @@ -67,10 +67,11 @@ {% if screenshot %}

- For now, only the most recent screenshot is saved and displayed. -

+ For now, only the most recent screenshot is saved and displayed.
+ Note: No changedetection is performed on the image yet, but we are working on that in an upcoming release. +

- +
{% endif %} diff --git a/changedetectionio/templates/preview.html b/changedetectionio/templates/preview.html index cbf8f221..25ff4986 100644 --- a/changedetectionio/templates/preview.html +++ b/changedetectionio/templates/preview.html @@ -35,8 +35,9 @@ {% if screenshot %}

- For now, only the most recent screenshot is saved and displayed. -

+ For now, only the most recent screenshot is saved and displayed.
+ Note: No changedetection is performed on the image yet, but we are working on that in an upcoming release. +