- [BUGFIX] fix changelog entry that caused the 1.5.0 release build to fail
- [BUGFIX] tweak status parser regex - Seems that CS:GO changed the
status
command's output slightly. Resolves #7
- [SECURITY] update gopkg.in/yaml.v3 to v3.0.1 (CVE-2022-28948)
- [ENHANCEMENT] update minimum go version to 1.18
- [ENHANCEMENT] update all dependencies
- [BUGFIX] tweak server query connection logic
- [ENHANCEMENT] add server query support
- [BUGFIX] fix issues with connections not being correctly created
- [ENHANCEMENT] improve server connection error log messages
- [BUGFIX] try to address #4 issue by updating go-rcon library
- [ENHANCEMENT] fix go linter issues and rework cmd entrypoint
- [ENHANCEMENT] update CI code and only push to quay and ghcr
- [ENHANCEMENT] ci: use go 1.16 for build
- [ENHANCEMENT] ci: use go 1.15 for build
- [ENHANCEMENT] ci: fix changelog for new release
- [ENHANCEMENT] ci: update to go 1.15
- [ENHANCEMENT] ci: use GitHub Actions + promu
- [ENHANCEMENT] ci: use GitHub Actions + promu
- [ENHANCEMENT] ci: fixed CI release upload