Releases: alopezlago/MODAQ
Releases · alopezlago/MODAQ
v1.21.0
What's Changed
- v1.21.0 - Only show installed fonts by @alopezlago in #226
Full Changelog: v1.20.0...v1.21.0
v1.20.0
What's Changed
- v1.20.0 - Add support for making the score appear vertically instead of horizontally by @alopezlago in #225
Full Changelog: v1.19.0...v1.20.0
v1.19.0
- Add scoresheet view (#202)
- Change logic around score calculation so it can support more than 2 teams in the future
- Bump version to 1.19.0
What's Changed
- v1.19.0 - Add scoresheet view by @alopezlago in #222
- Bump vite from 2.9.15 to 2.9.16 by @dependabot in #221
Full Changelog: v1.18.0...v1.19.0
v1.18.0
- Add a dialog that lets you reorder players under Actions | Player Management | Reorder Players... (#203)
- Highlight the current cycle in the Event Log and underline the number for the selected cycle (#206)
- Simplify tossup get message in Event Log (remove buzz position info) to reduce clutter (partial #211)
v1.17.0
- Questions no longer have a scrollbar in their container but instead grow as large as they need to be (#204)
- Fix issue where only changing the font size in the Font dialog would reset the font face (#218)
- Add more fonts like Garamond and default to serif fonts if the selected font is unavailable (#213)
- Font only changes the question font instead of all fonts in the UI (#214)
v1.16.0
- Remove LifSheets and Copy Buzz Points menu items, since they aren't used
- Make protests more discoverable by always showing it in the buzz menu (#208)
- Show checkmark and X in buzz menu to make finding the right action easier
- Add actions for throwing out questions in the top menu (#207)
- Show sample text in Font dialog to show how the question text will look like (#215)
v1.15.0
- Fix issue where
onExport
was called when a game wasn't ready onExport
now takes in a second optional parameter that gives some context about the export. For now it only says what the source of the export was (e.g. next button, timer). This can be used to figure out when the export for the end of the game is.- Add an option to back up the game as a JSON of the game state or a QBJ file when the host uses a custom export
- Remove the "Copy Buzz points" menu item since it's unnecessary (export to Lifsheets works)
v1.14.0
- Support choosing teams from a QBJ Tournament file when starting a new game
v1.13.0
v1.12.0
-
Add
customExportInterval
prop. When set, the custom export callback will be called periodically -
Rename PACE format to indicate that it's no longer the current format
-
Bump version to 1.12.0