Skip to content

2024.219.0

Compare
Choose a tag to compare
@peppy peppy released this 19 Feb 16:15
· 943 commits to master since this release
c87bc8b

Code Quality

Editor

Fix deselecting slider adding control points (#27056 by @kongehund)

Will no longer add control points if the selection has 2 or more objects.

Framework

Upgrade to .NET 8 and C# 12 (ppy/osu-framework#6169 by @smoogipoo)

Performance improvements across the board. Over 50% in some cases (song select is apparently much nicer now).

Smaller changes

Gameplay

Allow a few new mods and mod settings for pp (#26935 by @bdach)

The following mods and settings are now allowing PP gains:

  • Mod "Accuracy Challenge".
  • Mod "Blinds".
  • Mod "No Scope".
  • "Restart on fail" setting of Sudden Death & Perfect.
  • "Adjust pitch" setting of Half Time / Double Time.

Show PP and rank changes in the toolbar (#27156 by @bdach)

Smaller changes

  • Bump databased star rating versions (#27065 by @smoogipoo)
    • Should fix some users that have had lazer installed for quite some time having incorrect SR values for some old beatmaps.
  • Improve low volume detection (#26951 by @myQwil)
  • Fix WorkingBeatmapCache caching beatmap in wrong state leading to crash (#27239 by @peppy)

Gameplay (osu!)

Fix relax mod not respecting tracking state of sliders when triggering actions (#26763 by @frenzibyte)

Create key-presses when watching osu!stable "Relax" replays (#27145 by @tsunyoku)

osu!stable does not record key presses onto replays with Relax, so attempting to watch them back in lazer didn't work historically.

Smaller changes

  • Fix cursor ripples displaying on release positions in replays (#27200 by @frenzibyte)

Gameplay (osu!catch)

Never flip fruit on plate (#27165 by @frenzibyte)

Limit vertical visibility of osu!catch playfield to an aspect ratio of 4:3 (#27162 by @frenzibyte)

Gameplay (osu!mania)

Add progressive coverage for mania's Hidden and FadeIn mods (#27068 by @smoogipoo)

This restores progressive coverage that HD and FI had in osu!stable, and adds a new mod ManiaModCover / CO which allows setting a custom cover.

Smaller changes

  • Fix selected legacy skins crashing on zero-length hold notes (#27138 by @bdach)

Gameplay (osu!taiko)

  • Convert selected legacy skin sprites to grayscale (#27059 by @bdach)
    • Fixes silly skins doing silly stuff they shouldn't.

Online

Give better visibility when the game is pending 2FA (#26920 by @peppy)

Add 2FA verification screen to registration flow (#26950 by @bdach)

Smaller changes

Performance

Platform

Suggest to update only if the latest release is available for the current platform (#26930 by @Susko3)

We've had few releases lately where mobile isn't working / is crashing, so the mobile release was pulled. Unfortunately, the game would still send an update notification, leading to many people opening issues about the update not being available for their platform.

This fixes that.

Smaller changes

  • Update windows icon metrics to match previous icon (#27184 by @peppy)
  • Update iOS icon metrics to match previous icon (#27185 by @peppy)

Results

Fix results screen not handling F ranks properly (#26733 by @frenzibyte)

Song Select

Display which mods grant pp (#26934 by @bdach)

In mod select and in song select footer.

Add last played search filter in song select (#23129 by @Elvendir)

You can now search for played<30 for beatmaps played in the last 30 days.

Smaller changes

  • Add aliases "author" and "mapper" for searching creator (#27112 by @Stoppedpuma)
  • Fix star counter decrease animation being delayed when current is over displayed star count (#27205 by @Joehuu)
  • Consider case sensitivity when sorting beatmaps in song select (#26895 by @vmfunc)
    • Screenshot 2024-01-31 at 15 51 43

UI

Fix edit mod preset popover buttons overflowing on some languages (#26734 by @Joehuu)

Before After
Screenshot 2024-01-26 at 3 29 48 PM Screenshot 2024-01-26 at 3 29 08 PM

Fix hit accuracy heatmap points being offset (#27062 by @smoogipoo)

Before After
Screenshot 2024-02-06 at 21 54 50 Screenshot 2024-02-06 at 21 54 40

Truncate long dropdown menu item text and show tooltip (#27178 by @Joehuu)

Before After
Screenshot 2024-02-14 at 11 03 04 PM Screenshot 2024-02-14 at 11 01 11 PM

Fix logo tracking container being behind by one frame (#27224 by @peppy)

This was especially visible at the main menu when running in single thread mode.

Before After
2024-02-18 23 24 20 2024-02-18 23 22 51

Smaller changes