Skip to content

Releases: radj307/ARRCON

Version 3.2.6

17 Jan 18:05
Compare
Choose a tag to compare

Changes from 3.2.5

  • Now available on Linux
  • Behind-the-scenes changes
    • Fixed cross-compiling on remote systems.
    • Fixed OS-dependent implementation of fd_set.
    • Added missing headers on Linux.
  • The -v|--version option no longer prints the executable name when -q|--quiet is specified
  • Updated the readme to reflect changes made in v3.2.4 to the -H|--host option:
    (Using saved hostnames requires using the -H|--host option)

Version 3.2.5

05 Jan 19:42
Compare
Choose a tag to compare
  • Added -Q as an alias for --no-prompt
  • When no prompt is specified, commands are not echoed in addition to hiding the prompt. (Only applied to commandline mode)
  • Fixed some inconsistencies in the usage doc
  • Added version information to the executable. (Properties -> Details)

Version 3.2.4

05 Jan 17:00
Compare
Choose a tag to compare
  • Made -H (Or --host) required to use saved host names.
    • Saved hosts are checked before resolving the hostname over the internet.
  • Fix missing check for long-form target arguments
  • Optimizations & code changes
  • Update dependencies

Version 3.2.3

04 Jan 18:25
Compare
Choose a tag to compare
  • Fixed a bug where config values would sometimes have a space mistakenly inserted into them, causing values beginning with numbers to be incorrect.
  • Fixed Minecraft color code support.
  • Enabled Minecraft color code support by default.
  • Improved feedback for the --save-host option.

Version 3.2.1

22 Dec 21:41
Compare
Choose a tag to compare
  • Updated library version
  • Version number is now automatically pulled from git tags
  • Fixed some minor I/O bugs
  • Moving closer to Linux version

Version 3.1.0

12 Dec 07:49
Compare
Choose a tag to compare
  • Fix file bugs

Version 3.0.0

12 Dec 05:09
Compare
Choose a tag to compare
  • 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

Version 2.0.0

06 Dec 22:20
Compare
Choose a tag to compare

Version 2.0.0

  • Added experimental support for bukkit colors
  • Convert to building with CMake
  • Optimized some things

Version 1.3.2

29 Nov 23:47
Compare
Choose a tag to compare
  • Fixed incorrect variable name in the default INI
  • Added a message when a script file was found but didn't contain any valid commands.

Version 1.3.1

29 Nov 00:21
Compare
Choose a tag to compare
  • Revert INI library version