Releases: alopezlago/MODAQ
Releases · alopezlago/MODAQ
v1.30.0
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
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
What's Changed
- v1.28.0 - support super/subscripts, QBJ changes by @alopezlago in #285
- 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
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
What's Changed
- v1.26.1 - Fix protest matters calculation by @alopezlago in #275
Full Changelog: v1.26.0...v1.26.1
v1.26.0
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
v1.25.0
- 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
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
What's Changed
- Merged PR 292: v1.24.1 - bug fixes by @alopezlago in #243
- 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
What's Changed
- v1.24.0 - by @alopezlago in #242
- 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