Skip to content

Releases: ppy/osu-framework

2024.205.0

05 Feb 15:56
6633f5e
Compare
Choose a tag to compare

This release is the first to target .NET 8.0.

What's Changed

New Contributors

Full Changelog: 2024.131.0...2024.205.0

2024.131.0

31 Jan 07:12
121d25c
Compare
Choose a tag to compare

What's Changed

  • Revert "Fix IBindableList.GetEnumerator() boxing and allocating" by @bdach in #6162

Full Changelog: 2024.130.0...2024.131.0

2024.130.0

29 Jan 16:06
a639ba6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024.129.1...2024.130.0

2024.129.1

29 Jan 10:45
a1585bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024.127.0...2024.129.1

2024.127.0

27 Jan 11:20
20b6d9e
Compare
Choose a tag to compare

What's Changed

  • Fix allocation overhead in TabFillFlowContainer when it can't fit all the items by @EVAST9919 in #6148
  • Write log header later to ensure game identifiers are present by @peppy in #6138
  • Add the ability to solo a test in visual testing using [Solo] attribute by @peppy in #6137

Full Changelog: 2024.121.1...2024.127.0

2024.121.1

21 Jan 01:47
f6feea4
Compare
Choose a tag to compare

Breaking Changes

DrawablePool.Get() wil now throw if the DrawablePool did not begin load

Previously the pool would return drawables correctly before load, but it would not initialise the pool to correct default size, causing overheads on drawable retrieval (usually on update thread).

HostOptions.BindIPC has been superseded by HostOptions.IPCPort

Previously, the IPC port used for multiple instances of a single osu!framework app was hardcoded in the IPC host itself, effectively making it so that all osu!framework apps would share the same IPC port, which obviously cannot work.

To allow multiple osu!framework apps to utilise IPC concurrently, BindIPC has thus been replaced by IPCPort.

  • Setting IPCPort = null is equivalent to BindIPC = false.
  • Setting IPCPort to a non-null value is equivalent to BindIPC = true and will force the use the specific port provided.

Note that it is advised to use a "user port" (in the range of 1024-49151) as per RFC 6335.

What's Changed

  • Include rounded corner radius in android safe area implementation by @bdach in #6143
  • Ignore autogenerated .idea android file by @Susko3 in #6144

Full Changelog: 2024.121.0...2024.121.1

2024.114.0

14 Jan 13:31
92db55a
Compare
Choose a tag to compare

What's Changed

  • Fix KeyCombination throwing when duplicates are fed in by @peppy in #6130
  • Fix incorrect implementation of OsuTKWindow.Displays by @bdach in #6132

Full Changelog: 2024.113.0...2024.114.0

2024.113.0

12 Jan 18:09
cd28e1c
Compare
Choose a tag to compare

What's Changed

  • Reduce input processing overheads in PassThroughInputManager by @peppy in #6120
  • Avoid creating a new texture in SmoothPath if the existing one is already the correct size by @peppy in #6119
  • Remove allocations when checking if mouse outside all displays by @peppy in #6123
  • Reduce string allocations during shader creation by @peppy in #6121
  • Remove delegate allocation in jitter calculation in FramedClock by @peppy in #6122
  • Remove VeldridTexture.Bind() by @smoogipoo in #6128
  • Remove overheads of MIDI device polling by @peppy in #6125
  • Remove allocations during bass device sync polling operation by @peppy in #6124
  • Reduce allocation overhead for keyboard / binding / button handling by @peppy in #6126

Full Changelog: 2024.110.0...2024.113.0

2024.110.0

10 Jan 13:32
631577e
Compare
Choose a tag to compare

What's Changed

  • Add setting to control automatic minimising on focus loss in fullscreen mode by @Susko3 in #6094
  • add window hide/show methods (preliminary work for boss key) by @adryzz in #6085
  • Fix android storage path on .NET 8 by @i3ym in #6100
  • Fix dropdown header handling platform actions when not hovered by @frenzibyte in #6096
  • Make Insert for SlimReadOnlyListWrapper unsupported by @Terochi in #6103
  • Update year references by @bastianpedersen in #6107
  • Set process priority of framework window to high when focused by @peppy in #6104
  • Use HashSet instead of List for temporary check in transform handling by @peppy in #6106
  • Reduce allocs when setting value on BindableNumber with precision by @smoogipoo in #6109
  • Remove per-call array allocations from InputSampler by @peppy in #6108
  • Simplify SpriteIcon by @EVAST9919 in #6111
  • Remove alloc overhead for NormalizedValue by @peppy in #6116
  • Fix insane joystick allocations overhead by @peppy in #6115
  • Fix frame statistics display GC boxes not correctly being cleaned up by @peppy in #6118
  • Expose RunTestsFromNUnit as public by @peppy in #6113

New Contributors

Full Changelog: 2023.1227.1...2024.110.0

2023.1227.1

27 Dec 13:14
71610ef
Compare
Choose a tag to compare

What's Changed

  • Disable WASAPI initialisation mode for now by @peppy in #6093
  • Fix Windows Ink events being handled as touch events by @Susko3 in #5309

Full Changelog: 2023.1227.0...2023.1227.1