Skip to content

Version 3.2.9

Compare
Choose a tag to compare
@radj307 radj307 released this 23 Jan 01:17
· 320 commits to main since this release
  • Numerous bug fixes
    • 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.