Skip to content

Version 10.5.0

Latest
Compare
Choose a tag to compare
@Thraka Thraka released this 25 Apr 14:11
e94f37e
  • [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 add DebugFocusedTint class. Both settable as configuration builder options now.
  • [MonoGame] Use TitleContainer for serialization. This was previously removed for some reason. Configurable through the UseTitleContainer 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 virtual Removed 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 effect RestoreCellOnRemoved set to true.
  • [Core] NamedColor supporting type which is just a collection of named color values for serialization.
  • [Core] Fix some spelling errors.