Fix osu! sometimes not starting when WSL is running in the background
Set up-to-date .NET code quality analyzers
Improve menu/context-menu sample playback
Hide debug settings in release builds
Fix score no longer being saved when quick-restarting after pass
Use `LocalisationManager.GetLocalisedString()` instead of bindable hack
Fix quick retry transition from results screen
PerformExit
Co-authored-by: Dean Herbert <pe@ppy.sh>
Improve multiplayer listing search by making it fuzzy
Add "buttons" as a search term for key bindings
Made possible by https://github.com/ppy/osu-framework/pull/6377.
Show an ongoing operation when checking for updates
Account for rate changing mods when disabling the "Ready" button
Addresses https://github.com/ppy/osu/discussions/30950.
Fix strong drum rolls being counted for double the combo in legacy scoring attributes
Do not deselect objects when control-clicking without hitting anything
As per feedback in https://discord.com/channels/90072389919997952/1259818301517725707/1310270647187935284.
Delay back button appearance when performing a quick restart
Add player settings to multi spectator screen
Move unnecessary properties from `BeatmapInfo` / realm to `IBeatmap`
Thanks to tests for pointing that out :blobsweat: