Skip to content

v3.1.1

Compare
Choose a tag to compare
@geoffrey-wu geoffrey-wu released this 23 Dec 21:35
· 1148 commits to main since this release

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

Full Changelog: v3.1.0...v3.1.1