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.1008.0 to 2023.1220.0 #428

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps ppy.osu.Game from 2023.1008.0 to 2023.1220.0.

Release notes

Sourced from ppy.osu.Game's releases.

2023.1220.0

Code Quality

ppy/osu#25823@​cl8n)

Gameplay (osu!)

ppy/osu#25893@​smoogipoo)

Online

ppy/osu-server-spectator#205@​peppy)

ppy/osu-server-spectator#206@​bdach)

Performance

ppy/osu#25838@​peppy)

ppy/osu#25895@​peppy)

Song Select

ppy/osu#25888@​peppy)

This is quite an unfortunate one, but I can't see a good way of fixing beyond undoing most of the performance gains from the last major release when certain sort modes (like difficulty sort) are used.

If you have a large library and want best search performance, use a simple sort mode for now (ie. artist or title). We'll iterate on this once things calm down.

ppy/osu#25857@​peppy)

UI

ppy/osu#25871@​Susko3)

Full Changelog: https://github.com/ppy/osu/compare/2023.1218.1...2023.1220.0

2023.1218.1

What's Changed

Also contains unmerged hotfixes:

  • Fix song select realm refresh performance (ppy/osu#25838)
  • Fix mod search textbox having focus while settings are visible (ppy/osu#25857)

... (truncated)

Commits
  • c87ba76 Merge branch 'fix-standardised-score-conversion' into release
  • dd9496a Merge branch 'master' into release
  • 1ebb626 Merge pull request #25895 from peppy/fix-beatmap-statsitics-reprocessing
  • 322cfaa Merge branch 'master' into fix-standardised-score-conversion
  • 3f41c20 Use safer fix for now
  • 64b0534 Merge pull request #25857 from peppy/fix-mod-settings-keyboard-adjust
  • b869973 Merge pull request #25838 from peppy/fix-song-select-realm-refresh-performance
  • d793d1c Add test coverage of desired input handling behaviour
  • e306cc3 Merge branch 'master' into fix-song-select-realm-refresh-performance
  • c556475 Revert to using a more manual approach to holding focus
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 9 months ago

Superseded by #429.