Skip to content

Releases: WoozyMasta/a2s

Release v0.2.2

26 Jan 19:11
Compare
Choose a tag to compare

Release v0.2.1

13 Jan 05:54
Compare
Choose a tag to compare

0.2.1 - 2025-01-13

Added

  • a2s add NewWithString() new for init connection by ip:port string
  • a2s-cli and a3sb-cli ability to specify both the host and port as
    separate arguments or as one host:port

Changed

  • a2s-cli fixed json output

VirusTotal analysis results

Release v0.2.0

13 Jan 04:13
Compare
Choose a tag to compare

0.2.0 - 2025-01-13

Refactoring and Simplification

Added

  • keywords new parser for Arma3
  • keywords tests for parsing
  • keywords/types package with new types for Arma3 GameType,
    ServerLang and Platform
  • missed documentation for packages
  • a3sb-cli ping support
  • a2s new function NewWithAddr() use *net.UDPAddr as argument

Changed

  • moved ServerLang struct to package pkg/keywords/types
  • moved packages bread, tableprinter to internal
  • ping ring buffer separate as internal package
  • cli args parse now with jessevdk/go-flags
  • a2s function CreateClient() replaced with Create() and use
    *net.UDPAddr as argument

Removed

  • heavy and unnecessary logging packages and CLI parameter parsing
  • appid package migrated to woozymasta/steam

VirusTotal analysis results

Release v0.1.0