The Jansi project is pleased to announce the availability of Jansi 2.1.0. Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows and to access low-level OS support for consoles.
Changes:
235b653
256 colors and truecolor support7dc9c1b
Rename AnsiProcessorType to AnsiType5f87f09
Remove jdk 1.7 specific method, as we're still on jdk 1.6322c4d9
Move IO implementation classes to a separate package04d771c
Move IO implementation classes to a separate package2babe3d
Pass the console handle directly to the WindowsAnsiProcessorcc7c8d9
Change test into an assertion as mapLibraryName should never return null63bd892
Improve dynamism so that the ansi mode can be set per stream and after initialization, #1788c681e9
Add a (manuel) test9477b53
Expose a isInstalled() method8be96cc
Fix typo in AnsiProcessor namef43e32b
Remove references to old fusesource web sitea00711c
Avoid possible flushing problems when displaying the logo9f43faa
Avoid hardcoded numbers23e71d0
Fix test to identify pipes on cygwin/msys, fixes #1790926754
Fix ansi stream state after an exception is thrown, fixes #30c77ec6c
Just use a plain random to avoid a dependency on SecureRandom090132d
Movement with cursorUpLine/cursorDownLine don't work on windows, fixes #1402e84084
jansi parent dependency upgrade, fixes #1548420b9c
Ansi should implement java.lang.Appendable, fixes #16870adaeb
Check values when emitting ansi sequences for cursor movement, fixes #1720171ecb
Allow the re-initialization of streams, fixes #1785ce085b
Merge pull request #177 from MrDOS/improvement/use-freebsd-container-working-directory816da96
Use the FreeBSD container working directory.4731663
Fix changelog
Further information:
Feedback is always welcome!