Skip to content

v5.1.4

Compare
Choose a tag to compare
@questionlp questionlp released this 08 Nov 18:03
· 228 commits to main since this release
58748a3

Version 5.1.4

Application Changes

  • Update the URL in footer to use HTTPS instead of HTTP
  • Use dict.get(key, default_value) in app/__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 is UTC
    • Default values for any URL is an empty string
  • Adding mastodon_url and mastodon_user configuration keys in the settings section of the config file.
  • If the mastodon_url and mastodon_user keys contain a value, insert a link with rel="me" attribute for profile link validation.

Pull Request(s): #31, #32

Full Changelog: questionlp/stats.wwdt.me_v5@v5.1.3...v5.1.4