taulazer / tau

A customized osu! mode surrounding a paddle and some notes.
https://taulazer.github.io/
MIT License
179 stars 19 forks source link

Bump ppy.osu.Game from 2023.510.0 to 2023.513.0 #373

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ppy.osu.Game from 2023.510.0 to 2023.513.0.

Release notes

Sourced from ppy.osu.Game's releases.

2023.513.0

Code Quality

Framework

ppy/osu-framework#5776@​smoogipoo)

There are still edge cases on Linux where relative-mode isn't working correctly, so let's disable by default.

Smaller changes

Gameplay (osu!)

ppy/osu#23489@​apollo-dw)

ppy/osu#23529@​peppy)

A bit of a hotfix for now until we figure a more permanent solution for this.

Performance

ppy/osu-framework#5784@​peppy)

Cache value of VerticalSyncppy/osu-framework#5783@​peppy)

ppy/osu-framework#5785@​smoogipoo)

ppy/osu-framework#5787@​bdach)

There's not going to be much of an explanation in this one. The goal is to revert to a known-working state. I don't know why the old code would fail in the ways it did.

Full Changelog: https://github.com/ppy/osu/compare/2023.511.0...2023.513.0

2023.511.0

Code Quality

  • Remove reflection usage from Interpolationppy/osu-framework#5766@​smoogipoo)
  • Fix potentially incorrect thread access in OsuTabControlCheckboxppy/osu#23384@​peppy)
  • ppy/osu-framework#5769@​peppy)
  • Remove cast in ResourceStoreppy/osu-framework#5771@​nobbele)
  • Remove [ExcludeFromDynamicCompile]ppy/osu-framework#5773@​bdach)
  • Remove usages of [ExcludeFromDynamicCompile]ppy/osu#23438@​smoogipoo)

Editor

... (truncated)

Commits
  • 732bd78 Merge pull request #23529 from peppy/no-hold-during-gameplay
  • 0bb1263 Merge pull request #23528 from peppy/update-framework
  • 8c542c6 Fix hold-for-right-click showing during gameplay
  • 2e6fd4b Update framework
  • 3e8711e Merge pull request #23489 from apollo-dw/fix-strict-svs
  • 3bce7ac Copy SliderVelocity to strict tracking sliders
  • 78d2f3f Merge pull request #23475 from ItsShamed/qol/import-keyword
  • 2d45d60 feat(settings): more keyword for first run setup
  • c1a8565 feat(settings): add "import" as keywords for first run setup
  • bb9adb0 Merge pull request #23455 from peppy/update-everything
  • 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 1 year ago

Superseded by #378.