- Backup database before migration by Rian8337
- This allows reverting to the previous version in case of a migration bug or failure.
- Fix migrated scores not having Replay V6 mod applied by Rian8337
- Fix non-user selectable mods displaying in leaderboard and multiplayer player list by Rian8337
- Fix forced difficulty statistics failing to migrate by Rian8337
- Fix mod display potentially being empty when non-user playable mods are present by Rian8337
- An example of this is when Replay V6 mod is the only mod applied to a score.
- Fix mod presets not visible in singleplayer by Rian8337
- Fix gameplay progressing at a faster/slower rate before the music starts when Wind Up/Down mod is used by Rian8337
- Fix a crash when a combo color in skin.json is not a valid hex color by Rian8337
- Fix a crash when a color in the
Colorsection of skin.json is not a valid hex color by Rian8337 - Fix a crash due to repeated attempt of creating mod preset storage by Rian8337
- Fix a potential crash when pressing a main menu button while it is animating by Rian8337
- Fix slider head circle post-judgement visibility not meeting expectations by Rian8337
- Upon judgement, the slider head circle should change its texture to the end circle. This was not the case.
- Fix failing migration due to comma-separated decimals in legacy mod format by Rian8337
- Fix a crash when opening a score with an unmigrated mod format by Rian8337
- This should not happen, but there was a recorded crash with this error, so there the fix goes...
- Fix cryptic mod display string in multiplayer room and room listing by Rian8337
- Fix player list bugging out when joining a room for the second time by Rian8337
- Fix player list bugging out when finishing a beatmap for the second time in multiplayer by Rian8337
- Fix a crash when enabling real-time pp counter due to invalid bounds by Rian8337
- Attempt to fix a crash when quitting game due to invalidated beatmap reference by Rian8337