As is github tradition, workflows started yelling about running on a node version that was getting sunset, so here we go again. Relevant bumps: - https://github.com/actions/checkout/releases/tag/v4.0.0 - https://github.com/actions/setup-dotnet/releases/tag/v4.0.0 - https://github.com/actions/cache/releases/tag/v4.0.0 - https://github.com/actions/setup-java/releases/tag/v4.0.0 - https://github.com/peter-evans/create-pull-request/releases/tag/v6.0.0 - https://github.com/dorny/test-reporter/releases/tag/v1.8.0 Notably, `actions/upload-artifact` is _not_ bumped to v4, although it should be to resolve the node deprecation warnings, because it has more breaking changes and bumping would break `dorny/test-reporter` (see https://github.com/dorny/test-reporter/issues/363).
Fix `SkinEditorOverlay` freezing when `ReplayPlayer` screen exits early
Rework `AccuracyCircle` to not use `BufferedContainer`s
Implement difficulty tooltips for multiplayer lobbies
Matches everything else.
TestSceneDifficultyIcon
Adjust search terms for mods
Fix visual BPM difference between beatmap wedge and mod selection
Closes https://github.com/ppy/osu/issues/27111.
Clear stored username/token from config when relevant checkboxes are unticked on login panel
This reverts commit d01421b951.
d01421b951
Add highest rank tooltip to global rank display
Reduce allocations in `TimelineBlueprintContainer`
Update framework
Fix beatmap carousel string carousel not matching expectations
DEFAULT
INSTANCE
Matches other similar comparers.
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
Fix classic skin follow circles animating from incorrect starting point
Apply padding to `GridContainer`s directly where possible
Fix `LegacyApproachCircle` incorrectly applying scaling factor
Reduce mania editor allocations with many objects selected
LegacyApproachCircle
Reduce osu editor allocations with many objects selected