Releases: sudo-Eric/ANSI-Escape-Code-Creator
Releases · sudo-Eric/ANSI-Escape-Code-Creator
Fixed underline color bug and improved code
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
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
Changes from v1.0.1:
- Added static version of escape code creator for direct use in Java program
First release on git
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