- [All] Add .NET 9 target. This will be the last release for .NET 6 and .NET 7.
- [Core] Some components that used their own renderers weren't disposing the ones they replaced.
- [UI] Fix bug with mouse moving over composite controls such as the list box.
- [Extended] Rework
DebugMouseTint
class and addDebugFocusedTint
class. Both settable as configuration builder options now. - [MonoGame] Use
TitleContainer
for serialization. This was previously removed for some reason. Configurable through theUseTitleContainer
configuration builder option. - [Debug Library] Release the first version of the
SadConsole.Debug.MonoGame
library. This also adds general ImGui support.
Items from the 10.4.2 that weren't published:
- [Core] Fixed small bug when cursor's effect was removed.
- [Core]
StringParser
's base command object has a virtualRemoved
method. - [Core]
StringParser
's Recolor command can use 'w' in place of length to specify that it recolors 'word' length: until a space or \0 character is reached. - [Core]
StringParser
's Blink command now has the blink effectRestoreCellOnRemoved
set to true. - [Core]
NamedColor
supporting type which is just a collection of named color values for serialization. - [Core] Fix some spelling errors.