SHA256
1
0
forked from pool/tio
Files
tio/tio.changes
Martin Hauke b65aaa845c 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
2022-06-20 18:09:30 +00:00

121 lines
4.3 KiB
Plaintext

-------------------------------------------------------------------
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>
- Update to version 1.38
* Redirect error messages to stderr
* Improve help and man page
* Mention config file in --help
* Fix running without config file
* Fix config file error messages
* Redirect error messages to stderr
* Add repology packaging status
* Fix parsing of default settings
* Default configuration file settings were not parsed in case a
section was matched. Now we make sure that the default
(unnamed) settings are always parsed.
* Append to existing log file (no truncation)
* Add socket info to show configuration
* Print socket info at startup
* Fix socket option parsing
* Match user input against config section names if pattern
matching was unsuccessful.
* Add support for external control via a Unix domain socket.
* fix for using option 'log' without 'log-filename' in config
file.
-------------------------------------------------------------------
Wed Apr 13 16:13:57 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.37
* Make libinih a fallback dependency
* Fix timestamp parsing in INI conf
* Factorize timestamp parsing to be coherent with command line
format in configuration file.
-------------------------------------------------------------------
Wed Mar 23 14:46:45 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.36
* Add support for defaults in config file
* Handle SIGHUP
* Add color configuration support
* Force dependency on libinih
* Update man page
* Document configuration file options
* Add support for a configuration file
- Update to version 1.35
* Add support for automatically generated log filename
* Add support for configurable timestamp format
-------------------------------------------------------------------
Tue Feb 15 20:32:53 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.34
* Add '-c, --color' option
* Reintroduce long timestamp format
-------------------------------------------------------------------
Sun Feb 13 17:19:52 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.33
* Replace autotools with meson
* Show auto connect status in show configuration
* Rename option -i to -L
* Shorten timestamp description
* Add list serial devices feature
* Add command to show version
* Add '-t' option description for time stamping
* Add description for time stamping.
* Show error when failing to open a tty
* Newline: handle booth NL and CR
* Flush every local echo char
-------------------------------------------------------------------
Tue Jan 11 22:14:41 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Run spec-cleaner
- Create subpackage for bash-completion
-------------------------------------------------------------------
Fri Jan 01 00:00:00 UTC 2021 - Stefan Siegel <ssiegel@sdas.net>
- Initial package