karaoke-dev / osu-framework-font

Unofficial support for extra font effect.
MIT License
5 stars 3 forks source link

Bump the osu-related group with 2 updates #439

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps the osu-related group with 2 updates: ppy.osu.Framework and ppy.osu.Game.Resources.

Updates ppy.osu.Framework from 2024.110.0 to 2024.131.0

Release notes

Sourced from ppy.osu.Framework's releases.

2024.131.0

What's Changed

Full Changelog: https://github.com/ppy/osu-framework/compare/2024.130.0...2024.131.0

2024.130.0

What's Changed

Full Changelog: https://github.com/ppy/osu-framework/compare/2024.129.1...2024.130.0

2024.129.1

What's Changed

Full Changelog: https://github.com/ppy/osu-framework/compare/2024.127.0...2024.129.1

2024.127.0

What's Changed

Full Changelog: https://github.com/ppy/osu-framework/compare/2024.121.1...2024.127.0

2024.121.1

Breaking Changes

DrawablePool.Get() wil now throw if the DrawablePool did not begin load

Previously the pool would return drawables correctly before load, but it would not initialise the pool to correct default size, causing overheads on drawable retrieval (usually on update thread).

HostOptions.BindIPC has been superseded by HostOptions.IPCPort

Previously, the IPC port used for multiple instances of a single osu!framework app was hardcoded in the IPC host itself, effectively making it so that all osu!framework apps would share the same IPC port, which obviously cannot work.

To allow multiple osu!framework apps to utilise IPC concurrently, BindIPC has thus been replaced by IPCPort.

  • Setting IPCPort = null is equivalent to BindIPC = false.
  • Setting IPCPort to a non-null value is equivalent to BindIPC = true and will force the use the specific port provided.

... (truncated)

Commits
  • 121d25c Merge pull request #6162 from ppy/revert-6155-debox-ibindblelist-enumerator
  • e10051e Leave benchmark in place and add comment for future reference and foot shooti...
  • a5ba1de Revert "Fix IBindableList.GetEnumerator() boxing and allocating"
  • a639ba6 Merge pull request #6161 from EVAST9919/icon-fix
  • d6a6cf5 Remove guard for extra safety
  • 1f3a81f Fix icon not changing correctly between start of load and insertion into hier...
  • 5f81249 Add (visually) failing coverage for incorrect handling of Icon changes
  • e2c3143 Fix SpriteIcon flickering
  • a1585bf Merge pull request #6160 from smoogipoo/fix-nested-absolute-sequences
  • 7b4f3b4 Merge pull request #6147 from peppy/reduce-mouse-move-overhead
  • Additional commits viewable in compare view


Updates ppy.osu.Game.Resources from 2024.129.0 to 2024.207.0

Release notes

Sourced from ppy.osu.Game.Resources's releases.

2024.207.0

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

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions