Releases: qbreader/website
v2.5.0
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
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
Add high contrast text mode.
What's Changed
- some quick changes to improve readability by @ryanrosenberg in #61
New Contributors
- Credit to @ryanrosenberg for the contribution and PR
Full Changelog: v2.4.0...v2.4.1
v2.4.0
The official release of multiplayer to the public!
Full Changelog: v2.3.2...v2.4.0
v2.3.2
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
Fix various bugs that would cause the server to crash/behave unexpectedly.
Full Changelog: v2.3.0...v2.3.1
v2.3.0
This release adds the ability to prompt on answers in multiplayer and has a better understanding of bolding & underlining in answerlines.
v2.2.0
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
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
Implemented Multiplayer using rooms, including all of the features that single-player tossups have.
Full Changelog: v1.0...v2.0