Releases: questionlp/stats.wwdt.me
Releases · questionlp/stats.wwdt.me
v5.2.1
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
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
andstatic/js/init.js
Pull Request(s): #34
Full Changelog: questionlp/stats.wwdt.me_v5@v5.1.5...v5.2.0
v.5.1.5
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
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
v5.1.3
Version 5.1.3
Bugfix
- Fix an issue where the
time_zone
configuration value was being assigned tosettings_config
twice, instead of being assigned to bothsettings_config
anddatabase_config
Pull request(s): #30
Full Changelog: questionlp/stats.wwdt.me_v5@v5.1.2...v5.1.3
v5.1.2
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
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
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 createdtemplates
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 removepy36
andpy37
, and addpy310
Pull Requests: #23, #24, #25, #26
Full Changelog: questionlp/stats.wwdt.me_v5@v5.0.5...v5.1.0
v5.0.4
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
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