Fixes https://github.com/ppy/osu/issues/3954
Use correct DifficultyAttributes where possible
Fix typo in README.md
Fix background being cut off at the top of the screen
Fix VSCode Restore task
Fix combo colour fallbacks when skin is not providing any
Use sidebar in key bindings overlay
Fix background not being faded correctly
Add PlaylistItemHandle.HandlePositionalInput override
Fix imported replays having excess statistics
Fix slider tail evaluation in osu difficulty calculator
The slider tail circle was already included as a nested hit object and is judged before the end of the slider's actual duration, so using the slider end time leads to an inaccurate travel distance and end position.
Move regular issue template to .github