- Fixed bug about Can't exit on windows with german keyboard layout (#20)
- Fixed bug about Can't exit on windows with german keyboard layout (#18)
- Supported SSH
- Get default TerminalType from environment variable
- Generate config (
config.toml
) on build - Make it Asynchronous
- Fixed bug about cannot connect with telnet
- Supported the terminal type ANSI
- Added a config option: terminal_type
- Added escape seqences
~., ~^D, ~^Z, ~n, ~t, ~i, ~d, ~~, ~!, ~$, ~?
- Fixed bug about Ctrl+Arrow keys
- Fixed bug about Ctrl+4..=Ctrl+7 in Linux
- Fixed typo
- Fixed a bug that multibyte characters are not displayed properly
- Fixed a bug related to log file overwrite confirmation
- Fixed a bug that some keys were not working properly
- When the enter key is pressed,'CR' is sent by default, and 'CRLF' is sent as an option
- Changed to ignore whitespace except comment lines
- Changed a comment when connecting
- Supported Debug mode
- Supported TCP connection without telnet
- Supported a space character(s) between and
- Supported a negotiate when resizing the window in telnet
- Supported a specify login user
- Supported enable timestamp by default
- Supported auto save log
- Supported specify log format
- Supported specify log destination
- Fixed a bug about priority of
instead_cr
- Tweak the regex in the config file
- Changed to record the time when the enter key is pressed in the timestamp
- Changed default value:
READ_BUFFER_SIZE
16 => 1024
- Fixed Telnet not working
- Supported arrow keys
- Supported for hostname in telnet
- Color syntax: "#RRGGBB"
- Set default buffer size
- Set default TCP connect timeout
- Variable timestamp format
- Initial release