Skip to content

Releases: varabyte/kotter

v0.9.2

28 Dec 02:26
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release

Patch fix. Major changes since last release include:

  • BREAKING CHANGE Konsole is now renamed to Kotter
    • And various classes with "Konsole" in the name have been renamed
    • See #74 for more details
  • Changed how you specify a chain of Terminal factory methods
  • Richer color support
    • rgb / hsv methods (24-bit color)
    • color by index (8-bit color)
  • New sample: "color picker"

v0.9.1

28 Oct 03:47
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

Patch fix. Major changes since last release include:

  • Windows is now supported
  • Fixed an issue with the Virtual Terminal swallowing TAB
  • New samples: "doom fire" and "keys"
  • Misc. internal fixes and documentation cleanup

v0.9.0

02 Oct 23:41
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

This is the first public release of Konsole. There are no guarantees of API stability between now and 1.0, but it's hoped that at this point there are no fundamental changes that will be required. The library is functional and can already allow one to write powerful, dynamic CLI applications with it.

The goal of releasing this version to the community is to learn if people are interested in it, get feedback, handle bug reports, close API gaps, and learn about any development environments where this framework fails to work.