mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update ChangeLog
This commit is contained in:
parent
b7e970c41a
commit
dc297dd4e9
1 changed files with 35 additions and 1 deletions
36
ChangeLog
36
ChangeLog
|
|
@ -1,5 +1,39 @@
|
|||
|
||||
=== tio v1.20 ===
|
||||
=== tio v1.21 ===
|
||||
|
||||
Changes since tio v1.20:
|
||||
|
||||
* Add support for hexidecimal mode
|
||||
|
||||
A new key command 'ctrl-t h' is introduced which toggles between
|
||||
hexidecial mode and normal mode. When in hexidecimal mode data received
|
||||
will be printed in hexidecimal.
|
||||
|
||||
* Do not distribute src/bash_completion/tio
|
||||
|
||||
Since the bash completion tio script is now autogenerated from tio.in it
|
||||
should not be distributed in the tarball.
|
||||
|
||||
* Add missing forward flag
|
||||
|
||||
* Update AUTHORS file
|
||||
|
||||
Adam Borowski:
|
||||
|
||||
* 'ctrl-t b' to send serial break.
|
||||
|
||||
Jakub Wilk:
|
||||
|
||||
* Removed git commit references from ChangeLog
|
||||
|
||||
ChangeLog is primary useful for users who don't have the git repository
|
||||
at hand.
|
||||
|
||||
Replace git commit references with version numbers; or if the change
|
||||
only cleans up another change with no release in between, remove the
|
||||
changelog item completely.
|
||||
|
||||
|
||||
|
||||
Changes since tio v1.19:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue