MATRIX-feather / osu

Archived ~> https://github.com/MATRIX-feather/LLin
https://osu.ppy.sh
MIT License
67 stars 5 forks source link

Bump ppy.osu.Framework from 2021.616.0 to 2021.630.0 #21

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps ppy.osu.Framework from 2021.616.0 to 2021.630.0.

Release notes

Sourced from ppy.osu.Framework's releases.

2021.630.0

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

2021.628.0

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.

2021.623.0

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

2021.622.0

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

Breaking Changes

MarkdownHeading.GetFontSizeByLevel now specifies absolute sizes

The result of this method is now more correctly applied to headers via FontSize rather than Scale. If you were overriding this method, please multiply your returned values by 20 to maintain sizing compatibility.

Commits
  • 8d15dd3 Merge pull request #4549 from peppy/fix-multiple-exit
  • 620ae90 Merge branch 'master' into fix-multiple-exit
  • c1446be Allow PerformExit to still run immediately when in a Stopping state
  • 111879d Merge pull request #4553 from bdach/gh-actions-job-timeout
  • e0e18ff Merge branch 'master' into gh-actions-job-timeout
  • cc56e0f Merge pull request #4551 from smoogipoo/fix-trackvirtual-seek
  • 78082e0 Set more appropriate time limits for GH Actions workflows
  • 0930fff Make PerformExit virtual again for iOS consumption case
  • c59dca9 Fix remaining deadlock case by refactoring exception handle exceptional logic
  • 4a28017 Fix TrackVirtual failing seeks in unexpected ways
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 years ago

Looks like ppy.osu.Framework is up-to-date now, so this is no longer needed.