All Versions
15
Latest Version
Avg Release Cycle
225 days
Latest Release
776 days ago

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.
  • 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.
  • 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 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 Changes

    October 18, 2020

    ➕ Added

    • ➕ Added interactive mode for Web RCON #12.

    🛠 Fixed

    • 🛠 Fixed response for another request for Rust server #13.
  • v0.8.0-beta Changes

    October 18, 2020

    ➕ Added

    • ➕ Added Rust Web RCON support #8. Add -t web argument when execute rcon cli.

    🔄 Changed

    • 🔨 Code and tests refactoring.

    🛠 Fixed

    • 🛠 Fixed changelog.
  • 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 execute rcon cli.
  • v0.6.0 Changes

    July 10, 2020

    🛠 Fixed

    • 🛠 Fix Conan Exiles "response for another request" error bug #6