Skip to content

Releases: ouifi/guessr

Version One Point One

21 Apr 01:17
Compare
Choose a tag to compare

Lots of changes in just the first few hours the site has been up. :)

Client

  • Improvements to image rendering in order to make it more mobile friendly
  • Added the clue title to the image large preview
  • Fixed bug where clue title was not censored
  • Fixed bug where user could submit after game was over
  • Added better error handling and UI if server was down
  • Simplified submission to answer comparison, possible Safari bugs because of toLocaleLowerCase
  • Added a hinting feature where users are alerted when their submission is contained in the full answer (still a bit buggy)
  • Added API stubbing in the staging environment
  • Added submission on return key (improves mobile experience)
  • Added ability to clear the scoreboard

Server

  • Added subreddit block list. If any of those subreddits are returned from the random call, then a new one is rolled.

Version One Point Oh

20 Apr 12:05
Compare
Choose a tag to compare

This version marks the first stable version of guessr.io. From here on, this mono repo will be used to track releases and prod-ready changes.