Skip to content

Releases: 9xbt/SVGAIITerminal

v2.0

22 Feb 21:14
Compare
Choose a tag to compare

What's been added

  • ACF (Advanced Cosmos Font format) support
  • A lot of optimizations (uses 99% less RAM than before), which also makes it run faster than ever
  • Scrolling support (uses a lot of RAM though)
  • Cursor shapes
  • IdleRequest field; called when ReadKey() or ReadLine() are waiting for a key to be pressed, so the OS's GUI can continue running
  • Support for System.ConsoleColor in Write() and WriteLine()
  • Better documentation

What's been removed

  • Quite a few bugs
  • Properties (for now)

v1.0.0

14 Jan 14:25
Compare
Choose a tag to compare

What's been added

  • More and easier to use constructors, making it easier to set up SVGAIITerminal
  • General codebase optimization
  • SVGAIITerminal NuGet package

What's been removed

  • Ability to inherit the SVGAIITerminal class as it's not meant to be inherited