Releases: Joe-Klauza/sandstorm-admin-wrapper
Releases · Joe-Klauza/sandstorm-admin-wrapper
v1.0.19
v1.0.18
- Add Trainyard to map defaults
Thanks @fabicodes for the change.
v1.0.17
Dockerfile fixes courtesy of @fabicodes
v1.0.16
Fix warning for string conversion
Fix logging of some player names as �
characters on join/leave
v1.0.15
Break browser cache on updates
Add wrapper version to CSS/JS imports to avoid users needing to hard refresh their browsers on update
v1.0.14
Fix transient exceptions on status and control pages when viewing them while starting servers for the first time
v1.0.13
Fix more start/stop issues
- Add
FFA
to Scenario Mode dropdown for Free For All (Deathmatch) - Fix start button not immediately responding when starting multiple servers for the first time. The daemon init method no longer requires the mutex used by start/stop.
- Fix hang and other issues on SAW exit caused by mutexing, sequential handling, and trying to kill a server after unsetting the PID. Improved exit logging.
- Improve exit speed when server is starting by sending kill signal as soon as exit request is detected
- Fix Server Control page JavaScript request for server status queuing additional requests before the previous request finished. This should improve performance of the page, especially for slow/intermittent devices/network.
- Fix Ruby exception in background requests for server status when server hasn't yet started (e.g. another server starting)
v1.0.12
Fix order of commands for restart
May fix server stopping when doing an automated restart for RCON failure
v1.0.11
Improve start/restart/stop handling
- Fix hang when stopping a server that hasn't started yet
- Provide instant feedback for start/restart/stop button while queuing threads to handle actions using mutex
v1.0.10
- Fix NoMethodError when visiting the /config page
- Fix session secret generation
- Fix typo in log message