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 #433

Closed dependabot[bot] closed 7 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.121.1

Release notes

Sourced from ppy.osu.Framework's releases.

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.

Note that it is advised to use a "user port" (in the range of 1024-49151) as per RFC 6335.

What's Changed

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

2024.114.0

What's Changed

Full Changelog: https://github.com/ppy/osu-framework/compare/2024.113.0...2024.114.0

2024.113.0

What's Changed

Full Changelog: https://github.com/ppy/osu-framework/compare/2024.110.0...2024.113.0

Commits
  • f6feea4 Merge pull request #6144 from Susko3/ingore-android-device-dropdown
  • a5bfffb Merge pull request #6143 from bdach/rounded-corners-android
  • 3b6ca64 Merge pull request #6146 from Joehuu/template-game-test-scene-abstract
  • 22d028a Fix TemplateGameTestScene showing up in test browser
  • 963c75d Ignore autogenerated .idea android file
  • 471d5e9 use even better bounds (hopefully)
  • 15c1444 remove todo
  • f67b4bf Include rounded corner radius in android safe area implementation
  • 1aeb3d6 Merge pull request #6140 from frenzibyte/add-flaky-test-attribute
  • dd0a3d3 Change comment wording slightly
  • Additional commits viewable in compare view


Updates ppy.osu.Game.Resources from 2023.1228.0 to 2024.116.0

Release notes

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

2024.116.0

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

Commits
  • b4f1d49 Merge pull request #303 from ppy/l10n_master
  • a9a79df Update osu-web sourced translations from crowdin
  • 1de79c6 Update translations from crowdin
  • f60c8cb Add new client localisations
  • c61fdce Merge pull request #302 from EVAST9919/argon-health-shaders
  • 606ed52 Further tweak glow falloff curve
  • 18cdc46 Add guards against div-by-zero
  • af8a45d Fix incorrect shape for small slash length
  • d5a43a2 Increase arc angle precision
  • 212f23b Use const for constant values
  • Additional commits viewable in compare view


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
dependabot[bot] commented 7 months ago

Superseded by #434.