Skip to content

Releases: qbreader/website

v7.6.5

19 Aug 17:35

Choose a tag to compare

  • #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

01 Aug 15:00

Choose a tag to compare

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

01 Aug 14:57

Choose a tag to compare

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

11 Jun 20:45

Choose a tag to compare

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.isValidCategory correctly checks alternate_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

11 Jun 20:43

Choose a tag to compare

Features

Bug Fixes

  • Fix pop culture room name

Full Changelog: v7.6.0...v7.6.1

v7.6.0

11 Jun 20:42

Choose a tag to compare

Features

  • Rename Trash -> Pop Culture
  • Add Pop Culture subcategories
    • Add Pop Culture frequency lists

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

28 Apr 16:48

Choose a tag to compare

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

28 Mar 13:43

Choose a tag to compare

Features

Bug Fixes

  • Support randomize and difficulties window.location parameter
  • Fix interaction between toggleCorrect and recordStats

Other Changes

  • Better organization of scripts
  • Remove createdAt field from question documents

Full Changelog: v7.4.0...v7.5.0

v7.4.0

28 Mar 13:38

Choose a tag to compare

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

21 Feb 20:40

Choose a tag to compare

Features

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