Skip to content

Releases: crazy-max/csgo-server-launcher

v1.17.0

18 May 12:21
96f3804
Compare
Choose a tag to compare
  • Move force_install_dir before logon (#116)
  • Enable and fix e2e test (#115)

v1.16.0

23 Jan 13:42
59c05ef
Compare
Choose a tag to compare
  • Debian Bullseye
  • Fix install script

v1.15.2

09 Mar 22:05
0e84b6f
Compare
Choose a tag to compare
  • Upstream Debian update
  • Switch to buildx bake
  • Publish to GHCR

v1.15.1

22 Jun 15:19
94e03a8
Compare
Choose a tag to compare
  • Minor text improvement (#75)

v1.15.0

05 Jun 18:49
bf5210a
Compare
Choose a tag to compare
  • (docker) Docker image based on Debian buster
  • (docker) Replace ssmtp with msmtp
  • Add missing libsdl2-2.0-0:i386
  • (docker) GSLT_FILE, STEAM_LOGIN_FILE, STEAM_PASSWORD_FILE and API_AUTHORIZATION_KEY_FILE can be used to fill in the value from a file, especially for Docker's secrets feature.
  • (docker) SSMTP_* env vars for Docker removed. See Environment variables section.

v1.14.4

29 May 19:01
2a42f8e
Compare
Choose a tag to compare
  • Fix incorrect variable reference (#69)

v1.14.3

15 Apr 23:47
20fff03
Compare
Choose a tag to compare
  • Fix lib32ncurses resolution (#68)

v1.14.2

23 Feb 16:58
3ae2dd3
Compare
Choose a tag to compare
  • Switch to Open Container Specification labels as label-schema.org ones are deprecated

v1.14.1

22 Oct 09:02
8d5b61c
Compare
Choose a tag to compare
  • Allow to set a custom hostport for Docker (Issue #61)
  • Fix ssmtp.conf permission denied

v1.14.0

10 Oct 22:27
044c0bf
Compare
Choose a tag to compare
  • Switch to GitHub Actions
  • ⚠️ Stop publishing Docker image on Quay
  • lib32ncurses6 on Debian buster (Issue #60)
  • Do not overwrite config for install script (Issue #58)
  • Only populate AuthUser/Pass in ssmtp.conf if defined in ENV (Docker image)