Releases: radj307/ARRCON
Releases · radj307/ARRCON
Version 3.2.6
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
- 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
- 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
- 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
- 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
- Fix file bugs
Version 3.0.0
- 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 nowsDefaultHost
sPort
is nowsDefaultPort
sPass
is nowsDefaultPass
Version 2.0.0
Version 2.0.0
- Added experimental support for bukkit colors
- Convert to building with CMake
- Optimized some things
Version 1.3.2
- 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
- Revert INI library version