Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ppy.osu.Game.Rulesets.Mania from 2021.623.0 to 2022.731.1 #72

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps ppy.osu.Game.Rulesets.Mania from 2021.623.0 to 2022.731.1.

Release notes

Sourced from ppy.osu.Game.Rulesets.Mania's releases.

2022.731.1

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

Code Quality

Database

Fix multiple issues with beatmap updating (ppy/osu#19378 by @​peppy)

With the introduction of updating beatmaps in the last release, some users noticed some edge cases where the update process was not working (or working "too well", and showing the button even after an update was applied). This was largely due to the beatmap metadata being too cached locally, and has been resolved by always requesting the most up-to-date metadata in non-batch import scenarios.

This also fixes some beatmap-related attributes not being transferred, like "date added" and any scores that were attached to a beatmap that was part of an updated set, but not modified itself.

This also changes the process to only leave soft-deleted copies of beatmaps which actually had modifications.

Move beatmap collections to realm (ppy/osu#19430 by @​peppy)

This brings collections over to our new client-side database, doing away with the legacy format. Visually this shouldn't be much different, but internally it is a lot more efficient and reliable.

Your existing collections will be automatically migrated on startup from collection.db, but if anything goes wrong that file will remain.

Add collection transfer logic to beatmap update flow (ppy/osu#19431 by @​peppy)

  • For beatmap sets where every difficulty was in a collection, any new difficulties will also be added to that collection.
  • For beatmap sets where only some difficulties were in a collection, updated versions of those beatmaps will also be added to the same collections.

Editor

Gameplay

Add osu!stable style circular song progress for legacy skins (ppy/osu#19408 by @​LeNitrous)

Finally, the "pie" style of progress that many have requested has returned to legacy skins. Note that this is now the default display for legacy skins. If you would like the full display style back, you can add it using the skin layout editor (accessible from settings or via Ctrl+Shift+S).

Input

Add ability to make cursor show even during touch input (ppy/osu#19389 by @​peppy)

... (truncated)

Commits
  • 998e3b7 Merge pull request #19481 from peppy/fix-skin-migration
  • 93b783d Fix previous skins not loading due to namespace changes
  • 498c796 Merge pull request #19478 from peppy/fix-collection-migration
  • 6ad86ce Run collection import process asynchronously
  • 80ffa2c Move collection database rather than deleting post-migration for safety
  • 8e06d55 Fix collection migration incorrectly running asynchronously
  • 471a068 Merge pull request #19471 from Susko3/desktop-BatteryInfo
  • e511813 Add 'SDL' acronym
  • 38a8b9c Add battery info for desktop platforms
  • 43e612f Merge pull request #19455 from peppy/confirm-playlist-discard
  • 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)

Bumps [ppy.osu.Game.Rulesets.Mania](https://github.com/ppy/osu) from 2021.623.0 to 2022.731.1.
- [Release notes](https://github.com/ppy/osu/releases)
- [Commits](ppy/osu@2021.623.0...2022.731.1)

---
updated-dependencies:
- dependency-name: ppy.osu.Game.Rulesets.Mania
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 1, 2022

Superseded by #77.

@dependabot dependabot bot closed this Sep 1, 2022
@dependabot dependabot bot deleted the dependabot/nuget/ppy.osu.Game.Rulesets.Mania-2022.731.1 branch September 1, 2022 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants