Skip to content

Releases: qbreader/website

v2.5.0

08 Sep 21:50
Compare
Choose a tag to compare

Dark mode.

  • Toggleable with the click of a button
  • The website saves your preference
  • Automatically tries to use system settings by default

Full Changelog: v2.4.2...v2.5.0

v2.4.2

08 Sep 21:47
Compare
Choose a tag to compare

A variety of features were added, including:

  • Correct parsing of "accept either" answerlines
  • Added the MIT license
  • Minor reorganization of codebase
  • /api/random-question endpoint
  • Set name validation on page load
  • Improved SEO and meta descriptions for previews

Full Changelog: v2.4.1...v2.4.2

v2.4.1

25 Aug 23:24
dc1319c
Compare
Choose a tag to compare

Add high contrast text mode.

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0

23 Aug 00:37
Compare
Choose a tag to compare

The official release of multiplayer to the public!

Full Changelog: v2.3.2...v2.4.0

v2.3.2

17 Aug 15:39
Compare
Choose a tag to compare

Better answer checking, especially for answer rejection and unformatted answerlines. Also added basic unit tests for the quizbowl.js file.

Full Changelog: v2.3.1...v2.3.2

v2.3.1

17 Aug 15:36
Compare
Choose a tag to compare

Fix various bugs that would cause the server to crash/behave unexpectedly.

Full Changelog: v2.3.0...v2.3.1

v2.3.0

17 Aug 15:34
Compare
Choose a tag to compare

This release adds the ability to prompt on answers in multiplayer and has a better understanding of bolding & underlining in answerlines.

v2.2.0

17 Aug 15:32
Compare
Choose a tag to compare

The main feature is that rooms don't get deleted when all players leave and players can rejoin rooms and keep their progress.
In addition, the multiplayer logic/backend code was rewritten using classes, providing for better readability and scalability.

v2.1.0

23 Jul 18:36
fe40165
Compare
Choose a tag to compare

The main change in this release is the use of a database-MongoDB-to store the questions. The API links were renamed for clarity, and the backend code was reorganized.

Other minor features:

  • Show celerity in multiplayer
  • Hide tooltips on mobile

v2.0.0

19 Jul 19:26
Compare
Choose a tag to compare

Implemented Multiplayer using rooms, including all of the features that single-player tossups have.

Full Changelog: v1.0...v2.0