Releases: gorcon/rcon-cli
Releases · gorcon/rcon-cli
v0.10.3
v0.10.2
v0.10.1
v0.10.0
v0.9.1
v0.9.0
Added
- Added config validation.
- Added config JSON format supporting.
- Added protocol type asking in interactive mode.
- Added protocol type validation in interactive mode.
- Added the ability to send several commands in a row with one request #10
Changed
- Removed
-c value, --command value
flag. It replaced to commands without flags. - Flag
--cfg value
replaced to-c value, --config value
flag.
v0.8.1
Added
- Added tests for real servers. Servers list:
Project Zomboid
,7 Days to Die
,Rust
. - Added removing part of the constantly repeated data from
7 Days to Die
response (details). - Added Rust Web RCON support #8. Add
-t web
argument when executercon
cli. - Added interactive mode for Web RCON #12.
Changed
- Code and tests refactoring.
Fixed
- Fixed response for another request for Rust server #13.
- Fixed changelog.
v0.8.0-beta.2
v0.8.0-beta
Added
- Added Rust Web RCON support #8. Add
-t web
argument when executercon
cli.
Changed
- Code and tests refactoring.
Fixed
- Fixed changelog.