All Versions
15
Latest Version
Avg Release Cycle
225 days
Latest Release
1106 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.10.2 Changes
March 09, 2022โ Added
- โ Added
--timeout, -T
flag, allowed to set dial and execute timeout. - โ Added Makefile.
- โ Added
-
v0.10.1 Changes
November 13, 2021๐ Fixed
- ๐ Fixed close connection panic #19
-
v0.10.0 Changes
September 09, 2021โ 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.
- โ Added
-
v0.9.1 Changes
March 14, 2021โ Added
- โ Added Dockerfile.
๐ Changed
- ๐ Disabled CGO in release script.
-
v0.9.0 Changes
December 20, 2020โ 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 Changes
November 17, 2020โ 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.
- โ Added tests for real servers. Servers list:
-
v0.8.0-beta.2 Changes
October 18, 2020 -
v0.8.0-beta Changes
October 18, 2020โ Added
- โ Added Rust Web RCON support #8. Add
-t web
argument when executercon
cli.
๐ Changed
- ๐จ Code and tests refactoring.
๐ Fixed
- ๐ Fixed changelog.
- โ Added Rust Web RCON support #8. Add
-
v0.7.0 Changes
October 10, 2020โ Added
- โ Added support amd64 darwin compilation.
- โ Added 7 Days to Die support #5. Add
-t telnet
argument when executercon
cli.
-
v0.6.0 Changes
July 10, 2020๐ Fixed
- ๐ Fix
Conan Exiles "response for another request" error
bug #6
- ๐ Fix