Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

v0.2.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@DaneEveritt DaneEveritt released this 21 Sep 22:07
· 505 commits to develop since this release
v0.2.0-beta

Requires Panel@0.4.0

New Features

  • Server Suspension, immediately stops running processes and blocks SFTP and API access.
  • Automatic SFTP Container deployment when process is stated (previously required you manually add a container)
  • Updating a server's memory, swap, block io, or cpu quota no longer requires a container rebuild and will take effect immediately.
  • Better handling of preflight files. Allows using four different systems for parsing with find and replace capabilities (file, properties, ini, and yaml).
  • Support for Minecraft (Vanilla, Spigot, Sponge, Bungeecord); SRCDS; Terarria; and Voice Servers (TS3, Mumble)

Bug Fixes

  • Fixes bug that would display improper newlines with console data. Allows control characters and ANSI color codes to travel through.

General

  • Updated ESLinter and with that updated code to reflect new standards for ES6
  • Code Cleanup and more use of lodash module in place of typeof checks