New Releases!
Fix a few annoyances
Panel: v1.0.0-beta13
Wings: v1.0.0-beta7
Panel Changes
~ Removed Old Admin Area. #648
~ Fixed Docker Image dropdown selection issues. #674
~ Fixed 500 when making webhook without description ( It's now required ) #667
~ Fixed 500 when trying to delete a webhook when using MySQL / MariaDB #670
~ Removed duplicate spa option #668
~ Fixed being able to add allocations to servers that are already in use #680
~ Changed Exported egg metadata to PLCN_v1
#676
~ Added webhook prune job, hopefully to prevent massive databases ( default 30 days ) #682
~ Blacklisted webhook create event, preventing endless loop of webhook created events from triggering filling the database endlessly #682
~ Added check for unique username when creating a new user, which would result in a 500 if the username already exists #685
~ Fixed "blank" entry in Trusted Proxies, also added Cloudflare's IPv6 #692
~ Changed Node Health ( ❤️ ) indicator to be live (~5 seconds), Added tooltip #687
~ Removed Select All on Allocations #708
~ Docker Environment Fixes
~ General Web installer improvements for fresh installs. #705
Wing Changes
~ Changed Stop logic, again, to make ^C
send SIGINT instead of SIGTERM #47
~ Added extra debug print to help with debugging #47
~ Changed to ContainerKill
and not ContainerStop
to keep the console from being updated during game server shutdown #47
~ Allow for variables in the configuration parser filenames #34