Skip to content

Releases: ppy/osu-framework

2024.618.0

18 Jun 03:25
98617ab
Compare
Choose a tag to compare

What's Changed

  • Fix KeyCombination.IsPressed() tripping assertions when empty by @bdach in #6304
  • Mark FindClosestParent<T>() callers as possibly null-returning by @bdach in #6303
  • Remove OS username from log headers by @sineplusx in #6306
  • Make shader setter in SpriteText protected by @EVAST9919 in #6307
  • Ignore editlist when decoding mp4/mov videos by @bdach in #6311
  • Replace audio effect BindableList by Add/Remove methods by @smoogipoo in #6310

New Contributors

Full Changelog: 2024.528.1...2024.618.0

2024.528.1

28 May 12:29
1b26124
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024.528.0...2024.528.1

2024.528.0

28 May 11:03
ea28ffb
Compare
Choose a tag to compare

What's Changed

  • Refactor KeyCombination.ContainsKey() and .ContainsKeyPermissive() for better extensibility by @Susko3 in #6229
  • Fix IL3000 warning on Android by @Susko3 in #6300
  • Fix crash when dropdown is removed from hierarchy during select by @smoogipoo in #6302

Full Changelog: 2024.523.0...2024.528.0

2024.523.0

22 May 17:20
11c2d23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024.522.1...2024.523.0

2024.522.1

22 May 13:20
15ed11e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024.522.0...2024.522.1

2024.522.0

22 May 08:31
1f6b157
Compare
Choose a tag to compare

What's Changed

  • Allow insecure requests on debug builds via OSU_INSECURE_REQUESTS environment variable by @smoogipoo in #6283
  • Avoid colour space conversion when multiplying SRGBColour by white by @EVAST9919 in #6287
  • Implement focus traps by @smoogipoo in #6286
  • Fix incorrect assertion and possible nullref by @smoogipoo in #6293
  • Bring back SDL2 by default, lock SDL3 behind environment variable by @smoogipoo in #6292

Full Changelog: 2024.513.0...2024.522.0

2024.513.0

13 May 18:04
812e529
Compare
Choose a tag to compare

What's Changed

  • Add support for deferred SDL3 clipboard callbacks (and use it for images) by @Susko3 in #6254
  • Apply breaking changes from Veldrid by @smoogipoo in #6275

Full Changelog: 2024.509.0...2024.513.0

2024.509.0

09 May 14:11
bf44358
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024.423.0...2024.509.0

2024.423.0

23 Apr 13:58
2e6cced
Compare
Choose a tag to compare

What's Changed

  • Set IME rectangle before starting text input by @Susko3 in #6257
  • Set event filter early in the startup process to work around SDL issue by @Susko3 in #6259
  • Work around broken SDL_EVENT_FINGER_DOWN events that lead to stuck touches by @Susko3 in #6258
  • Use generic math for bindable numbers by @huoyaoyuan in #6248
  • Log SDL3 version and revision on successful initialisation by @Susko3 in #6265
  • Guard against unsupported window mode on startup by @Susko3 in #6263

Full Changelog: 2024.419.0...2024.423.0

2024.419.0

19 Apr 07:10
af8bbd2
Compare
Choose a tag to compare

What's Changed

  • Fix unnecessary array copying in WindowsClipboard.SetImage() by @Susko3 in #6252
  • Fix flaky test attribute not working by @smoogipoo in #6253

Full Changelog: 2024.418.0...2024.419.0