Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

82 lines (52 loc) · 1.93 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.2 - 2025-01-26

Added

  • a3sb-cli show keywords for Arma3 in info request

Changed

  • keywords fix parse for empty string

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

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

0.1.0 - 2025-01-07

Added

  • First public release