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