onComplete
exportStorage to private notification should post when export instead of class being constructed
https://github.com/ppy/osu/pull/21468
Update framework and resources
Remove triangle effect from latency certifier buttons
Allow random mod to flip sliders
Fix extended values in difficulty adjust being truncated to 10 on beatmap change
Immediately send ack request when joining new channels
ReflectHorizontally()
ReflectVertically()
FlipSliderHorizontally()
modifySlider()
FlipSlider()
FlipSliderHorizontally
Fix preview track disposal potentially leaving game track muted
Perform rewind with right click only if cursor didn't leave the button
Fix loss of precision in ScoreProcessor.ComputeAccuracy()
Remove SmoothCircularProgress component as being replaced
RangeSlider
Bump `dorny/test-reporter` action to 1.6.0
dorny/test-reporter
The only reason I'm bothering to do this is that I mistakenly clicked on one of the execution logs of the "Annotate CI with test results" workflow and noticed a bunch of deprecation warnings: https://github.com/ppy/osu/actions/runs/3610166871 Judging from the release notes [[1]] and diffstat [[2]] of version 1.6.0 of the action affected, a bump should silence these. [1]: https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md [2]: https://github.com/dorny/test-reporter/compare/v1.4.2...v1.6.0
Fix `LegacyExporter` classes overwriting existing files
Update framework
Fix first run beatmap screen button colours looking incorrect with new triangle effect
Addresses #21500.
Fix being able to place zero-length spinners
Similar to SliderPlacementBlueprint.
Fix some components not accounting for final hold notes in osu!mania beatmaps
Add legacy taiko glow element
Also always snap a spinner's end time using beat snap (matches stable).