Skip to content

Releases: questionlp/stats.wwdt.me

v5.0.0-rc.6

26 Feb 18:43
d765380
Compare
Choose a tag to compare
v5.0.0-rc.6 Pre-release
Pre-release

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

19 Feb 07:34
4898072
Compare
Choose a tag to compare
v5.0.0-rc.5 Pre-release
Pre-release

What's Changed

  • Add a missing /panelist to /panelists redirect
  • Move pytest fixture from tests/fixture.py into conftest.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

12 Feb 20:06
f1b2b98
Compare
Choose a tag to compare
v5.0.0-rc.4 Pre-release
Pre-release

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

12 Feb 18:58
7c17388
Compare
Choose a tag to compare
v5.0.0-rc.3 Pre-release
Pre-release

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

Pull Requests: #8, #9

Full Changelog: questionlp/stats.wwdt.me_v5@v5.0.0-rc.1...v5.0.0-rc.3

v5.0.0-rc.1

12 Feb 03:57
73b96b6
Compare
Choose a tag to compare
v5.0.0-rc.1 Pre-release
Pre-release

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 in requirements.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

29 Jan 06:56
b901a8f
Compare
Choose a tag to compare
v5.0.0-beta.2 Pre-release
Pre-release

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

29 Jan 02:52
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

Initial pre-release version of the Wait Wait Stats Page Version 5.0.