Releases: ppy/osu-framework
2024.205.0
This release is the first to target .NET 8.0.
What's Changed
- Update inspectcode to 2023.3.3 by @smoogipoo in #6164
- Fix rearrangeable lists don't react on collection
Move
events by @Feodor0090 in #6165 - Add readonly dictionary wrapper that removes enumerator alloc by @smoogipoo in #6163
- Fix Waveform not disposing Stream by @hwsmm in #6152
- Set UTF-8 console encoding on windows by @Susko3 in #6170
- Fix some .NET 8 CA1416 android inspections by @Susko3 in #6171
- Return
List
instead ofIEnumerable
inInputResampler
by @EVAST9919 in #6173 - Upgrade to .NET 8 and C# 12 by @smoogipoo in #6169
New Contributors
- @Feodor0090 made their first contribution in #6165
Full Changelog: 2024.131.0...2024.205.0
2024.131.0
What's Changed
Full Changelog: 2024.130.0...2024.131.0
2024.130.0
What's Changed
- Fix
SpriteIcon
flickering for one frame by @EVAST9919 in #6161
Full Changelog: 2024.129.1...2024.130.0
2024.129.1
What's Changed
- Fix
IBindableList.GetEnumerator()
boxing and allocating by @smoogipoo in #6155 - Reduce allocations when calling BeginAbsoluteSequence() by @smoogipoo in #6156
- Fix build warning by @smoogipoo in #6158
- Implement
Padding
property inGridContainer
by @EVAST9919 in #6145 - Reduce mouse move overhead when
IRequireHighFrequencyMousePosition
are present by @peppy in #6147 - Fix nested absolute sequences by @smoogipoo in #6160
Full Changelog: 2024.127.0...2024.129.1
2024.127.0
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
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 toBindIPC = false
. - Setting
IPCPort
to a non-null value is equivalent toBindIPC = 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
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
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
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
forSlimReadOnlyListWrapper
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 ofList
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
aspublic
by @peppy in #6113
New Contributors
- @adryzz made their first contribution in #6085
- @i3ym made their first contribution in #6100
- @Terochi made their first contribution in #6103
- @bastianpedersen made their first contribution in #6107
Full Changelog: 2023.1227.1...2024.110.0
2023.1227.1
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