DragDrop
Fix column colours not being correctly applied on Triangles skin with Dual Stages mod active
Move `OrderByTotalScore()` to an extension method
Fix osu!mania hold notes sometimes looking incorrect after rewind
Add setting to limit distance snapping to current time
Attempt to fix rare NaN fps display
The only thing I can see which could cause this is reading from the `drawClock.ElapsedFrameTime` after the `isSpike` read causing a div-by-zero. Reading the values once at the start should avoid this.
Optimise mania density calculation during beatmap conversion
Fix score migration not migrating all scores properly
GetMaxAchievableCombo
OrderByTotalScore()
Fix reimporting old lazer scores undoing standardised score recalculation
Truncate online play drawable room name text
Login and registration localisation
Fix song select rewind logic not handling deleted beatmaps
Update CFS to NET6.0
Adjust argon progress display to work well on bright backgrounds
Add a checkbox to toggle line breaking for each mod in tournament mappool screen
The casing of the "caps lock" tooltip wasn't changed in code, as tooltips should be ideally sentence-cased, see https://github.com/ppy/osu/pull/21765#issuecomment-1552378930.
Migrate old standardised scores to new algorithm