taulazer / tau

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

Bump ppy.osu.Game from 2023.605.0 to 2023.610.0 #381

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ppy.osu.Game from 2023.605.0 to 2023.610.0.

Release notes

Sourced from ppy.osu.Game's releases.

2023.610.0

Hotfix release ahoy!

What's Changed

Editor

ppy/osu#23711@​timiimit)

Now when you open the editor it will load right back to where you were last time you opened each individual beatmap.

ppy/osu#23768@​peppy)

Gameplay

ppy/osu-resources#262@​frenzibyte)

Has been broken for a couple of releases. Finally fixed!

ppy/osu#23781@​bdach)

Gameplay (osu!mania)

ppy/osu#23816@​peppy)

We've had a lot of negative feedback from users after switching to the new score v2 based scoring. While there's still plenty of time to balance things, this change reverts the combo/acc ratio to what we had, and what users were used to.

Of note, other rulesets didn't change in a similar way so match (roughly) correct.

Settings

ppy/osu#23776@​peppy)

Full Changelog: https://github.com/ppy/osu/compare/2023.605.0...2023.610.0

Commits
  • d5fa8e5 Fix osu!mania scroll speed milliseconds having too much precision
  • 8962cba Revert to previous bound in drum roll tick generation
  • fd8e77d Update drum roll judgement tests to work correctly with more correct tick rat...
  • 063c8c4 Clean up TestSceneDrumRollJudgements
  • 47d24d5 Add note about lastTickHittable requirement
  • 76b09ab Fix osu!taiko drum rolls not getting correct tick rate after placement in the...
  • 3686ace Fix ticks being created after the end of drum rolls in osu!taiko editor
  • 719fbfd Fix triangles song progress bar blinking during gameplay
  • c40887e Change osu!mania scoring ratio to 99% acc (to match previous lazer scoring)
  • 0604082 Be slightly more specific with error message
  • 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 #382.