Skip to content

Releases: Joe-Klauza/sandstorm-admin-wrapper

v1.0.8

29 May 22:04
4445143
Compare
Choose a tag to compare

Fix SteamCMD command for newer versions of SteamCMD (make force_install_dir first argument).

Thank you @leiflundgren for contributing this fix.

v1.0.7

02 May 01:42
Compare
Choose a tag to compare

Fix admin leave message never being used

v1.0.6

02 Apr 16:43
Compare
Choose a tag to compare

v1.0.5

30 Mar 22:10
Compare
Choose a tag to compare

Add LastLight stock map

v1.0.4

17 Feb 22:30
Compare
Choose a tag to compare

Fix missing Game.ini exception when starting with no configs

v1.0.3

19 Jan 15:54
3fb858b
Compare
Choose a tag to compare

Security update: Bump rack gem (2.2.4 -> 2.2.6.2) by @dependabot

v1.0.2

06 Dec 19:40
Compare
Choose a tag to compare
  • Fix SAW update process broken by Ruby update

Note: SAW versions v1.0.0 and v1.0.1 will not be able to automatically upgrade. To manually upgrade an existing installation, replace admin-interface/lib/self-updater.rb with the latest from this version or manually update line 15 in this file to be:

    case io = URI.open(url)

v1.0.1

30 Nov 22:04
c9d2e39
Compare
Choose a tag to compare

Security update (#128)

v1.0.0

11 Nov 18:42
Compare
Choose a tag to compare

Update to use the latest Ruby (3.1.2) and gems.

Warning: This is a breaking change requiring an updated Ruby installation

  • Fixes security issues/warnings
  • May require a longer session secret in config.toml to avoid a warning on startup:
    • SECURITY WARNING: Your secret is not long enough. It must be at least
      32 bytes long and securely random. To generate such a key for use
      you can run the following command:
      
      ruby -rsecurerandom -e 'p SecureRandom.hex(32)'
      

v0.18.0-beta

21 May 15:12
Compare
Choose a tag to compare
v0.18.0-beta Pre-release
Pre-release
  • Add actual_erb functionality to config-handler
  • Customize motd filename to isolate per server config