From 0b0cdb101b8419435289ec564a586b7a17511963 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 27 Dec 2021 10:14:40 +0100 Subject: [PATCH 01/10] Closes #323 adds link to wiki --- changedetectionio/templates/_common_fields.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/templates/_common_fields.jinja b/changedetectionio/templates/_common_fields.jinja index 0719dc19..ef5dd455 100644 --- a/changedetectionio/templates/_common_fields.jinja +++ b/changedetectionio/templates/_common_fields.jinja @@ -12,7 +12,7 @@ }}
Use AppRise - URLs for notification to just about any service! + URLs for notification to just about any service! Please read the notification services wiki here for important configuration notes
From ce383bcd043b209d114401f32ad28c65898d6c85 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 27 Dec 2021 10:55:43 +0100 Subject: [PATCH 02/10] W3C HTML validation issue around RSS icon --- changedetectionio/templates/watch-overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/templates/watch-overview.html b/changedetectionio/templates/watch-overview.html index ba994b65..4a9b6ce1 100644 --- a/changedetectionio/templates/watch-overview.html +++ b/changedetectionio/templates/watch-overview.html @@ -92,7 +92,7 @@ all {% if active_tag%}in "{{active_tag}}"{%endif%}
  • - + RSS Feed
  • From 7975e8ec2e9c14daa277a9425d1466805a5aeb4e Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 27 Dec 2021 13:46:41 +0100 Subject: [PATCH 03/10] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..dd84ea78 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. From a899d338e9c56d9ee498d2e0010bcce20e89623f Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 27 Dec 2021 13:48:02 +0100 Subject: [PATCH 04/10] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea78..6dd0b35c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,6 +10,9 @@ assignees: '' **Describe the bug** A clear and concise description of what the bug is. +**Version** +In the top right area: 0.... + **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' @@ -24,7 +27,7 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - - OS: [e.g. iOS] + - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] From ae5a88beea5a39e704644c6ea038fcc590a2b5c8 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 27 Dec 2021 13:49:07 +0100 Subject: [PATCH 05/10] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..bbcbbe7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From b6a359d55b91b532713c97806fa0f094edb1431c Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 27 Dec 2021 13:50:38 +0100 Subject: [PATCH 06/10] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d..de81aba3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -6,6 +6,8 @@ labels: '' assignees: '' --- +**Version and OS** +For example, 0.123 on linux/docker **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] @@ -13,8 +15,9 @@ A clear and concise description of what the problem is. Ex. I'm always frustrate **Describe the solution you'd like** A clear and concise description of what you want to happen. -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +**Describe the use-case and give concrete real-world examples** +Attach any HTML/JSON, give links to sites, screenshots etc, we are not mind readers + **Additional context** Add any other context or screenshots about the feature request here. From 43c9cb8b0cca2f42b0cfaa02d7da1d5697796e6e Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 27 Dec 2021 23:46:29 +0100 Subject: [PATCH 07/10] 0.39.5 --- changedetectionio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 5a407e1f..0af94a48 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -30,7 +30,7 @@ import datetime import pytz from copy import deepcopy -__version__ = '0.39.4' +__version__ = '0.39.5' datastore = None From 9fa5aec01e85d7be5c5ac504fae7fdbfe9fbf3f4 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 28 Dec 2021 00:47:00 +0100 Subject: [PATCH 08/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52892c31..b2234b46 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Open source web page monitoring, notification and change detection. #### Example use cases Know when ... - +- Products and services have a change in pricing - Government department updates (changes are often only on their websites) - Local government news (changes are often only on their websites) - New software releases, security advisories when you're not on their mailing list. From 8a670c029a9afd9b9df0ad0335ef2069e4fb00ea Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 28 Dec 2021 13:18:44 +0100 Subject: [PATCH 09/10] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b2234b46..23346e0c 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,7 @@ Open source web page monitoring, notification and change detection. Know when ... - Products and services have a change in pricing -- Government department updates (changes are often only on their websites) -- Local government news (changes are often only on their websites) +- Governmental department updates (changes are often only on their websites) - New software releases, security advisories when you're not on their mailing list. - Festivals with changes - Realestate listing changes @@ -29,8 +28,8 @@ Know when ... - Detect and monitor changes in JSON API responses - API monitoring and alerting - Trigger API calls via notifications when text appears on a website -- Glue together API's using the JSON filter and JSON notifications - +- Glue together APIs using the JSON filter and JSON notifications + _Need an actual Chrome runner with Javascript support? We support fetching via WebDriver!_ **Get monitoring now! super simple.** From ee708cc39513886e1028964354fd8e63b250f5b1 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 28 Dec 2021 13:19:24 +0100 Subject: [PATCH 10/10] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 23346e0c..0c132010 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Know when ... - API monitoring and alerting - Trigger API calls via notifications when text appears on a website - Glue together APIs using the JSON filter and JSON notifications +- Create RSS feeds based on changes in web content _Need an actual Chrome runner with Javascript support? We support fetching via WebDriver!_