github ppy/osu-framework 2021.628.0

latest releases: 2024.423.0, 2024.419.0, 2024.418.0...
2 years ago

Thanks for following along! This is a tagged release (2021.628.0).

Breaking Changes

IHasTooltip.Text is now a LocalisableString

IHasTooltip.Text now takes a LocalisableString instead of regular string. Users of custom tooltip containers may also have to change checks in the SetContent() method of their tooltip type to check if content is a LocalisableString instead of a regular string.

Recently added GameThread.ThreadPausing has been removed

This was only added in the previous release, but has since been replaced with the bindable GameThread.State, which gives more detail about the current state of the thread.

Don't miss a new osu-framework release

NewReleases is sending notifications on new releases.