Skip to content

v1.4.1 - Achievements Fix

Compare
Choose a tag to compare
@Askaholic Askaholic released this 14 Apr 23:04
· 229 commits to develop since this release
85337f4

Summary

Achievements should finally be working again 🤞. Token refreshing has been improved, so if the API token has expired it should now be properly refreshed.

Other noteworthy changes

  • The number of players in a game as shown on the play tab should accurately reflect the number of people who have successfully connected to this host. No more of those pesky 8/8 readings when it's actually 7/8.
  • Game should now REALLY be considered as over when "Game Over" appears on the screen. Even if some players disconnect before the message shows up.

Pull Requests

  • Issue #575 - Game end time STILL not quite right (#576)
  • Refactor game options (#574)
  • Issue #571 - Update player object when new avatar is selected (#572)
  • More SQLAlchemy (#569) [by UmbraSolis]
  • Issue/#558 api authentication (#565)
  • Fix service creation (#566)
  • More exception logging (#561)
  • Automatic service instantiation (#554)
  • Refactor abort (#563)
  • Unranking more unknowns. (#552) [by UmbraSolis]
  • Only show players if they've managed to connect (#551)
  • Cleanup tests (#557)