diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 13c42252..524b8cb1 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -1,8 +1,8 @@ #!/usr/bin/env python3 # Read more https://github.com/dgtlmoon/changedetection.io/wiki - -__version__ = '0.50.43' +# Semver means never use .01, or 00. Should be .1. +__version__ = '0.51.1' from changedetectionio.strtobool import strtobool from json.decoder import JSONDecodeError diff --git a/changedetectionio/blueprint/settings/templates/settings.html b/changedetectionio/blueprint/settings/templates/settings.html index 0577b98e..6d3376ca 100644 --- a/changedetectionio/blueprint/settings/templates/settings.html +++ b/changedetectionio/blueprint/settings/templates/settings.html @@ -66,7 +66,7 @@
{{ render_checkbox_field(form.application.form.shared_diff_access, class="shared_diff_access") }} - Allow access to view watch diff page when password is enabled (Good for sharing the diff page) + Allow access to the watch change history page when password is enabled (Good for sharing the diff page)