Releases: qbreader/website
Releases · qbreader/website
v7.6.5
- #378: increase pauses at commas and periods
- #380: add answerlines and set name to description in URL preview for questions in DB explorer
- #381: move db-explorer and frequency-list under "database" header
- #382: display each question's stats in its DB explorer view
- /api: move question-stats from /auth to under /api
- /api: move /bonus-by-id -> /bonus, /tossup-by-id -> /tossup
- /api: add and update documentation for /api/question-stats, /api/tossup, and /api/bonus
- Navbar: Move backups page under db tab in navbar
- Add link to MODAQ mirror instance (see forum post)
- Use webpack to reduce number of javascript requests
- Fix category checking of rmpss, ce, geo, oac
Full Changelog: v7.6.4...v7.6.5
v7.6.4
Refactors client code for singleplayer and multiplayer, breaking up code into classes for reusability and future expansion toward multiplayer bonuses.
Bug Fixes
- Fix bug with updating bonus part scores
- Fix type-to-answer = false behavior
- Fix prompts on bonuses
Other Changes
- In singleplayer, reduce number of network requests at load
- Put username field above mode selection
Full Changelog: v7.6.3...v7.6.4
v7.6.3
Bug Fixes
- #280: database highlighting now matches full result
- #377: db queries contain incorrectly encoded ampersand &
- For db queries, fix regex escape in highlighting in ignoreWordOrder mode
Other Changes
- Fix .vscode javascript tab indent settings, ensuring it's always 2
- Migrate email from sendgrid to mailersend (in light of sendgrid ending their free plan)
- Bump mongodb to v6
- Link to privacy policy and terms of service at signup
Full Changelog: v7.6.2...v7.6.3
v7.6.2
Features
- #373: random question order for local packet mode
- #371: add national high school frequency lists
/api/frequency-list: pass an array of difficulties instead of a difficulty level- #248: add button to clear starred questions
- packet-parser lists number of questions parsed
Bug Fixes
categoryManager.isValidCategorycorrectly checksalternate_subcategory/api/packet: fix route when not getting packet by_id/api/packet: fix modaq option when getting packet by_id- fix dark-mode color of x in modals (previously unreadable)
Full Changelog: v7.6.1...v7.6.2
v7.6.1
Features
- #376: Add database explorer by @geoffrey-wu
- #370: permanent links to each question in db
Bug Fixes
- Fix pop culture room name
Full Changelog: v7.6.0...v7.6.1
v7.6.0
Features
- Rename
Trash->Pop Culture - Add
Pop Culturesubcategories- Add
Pop Culturefrequency lists
- Add
Bug Fixes
- Fix issue with leaving multiplayer room mid-buzz
Other Changes
- Reduce amount of unnecessary back-end logging
Full Changelog: v7.5.1...v7.6.0
v7.5.1
Bug Fixes
- Fix prompts not clearing answer form in bonus mode
- Fix bugs with starring questions
- Fix xss attack in player userId
Other Changes
- Migrate question stats to a more storage-effective schema by @geoffrey-wu in #367
- General geoword improvements (e.g. using nav tabs for divisions) by @geoffrey-wu in #369
- #300: Add instructions on how to play a search
- Use mongodb for audio storage (instead of amazon S3)
Full Changelog: v7.5.0...v7.5.1
v7.5.0
Features
- Add packet parsing page
- Based on the repository https://github.com/qbreader/qb-packet-parser
- Add tools dropdown in navbar to accommodate it
- #161: Allow packets to be read locally
- #366: Categories on starred questions
Bug Fixes
- Support
randomizeanddifficultieswindow.locationparameter - Fix interaction between toggleCorrect and recordStats
Other Changes
- Better organization of scripts
- Remove
createdAtfield from question documents
Full Changelog: v7.4.0...v7.5.0
v7.4.0
Features
- Add musicals
alternate_subcategory - Navigate to database url to get query
Other Changes
- Bump qb-answer-checker to v1.1.6
- Update DEFAULT_MAX_YEAR to 2025
- Reset navbar logo
Full Changelog: v7.3.4...v7.4.0
v7.3.4
Features
- #356: Preserve buzzpoint when creating tossup cards by @1337isnot1337
Multiplayer
- #360: add a limit of answering question before vk by @1337isnot1337
- Fix bug where client could become owner of permanent room
Other Changes
- #361: fix inconsistency with give-answer & give-answer-live-update param
Full Changelog: v7.3.3...v7.3.4