sentakki icon indicating copy to clipboard operation
sentakki copied to clipboard

Bump ppy.osu.Game from 2022.810.0 to 2022.810.2

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps ppy.osu.Game from 2022.810.0 to 2022.810.2.

Release notes

Sourced from ppy.osu.Game's releases.

2022.810.2

Thanks for following along! This is a tagged release (2022.810.2). For more information check out the osu! changelog page and dev blog.

Online

Use a placeholder user with the correct username during login process (ppy/osu#19662 by @​peppy)

This allows for various components (like gameplay) to obtain a correct username even if the API is not yet in a connected state. The most common case is during startup, where a connection may not have been established yet, but the user's username was restored from their config file.

Local scores will now have the correct username (although avatar etc. will be missing, which I think it fine) even if the API is not yet connected. Previously, they would show up as "Guest".

Reliability

Fix crash when minimising while fullscreen on windows (ppy/osu-framework#5344 by @​peppy)

Unfortunate change in behaviour of a library we use (SDL) :(.

Fix crash when attempting to import on mobile platforms (ppy/osu#19677 by @​peppy)

Regression due to unrelated code changes.

Smaller changes

  • Handle cancellation at more points during Player initialisation (ppy/osu#19669 by @​peppy)

Full Changelog: https://github.com/ppy/osu/compare/2022.810.0...2022.810.2

Commits
  • 6e9031b Update framework
  • c151cb4 Merge pull request #19677 from peppy/fix-mobile-import-crash
  • ef10d07 Update framework
  • ddffa9b Fix crash when attempting to import on mobile platforms
  • 87133b9 Merge pull request #19669 from peppy/abort-load-player-more
  • 888c4c8 Merge pull request #19662 from peppy/startup-correct-username
  • a508182 Handle cancellation at more points during Player initialisation
  • 4a312d5 Use a placeholder user with the correct username during connecting process
  • f9d0cc3 Change APIAccess.IsLoggedIn to also return true when connecting
  • beb3d41 Fix unsafe usage of APIAccess.LocalUser in BeatmapListingOverlay
  • See full diff 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] avatar Aug 10 '22 14:08 dependabot[bot]