Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@radj307 radj307 released this 12 Dec 05:09
· 411 commits to main since this release
  • Added support for a .hosts file similar to the SSH config.
    • See README.md for an example of valid syntax.
    • You can save any number of targets here, and recall them with ARRCON <name>.
  • Added the --save-host <name> option that allows saving the target specified with -H <host>, -P <port>, & -p <pass> as <name> in the hosts file.
  • Renamed the following INI keys to better reflect their purpose:
    • sHost is now sDefaultHost
    • sPort is now sDefaultPort
    • sPass is now sDefaultPass