Skip to content

Releases: questionlp/stats.wwdt.me

v5.2.1

08 Jan 00:29
72d277a
Compare
Choose a tag to compare

Version 5.2.1

Other Changes

  • Updating copyright year for code files under tests

Pull Request(s): #35

Full Changelog: questionlp/stats.wwdt.me_v5@v5.2.0...v5.2.1

v5.2.0

08 Jan 00:16
32a1404
Compare
Choose a tag to compare

Version 5.2.0

Component Changes

  • Upgrade Materialize from 1.1.0 to 1.2.1

Other Changes

  • Updating copyright year for all code files and add copyright block to static/css/style.css and static/js/init.js

Pull Request(s): #34

Full Changelog: questionlp/stats.wwdt.me_v5@v5.1.5...v5.2.0

v.5.1.5

18 Dec 02:38
9c8c15c
Compare
Choose a tag to compare

Version 5.1.5

Application Changes

  • Continue refactoring how application and database connection settings are loaded and setting default values

Component Changes

  • Upgrade wwdtm from 2.0.7 to 2.0.8, which also includes the following changes:
    • Upgrade MySQL Connector/Python from 8.0.30 to 8.0.31
    • Upgrade NumPy from 1.23.2 to 1.23.4
    • Upgrade python-slugify from 5.0.2 to 6.1.2
    • Upgrade pytz from 2022.2.1 to 2022.6
  • Upgrade Flask from 2.2.0 to 2.2.2
  • Upgrade Werkzeug from 2.2.1 to 2.2.2

Development Changes

  • Upgrade flake8 from 4.0.1 to 5.0.4
  • Upgrade pycodestyle from 2.8.0 to 2.9.1
  • Upgrade pytest from 7.1.2 to 7.2.0
  • Upgrade black from 22.6.0 to 22.10.0

Pull Request(s): #33

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

v5.1.4

08 Nov 18:03
58748a3
Compare
Choose a tag to compare

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

v5.1.3

02 Sep 00:31
6c313a6
Compare
Choose a tag to compare

Version 5.1.3

Bugfix

  • Fix an issue where the time_zone configuration value was being assigned to settings_config twice, instead of being assigned to both settings_config and database_config

Pull request(s): #30

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

v5.1.2

19 Aug 02:49
55dcc08
Compare
Choose a tag to compare

Version 5.1.2

Component Changes

  • Upgrade wwdtm from 2.0.5 to 2.0.7, which also includes the following changes:
    • Upgrade MySQL Connector/Python from 8.0.28 to 8.0.30
    • Upgrade NumPy from 1.22.3 to 1.23.2
    • Upgrade pytz from 2022.1 to 2022.2.1

Pull Request(s): #28

Full Changelog: questionlp/stats.wwdt.me_v5@v5.1.1...v5.1.2

v5.1.1

03 Aug 03:45
5940fde
Compare
Choose a tag to compare

Version 5.1.1

Component Changes

  • Upgrade Flask to 2.2.0 (PR #27)

Full Changelog: questionlp/stats.wwdt.me_v5@v5.1.0...v5.1.1

v5.1.0

02 Aug 04:18
963bf19
Compare
Choose a tag to compare

Version 5.1.0

Component Changes

  • Upgrade Werkzeug from 2.1.2 to 2.2.1
  • Upgrade Markdown from 3.3.6 to 3.4.1

Application Changes

  • Relocate templates from under app/templates to the newly created templates directory within each section (e.g.: app/shows/templates/shows)
    • The templates directory structure will match the new Blueprints structure used in reports.wwdt.me_v2
  • Update guests, hosts, locations, panelists, scorekeepers and shows routes and redirects so that canonical routes now have a trailing slash and requests made without a trailing slash will get redirected

Development Changes

  • Upgrade pytest from 6.2.5 to 7.1.2
  • Add type hinting to pytest scripts
  • Upgrade Black from 22.1.0 to 22.6.0
  • Change Black target-version to remove py36 and py37, and add py310

Pull Requests: #23, #24, #25, #26

Full Changelog: questionlp/stats.wwdt.me_v5@v5.0.5...v5.1.0

v5.0.4

26 Jul 20:36
652b0ee
Compare
Choose a tag to compare

Version 5.0.4

What's Changed

  • Documentation updates (#20)
  • Upgrade component versions (#21)
    • Upgrade Materialize from 1.1.0-alpha to 1.1.0
    • Upgrade Flask from 2.1.1 to 2.1.3
    • Set Werkzeug version to 2.1.2
      • Version 2.2.0 includes a breaking change regarding route parsing and handling

Full Changelog: questionlp/stats.wwdt.me_v5@v5.0.3...v5.0.4

v5.0.3

07 Apr 22:55
5853af4
Compare
Choose a tag to compare

Version 5.0.3

What's Changed

  • Adding sql_mode note to INSTALLING.md and made some corrections (PR #18)
  • Bump versions of Flask, pytz and wwdtm (PR #19)

Full Changelog: questionlp/stats.wwdt.me_v5@v5.0.2...v5.0.3