Releases: gorcon/telnet
Releases · gorcon/telnet
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.0
v1.0.1
Added
- Added the ability to run the help command on a real 7 Days to Die server. To do this, set environment variables
TEST_7DTD_SERVER=true
,TEST_7DTD_SERVER_ADDR
andTEST_7DTD_SERVER_PASSWORD
with address and password from
7 Days to Die remote console.
Changed
- Changed CI workflows and related badges. Integration with Travis-CI was changed to GitHub actions workflow. Golangci-lint
job was joined with tests workflow.