v5.1.4
Version 5.1.4
Application Changes
- Update the URL in footer to use HTTPS instead of HTTP
- Use
dict.get(key, default_value)
inapp/__init__.py
to get/set configuration values in order to avoid application startup errors if configuration keys are not set.- Default value for
time_zone
isUTC
- Default values for any URL is an empty string
- Default value for
- Adding
mastodon_url
andmastodon_user
configuration keys in thesettings
section of the config file. - If the
mastodon_url
andmastodon_user
keys contain a value, insert a link withrel="me"
attribute for profile link validation.
Full Changelog: questionlp/stats.wwdt.me_v5@v5.1.3...v5.1.4