Releases: questionlp/stats.wwdt.me
v5.0.0-rc.6
What's Changed
Removed the unnecessary year=year
parameter in one of the url_for("show.index")
calls that caused it to error out. (Pull Request: #12)
Full Changelog: questionlp/stats.wwdt.me_v5@v5.0.0-rc.5...v5.0.0-rc.6
v5.0.0-rc.5
What's Changed
- Add a missing
/panelist
to/panelists
redirect - Move
pytest
fixture fromtests/fixture.py
intoconftest.py
and clean up test scripts
Pull Request: #11
Full Changelog: questionlp/stats.wwdt.me_v5@v5.0.0-rc.4...v5.0.0-rc.5
v5.0.0-rc.4
What's Changed
Require wwdtm version 2.0.2, which includes a fix to revert the guest and panelist score return value behavior back to the logic used in libwwdtm to prevent unexpected NULL
values instead of returning 0
(Pull Request #10)
Full Changelog: questionlp/stats.wwdt.me_v5@v5.0.0-rc.3...v5.0.0-rc.4
v5.0.0-rc.3
What's Changed
- Change the date string format for random_show_date() to be "YYYY/MM/DD" rather than ISO format to reduce an additional redirect
- Reduce the 500 error handler logic to just render the errors/500.html template and return status code 500
Full Changelog: questionlp/stats.wwdt.me_v5@v5.0.0-rc.1...v5.0.0-rc.3
v5.0.0-rc.1
What's Changed
- Prepping code for formal release and started finalizing features and logic
- Ran Black code formatter against app code
- Set
wwdtm
version to >=2.0.0 inrequirements.txt
- Added Markdown conversion to Show Notes to allow use of Markdown formatting in
ww_shownotes.shownotes
database field
Pull Requests: #3, #4, #5, #6, #7
Full Changelog: questionlp/stats.wwdt.me_v5@v5.0.0-beta.2...v5.0.0-rc.1
v5.0.0-beta.2
What's Changed
Shoring up the application and update to use wwdtm
v2.0.0-rc1 (Pull Requests #1 and #2)
Full Changelog: questionlp/stats.wwdt.me_v5@v5.0.0-beta.1...v5.0.0-beta.2
v5.0.0-beta.1
Initial pre-release version of the Wait Wait Stats Page Version 5.0.