diff --git a/ChangeLog b/ChangeLog index 2b65067..19ce6d1 100644 --- a/ChangeLog +++ b/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: