Releases: RobTillaart/ANSI
Releases · RobTillaart/ANSI
Release list
0.3.5 release
- add experimental box API
- update GitHub actions
- minor edits
0.3.4 release
- add cursorShow() + cursorHide() - kudos to inbox715
- add ansi_cursorHide.ino example
0.3.3 release
- move RGB functions to .cpp
- update readme.md
- minor edit in build-CI
- add DHT22 example
- update keywords.txt
- extend support matrix
0.3.2 release
- update GitHub actions
- minor edits
0.3.1 release
add experimental code (#23) - added experimental functions (to get feedback) - if these work depends on terminal (app) used. - feedback welcome. - updated readme.md with above functions - add initial version of **supportMatrix.md** - updated keywords.txt
0.3.0 release
refactor getScreenSize() (#18) - fix missing 0 in normal (#19, Kudos to d0m1n1qu3) - fix basic escape strings write length (normal, bold etc eating one char). - add **getScreenSize()** (#16, Kudos to chlordk) - add **readCursorPosition()** (#16, Kudos to chlordk) - add example, (#16, Kudos to chlordk) - add **screenWidth()** call getScreenSize() before use - add **screenHeight()** call getScreenSize() before use - refactor **deviceType()** size. - add **blinkFast()** - update readme.md - update keywords.txt
0.2.1 release
update readme.md (#15) - update readme.md (badges) - fix version in ansi.cpp - add a derived VT100 class (wrapper for now). - minor edits
0.2.0 release
fix #13 gotoXY() (#14) - fix #13 gotoXY(column, row) - add ansi_gotoXY example. - update all examples with new gotoXY - improve performance - replace print() => write() - move all (non experimental) code from .h to .cpp - update readme.md - minor edits
0.1.8 release
update readme.md (#12) - update readme.md - update GitHub actions - update license 2023 - minor edit unit test - add example ansi_clock.ino - add example ansi_132_columns.ino - minor edits