You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a bug with file loading that caused string comparisons to return false incorrectly.
And more not listed here, see commit history
Added option --remove-host <NAME> to remove hosts from the commandline.
Changed default config directory on Linux to ~/.config/ARRCON.
Greatly improved feedback for file I/O operations, and provided some suggestions depending on platform.
Added INI header [miscellaneous]
Added INI key bInteractiveAllowExitKeyword that enables/disables being able to quit interactive mode by typing "exit"
Added non-blocking STDIN read check on Windows, which allows you to pipe command input from the shell.
Piped input always goes to the connected server's commands list; ex: echo "help" | ARRCON -iH myServer would connect to the myServer host and send the help command, then open an interactive prompt.
Known Issues
Unconfirmed on Non-Windows Platforms: Transparent terminal backgrounds may become opaque behind printed characters, this appears to be a bug with their handling of escape sequences.