Skip to content

Releases: alopezlago/MODAQ

v1.30.0

11 Apr 07:20
a59932f
Compare
Choose a tag to compare

What's Changed

  • Merged PR 309: v1.30.0 - Minor improvements (swap teams, new pronunci… by @alopezlago in #288

Full Changelog: v1.29.0...v1.30.0

  • Move default pronunciation guide to be (" and "), which prevents issues where words with parentheses in them (like some chemicals) are incorrectly marked as pronunciation guides (#250)
  • Add a menu item for swapping the order of teams (#274)
  • Change the line height for question text to 1.4 to improve readability (#270)

v1.29.0

20 Mar 07:02
aaa2f40
Compare
Choose a tag to compare

What's Changed

  • v1.29.0- sub/superscript support, pronunciation guide … by @alopezlago in #286
  • Add support for subscripts and superscripts, now that YAPP emits them (#284)
  • Fix an issue where punctuation after a pronunciation guide made the guide count as a buzzable word (#282)
  • Normalize quotes in pronunciation guides so fancy quotes and normal quotes are treated the same
  • Export functions and types around formatted text so people can see how MODAQ breaks down the question text and get accurate word indexes for buzzes

Full Changelog: v1.28.0...v1.29.0

v1.28.0

11 Mar 07:41
458a25d
Compare
Choose a tag to compare

What's Changed

  • Support subscripts and superscripts through and tags, respectively (#284)
  • Put question_number before buzzes when outputting QBJ (#283)

Full Changelog: v1.27.0...v1.28.0

v1.27.0

23 Jan 07:01
a2f4298
Compare
Choose a tag to compare

What's Changed

  • Merged PR 302: v1.27.0 - Add option to hide bonuses, error handling for QBJ registration by @alopezlago in #280

Full Changelog: v1.26.1...v1.27.0

v1.26.1

20 Dec 07:13
b36ec1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.26.0...v1.26.1

v1.26.0

05 Dec 07:34
32c796c
Compare
Choose a tag to compare

What's Changed

  • Merged PR 298: v1.26.0 - Rename teams, black pronunciation guides, styling fixes by @alopezlago in #272

Full Changelog: v1.25.0...v1.26.0

  • Let readers rename teams (#263)
    • Rename "Player Management" menu section to "Team Management"
  • Add black as a pronunciation guide color (#267)
  • Use text-decoration-skip-ink: none to make required parts more clear (#269)
  • Code refactoring around dialogs
  • Bump version to 1.26.0

v1.25.0

05 Dec 07:33
4bb8aa1
Compare
Choose a tag to compare
  • Fix regression where the new game prompt did nothing on Yes and No
  • Allow inactive players to join from the bench without having to sub in
  • Various security updates to dependencies
  • Bump version to 1.25.0

v1.24.2

02 Sep 05:06
8a22676
Compare
Choose a tag to compare

What's Changed

  • v1.24.2 - Fix issue where reordering players on the second team in the new game dialog by @alopezlago in #249

Full Changelog: v1.24.1...v1.24.2

v1.24.1

18 Jul 05:47
f6d19d8
Compare
Choose a tag to compare

What's Changed

  • Timer-based export is only fired when there have been changes to the game (#233)
  • Fix bug where we tried detecting fonts before document exists, which could break some hosted scenarios
  • Update semver to fix security issue

Full Changelog: v1.24.0...v1.24.1

v1.24.0

14 Jul 06:58
d60b717
Compare
Choose a tag to compare

What's Changed

  • Remove the need to hold Shift to move to the next question. (#229)
    • B and P keys move to the previous question, N moves to the next question
  • Center dialogs to remove flashing window when opening a dialog
  • Allow tossups and bonuses to be paired (#96)
    • This is a setting in the game format. This can be changed in the Change Format dialog

Full Changelog: v1.23.0...v1.24.0