v3.1.1
Lots of backend improvements and minor bug fixes.
Backend
- Fix
npm run build
command to include sass - Removed unnecessary clearTimeout that was slowing down reading by ~10%
- Added apple touch icon
- Standardized html attribute order
- Upgraded to bootstrap 5.2.3 and express 4.18.2
- Renamed some functions to be consistent across singleplayer and multiplayer and to make their meaning more clear.
Bug Fixes
- 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
- Fixed #113
What's Changed
- Compensate for setTimeout lag by @BLCRAFT210 in #116
Full Changelog: v3.1.0...v3.1.1