Skip to content

Releases: sudo-Eric/ANSI-Escape-Code-Creator

Fixed underline color bug and improved code

27 Sep 00:43

Choose a tag to compare

Changes from v1.2.0:

  • Improved code formatting and styling
  • Updated library to work on Java 5 or later (as apposed to Java 11 and later)
  • Added warning suppression for unused methods
  • Fixed bug where some versions of SGR_set_underline_color set the background color instead of the underline color
  • Added custom exceptions to replaced error message print statements

Added more cursor control commands and append functions

25 Oct 01:37

Choose a tag to compare

Changes from v1.1.0:

  • Added commands to save and restore cursor position
  • Added commands to change cursor visibility
  • Added more append functions for different data types

Added static version of escape code creator

08 Oct 23:26

Choose a tag to compare

Changes from v1.0.1:

  • Added static version of escape code creator for direct use in Java program

First release on git

08 Oct 05:58

Choose a tag to compare

The initial release of the ANSI escape code creator project on git.

Changes from v1.0.0:

  • Fixed minor bug in toString functions
  • Added ability to select escape code output mode
  • Added default argument functions for clear screen and clear line