Updated ChangeLog

This commit is contained in:
Martin Lund 2016-05-07 15:24:47 +02:00
parent b2d33abfe9
commit e88c4d55da

View file

@ -1,14 +1,16 @@
=== tio v1.6 === === tio v1.7 ===
Changes since tio v1.5: Changes since tio v1.6:
* Renamed "gotty" to "tio" * Changed escape key from ^g to ^t
Renamed to "tio" because it is shorter and this new name also more After renaming to "tio" it makes sense to change the escape key
precisely reflects what the program is - a simple TTY terminal I/O accordingly. Hence, the new escape key is ^t.
application.
"tio" can be considered short for terminal I/O or TTY I/O or a Meaning, in session, its now ctrl-t + q to quit.
combination of the two, whichever you prefer.
Also, wanted to avoid naming conflicts with other projects. Jakub Wilk:
* Fixed silly "tio or tio" in man page
* Fixed typo