From 3aed4e5af95a82e3abcec7aecde27d7efa9e58a2 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 5 May 2024 18:21:10 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 52aabe9e4..d941eccbb 100644 --- a/README.md +++ b/README.md @@ -257,13 +257,7 @@ Supports managing the website watch list [via our API](https://changedetection.i Do you use changedetection.io to make money? does it save you time or money? Does it make your life easier? less stressful? Remember, we write this software when we should be doing actual paid work, we have to buy food and pay rent just like you. -Firstly, consider taking out an officially supported [website change detection subscription](https://changedetection.io?src=github) , even if you don't use it, you still get the warm fuzzy feeling of helping out the project. (And who knows, you might just use it!) - -Or directly donate an amount PayPal [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate/?hosted_button_id=7CP6HR9ZCNDYJ) - -Or BTC `1PLFN327GyUarpJd7nVe7Reqg9qHx5frNn` - -Support us! +Consider taking out an officially supported [website change detection subscription](https://changedetection.io?src=github) , even if you don't use it, you still get the warm fuzzy feeling of helping out the project. (And who knows, you might just use it!) ## Commercial Support From 815cba11ca08bc976b6d38f60c239d9b8619c062 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 7 May 2024 15:23:42 +0200 Subject: [PATCH 2/2] UI - 'stats' tab should show what the server-type detected is ( #2348 ) --- changedetectionio/templates/edit.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html index d10df4058..79aa9a3eb 100644 --- a/changedetectionio/templates/edit.html +++ b/changedetectionio/templates/edit.html @@ -487,13 +487,17 @@ Unavailable") }} {{ "{:,}".format(watch.history|length) }} - Last fetch time + Last fetch duration {{ watch.fetch_time }}s Notification alert count {{ watch.notification_alert_count }} + + Server type reply + {{ watch.get('remote_server_reply') }} +