SHA256
1
0
forked from pool/tio

Accepting request 983613 from home:mnhauke

- Update to version 1.40
  * Add config support for log-strip
  * Add config support for hex-mode
  * Rename --hex to --hex-mode
  * Fix completion for -e, --local-echo
  * Ignore newlines in hex output
  * Fix newline in warning_printf()
  * Fix ansi_printf_raw() in no color mode
  * Enter non-interactive mode when piping to tio
  * Also strip backspace from log
  * Socket code cleanup
  * Cleanup man page
  * Rename --log-filename to --log-file
  * Allow strip escape sequence characters from log file
- Update to version 1.39
  * Improve key command response for local echo and timestamp
  * Fix invalid hex character error message
  * Make sure only matched config section is parsed
  * Add support for "disable" keyword in config file
  * Unify error message formating
  * Cleanup list devices code
  * Fix command-line tty-device|config parsing
  * Update bash completion
  * Add support for IPv4 and IPv6 network sockets
  * Fix tio deleting unix socket file
  * Rework color option
  * Remove print of hex mode status at startup
  * Remove newline option in hex mode
  * Fix configfile memory leaks
  * Remove command-line option inconsistencies

OBS-URL: https://build.opensuse.org/request/show/983613
OBS-URL: https://build.opensuse.org/package/show/hardware/tio?expand=0&rev=12
This commit is contained in:
Martin Hauke 2022-06-20 18:09:30 +00:00 committed by Git OBS Bridge
parent ff066f8c41
commit b65aaa845c
4 changed files with 42 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5945b0ff27756bc5728c34bce7557d8160829c6abb05f21790a5458e9d6324b5
size 1806556

3
tio-1.40.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:beafc4763552ff7cf3a368e8af36258018ef85fac32133c4635051d7615ab527
size 3069480

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Sat Jun 18 17:21:03 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.40
* Add config support for log-strip
* Add config support for hex-mode
* Rename --hex to --hex-mode
* Fix completion for -e, --local-echo
* Ignore newlines in hex output
* Fix newline in warning_printf()
* Fix ansi_printf_raw() in no color mode
* Enter non-interactive mode when piping to tio
* Also strip backspace from log
* Socket code cleanup
* Cleanup man page
* Rename --log-filename to --log-file
* Allow strip escape sequence characters from log file
- Update to version 1.39
* Improve key command response for local echo and timestamp
* Fix invalid hex character error message
* Make sure only matched config section is parsed
* Add support for "disable" keyword in config file
* Unify error message formating
* Cleanup list devices code
* Fix command-line tty-device|config parsing
* Update bash completion
* Add support for IPv4 and IPv6 network sockets
* Fix tio deleting unix socket file
* Rework color option
* Remove print of hex mode status at startup
* Remove newline option in hex mode
* Fix configfile memory leaks
* Remove command-line option inconsistencies
* Replace '1' with 'enable' in config files
* Convert errors to warnings
* Extended hexadecimal mode.
* Added option -x, --hex to start in hexadecimal mode.
-------------------------------------------------------------------
Thu Jun 2 09:05:15 UTC 2022 - Martin Hauke <mardnh@gmx.de>

View File

@ -17,7 +17,7 @@
Name: tio
Version: 1.38
Version: 1.40
Release: 0
Summary: Simple TTY terminal I/O application
License: GPL-2.0-or-later