Releases: gorcon/rcon-cli
Releases · gorcon/rcon-cli
v0.10.3
11 Mar 14:01
Compare
Sorry, something went wrong.
No results found
Added
Added folder creation for logs.
Fixed
Fixed default value to config flag.
Updated
Updated Go modules (go1.19).
Updated golang-ci linter (1.50.1).
Updated dependencies.
v0.10.2
09 Mar 01:15
Compare
Sorry, something went wrong.
No results found
Added
Added --timeout, -T flag, allowed to set dial and execute timeout #20 .
Added Makefile.
v0.10.1
13 Nov 00:50
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed close connection panic #19
v0.10.0
09 Sep 01:32
Compare
Sorry, something went wrong.
No results found
Added
Added --skip, -s flag, allowed to skip error on multiple commands or in terminal mode.
Changed
Create one keep alive connection in terminal mode.
v0.9.1
14 Mar 01:30
Compare
Sorry, something went wrong.
No results found
Added
Added Dockerfile. Use docker pull outdead/rcon:0.9.1 to get tagged version or docker pull outdead/rcon.
Changed
Disabled CGO in release script.
v0.9.0
20 Dec 18:18
Compare
Sorry, something went wrong.
No results found
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
17 Nov 01:04
Compare
Sorry, something went wrong.
No results found
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 execute rcon 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
18 Oct 16:38
Compare
Sorry, something went wrong.
No results found
Added
Added interactive mode for Web RCON #12 .
Fixed
Fixed response for another request for Rust server #13 .
v0.8.0-beta
18 Oct 06:55
Compare
Sorry, something went wrong.
No results found
Added
Added Rust Web RCON support #8 . Add -t web argument when execute rcon cli.
Changed
Code and tests refactoring.
Fixed
v0.7.0
10 Oct 17:44
Compare
Sorry, something went wrong.
No results found
Added
Added support amd64 darwin compilation.
Added 7 Days to Die support #5 . Add -t telnet argument when execute rcon cli.