Skip to content

Tags: ppy/osu

Tags

2026.209.0

Toggle 2026.209.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add info about damage dealt to ranked play user state (#36627)

Adds a `DamageInfo` property to `RankedPlayDamageInfo` to be used by the
result screen.

The issue this is trying to solve is that once the result screen
initializes, the HP value of each player has already been updated in the
room state so the previous values are no longer accessible. Doing this
without the state exposing it would require some kinda setup to keep the
previous MatchState's HP values around on the client which would
introduce a lot of unnecessary weirdness.

2026.209.0-tachyon

Toggle 2026.209.0-tachyon's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update framework (#36637)

2026.130.0-tachyon

Toggle 2026.130.0-tachyon's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #36387 from ArijanJ/cycle-skins

Add skin cycling with shortcuts for next and previous skin

2026.129.0-tachyon

Toggle 2026.129.0-tachyon's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update iOS app icon to iOS 26 Liquid Glass variants (#36510)

Removes the previous `AppIcon.appiconset` bundle and replaces it with
all of the necessary asset slices to enable all of the Liquid Glass
variants of the app icon on iOS 26, while also preserving backwards
compatibility with older iOS versions.

<img width="1164" height="388" alt="LiquidGlass"
src="https://github.com/user-attachments/assets/7d6e7a90-3fe5-4853-9c63-35144359f49e"
/>

---------

Co-authored-by: Dean Herbert <pe@ppy.sh>

2026.128.0

Toggle 2026.128.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #36498 from smoogipoo/ranked-play-models

Add server-side models for ranked play

2026.128.0-tachyon

Toggle 2026.128.0-tachyon's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #36486 from peppy/ui-tweaking

First pass adjustments to new settings design

2026.124.0-tachyon

Toggle 2026.124.0-tachyon's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix score tooltips being displayed when hovering freemods status bar …

…on `PlaylistsSSV2` (#36413)

- similar to #36332

2026.123.0-tachyon

Toggle 2026.123.0-tachyon's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #36392 from iwa/feat/numeric-hotkeys-for-presets-m…

…od-select

Mod Select: Support numeric row hotkeys to quick select Presets

2026.119.0

Toggle 2026.119.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add metadata endpoint to refresh friend listing (#36386)

Alternative to / closes #36341
See also: ppy/osu-server-spectator#415

This is a simple solution by adding a spectator endpoint to refresh the
friend listing. A more complicated form of this is to make
adding/removing friends only via spectator, but that would require
osu-web changes too.

2026.119.0-lazer

Toggle 2026.119.0-lazer's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add metadata endpoint to refresh friend listing (#36386)

Alternative to / closes #36341
See also: ppy/osu-server-spectator#415

This is a simple solution by adding a spectator endpoint to refresh the
friend listing. A more complicated form of this is to make
adding/removing friends only via spectator, but that would require
osu-web changes too.