Thanks for following along! This is a tagged release (2022.719.0). For more information check out the osu! changelog page and dev blog.
This is a bit of a hotfix release after the larger release a few days ago, focusing on reliability and regression fixes.
Code Quality
- Make
SoloScoreInfo.EndedAt
non-null (#19210 by @peppy) - Replace
Country
class with enumeration (#19137 by @frenzibyte) - Remove
countries.json
map in tournament client and replace withCountry
enum (#19138 by @frenzibyte)
Database
Store user country for imported scores (#19139 by @frenzibyte)
Note that this will only apply to newly imported scores from this point forward.
Gameplay
Fix mod settings not showing on leaderboards (#19175 by @frenzibyte)
Smaller changes
- Make "Autoplay" incompatible with "Adaptive Speed" (#19195 by @NotGumballer91)
- Adaptive Speed essentially does nothing with Autoplay so might as well make it incompatible.
- Fix "Perfect" mod not marking "Autopilot" as incompatible (#19200 by @tsunyoku)
- Fix "Cinema" mod not marking "Repel" as incompatible (#19201 by @tsunyoku)
Online
Fix user profiles not showing best plays (#19192 by @tsunyoku)
Regressed with the previous build.
Smaller changes
Reliability
- Don't send ruleset configuration failures to sentry (#19196 by @peppy)
- Fix
Waveform
generation failing when using "no sound" device (ppy/osu-framework#5310 by @peppy) - Fix zero width textbox throwing in
updateImeWindowPosition()
(ppy/osu-framework#5311 by @Susko3) - Fix potential crash when downloading beatmaps while in a multiplayer room (#19211 by @peppy)
Results
Change retry button icon to a more suiting icon (#19169 by @tsunyoku)
The previous icon was a bit misleading to look at, and can be easily mistaken for a "go back" key. The redo icon is a much clearer representation of a retry button.
Smaller changes
- Fix inconsistent casing of statistic names (#19209 by @3stantedja)
Settings
Add Touch input handler settings section (#19151 by @Susko3)
For users experiencing tablet issues (such as the cursor jumping or being hidden unexpectedly), you can now disable touch support in the settings.
Song Select
Fix audio/background not always updating when switching beatmaps (#19212 by @peppy)
UX
- Don't show "missing background" messages to user (#19188 by @peppy)
- Fix "Start Chat" on multiplayer/playlist chat not opening overlay (#19207 by @frenzibyte)
New Contributors
- @NotGumballer91 made their first contribution in #19195
- @3stantedja made their first contribution in #19209
Full Changelog: 2022.716.1...2022.719.0