Skip to content

v22.12

Choose a tag to compare

@geoffrey-wu geoffrey-wu released this 25 Apr 02:55
· 1619 commits to main since this release
  • #88: improve answer checker: use Porter stemmer; correctly parse answers that use () in place of []; fix [] or () in middle of main answer; accept abbreviated form of main answer; fix checking of four letter answers
  • #106: Bold in-power parts of tossups that have power markings by @brightly-salty
  • #109: Add /api/query documentation and fix incorrect parameter name by @g3ner1c
  • #113: Reset packet numbers on set change
  • #116: compensate for setTimeout lag by @BLCRAFT210
  • Add "random" button
  • Fix issue with searching for long fiction/short fiction/poetry/drama literature categories
  • Highlight matching part of query in results
  • 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
  • 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
  • Fixed issues with version mismatch for dependencies
  • Improved logging
  • Use .eslintrc to standardize 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
  • Removed unnecessary clearTimeout that was slowing down reading by ~10%
  • Fixed reading issue with 0-length words
  • Fixed issue where question would continue to read once the end of a set was reached
  • Fixed bug that prevented user from turning off search by regex
  • Add ability to report bonuses
  • Create question cards when new bonuses are read (in singleplayer)
  • Add ability to show/hide question history in singleplayer
  • Ensure server doesn't crash on null and undefined parameters in database methods
  • Use separate toggleShowHistory setting for tossups and bonuses
  • Changed /database layout to avoid horizontal scrolling
  • Support italics in answerline
  • Support commas as an answer separator (see 12517cd for an example of such an answerline)
  • Fix missing space in bonuses between [10] and text in /database page
  • Fix singleplayer bonus keyboard shortcuts

Full Changelog: 22.11...22.12