Closes https://github.com/ppy/osu/issues/33836.
Remove fade from footer display transition
Add beatmapset video and storyboard icons
Use localised strings for SSV2
This beatmap contains video
MarginPadding
BeatmapStatistic
ShowDetailsMappedBy
SongSelectStrings.cs
Collections
SongSelect
Fix beatmap set author information
LocalisableString
SongSelectV2: Fix pressing multiple traversal keys in same frame causing weirdness
Fades should not be used for these kinds of elements. The opacity changes of multiple elements looks shocking. It's unnecessary.
Fix incompatible mods not retaining settings after selecting autoplay via ctrl+enter
Fix flaky test failures at main menu due to early `ScalingContainer` access
ScalingContainer
See https://github.com/ppy/osu/actions/runs/15754567890/job/44406960692?pr=33775. Logic was running every frame incorrectly. Including transforms doing many allocations.
The gameplay clock runs at 1000 ms intervals, and the previous duration meant that the "store" step could cause a missed spinning check in a bad case scenario.
Fix drawable hold notes continuing to show hit lighting with No Release mod and classic skin
Served its purpose, no longer required.
Pick better initial beatmap status when submitting
Closes #33453.
traverseSelection
Ignore case when parsing `OSU_EXTERNAL_UPDATE_STREAM`
OSU_EXTERNAL_UPDATE_STREAM
Closes https://github.com/ppy/osu/issues/33751.
Add Tachyon support for package managed installations
Adjust rank formatting logic to avoid getting cut in score
Adjust some button's hover colours to improve visual contrast with text
Addresses https://github.com/ppy/osu/discussions/33722.