v3.1.0
Lots of improvements and bug fixes.
Database
- Add "random" button
- Fix issue with searching for long fiction/short fiction/poetry/drama literature categories
- Highlight matching part of query in results
- Bold in-power parts of tossups that have power markings
- Add support for searching with regular expressions
- Fix issue with bonuses with missing parts
- List question difficulty in results page
- Add ability to download results
Other
- Typing in a question report no longer triggers buzzes in-game
- In multiplayer, fix issue with being "focused" into the answer form, even when it is hidden
- Fix issue when prompt on partial wasn't processed correctly
- Fix singleplayer select by difficulty
- Increased dark mode contrast
- Add
/api/query
documentation and fix incorrect parameter name
Backend
- Fixed issues with version mismatch for dependencies
- Improved logging
- Use
.eslintrc
to standarize and clean up code - Reduce requests to server by avoiding requests where setName is empty
- Automate build process
- Retrieve and save entire query for multiplayer, reducing time between questions
What's Changed
- Bold in-power parts of tossups that have power markings by @brightly-salty in #106
- add api/query to documentation and fixed incorrect parameter name by @g3ner1c in #109
New Contributors
- @brightly-salty made their first contribution in #106
- @g3ner1c made their first contribution in #109
Full Changelog: v3.0.0...v3.1.0