Releases: purepelmen/Fm-ServerTool
Releases · purepelmen/Fm-ServerTool
Release list
1.1
New builds
This version now comes with two variants. This allows this tool to be very small.
These builds are also made with InvariantGlobalization. This should eliminate unnecessary dependency on ICU to be installed on your server.
- Normal variant: just a few hundreds of KB in size. Very small, but requires .NET 6 (or above) runtime to be installed system-wide.
- selfcont: not that much of MB as before, but still bigger than Normal. Does not require runtime to be installed, because it bundles it. So on Linux you only need to have approximately this: glibc, libstd++, OpenSSL, zlib.
Changes
- Framework-dependent builds of this tool can now work not just on .NET 6, but any version above.
- InvariantGlobalization is now used. ICU dependency eliminated.
- Added system of patches that may apply individually on specific builds.
- Fix: Mono termimal bug for all game versions up to 0.5.3 (inclusive).
- Fix: chmod is now used on Linux to mark the main file as executable.
Features from 1.1-beta
- Config backup when updating or erasing server files.
- Auto-update system that checks if any update is available every 10 minutes (can be activated with
fm-servertool run -auto-update). - Download progress and size will be printed when downloading the build.
ℹ️ Previous versions are still working.
1.1-Beta
Key new features
- Config backup when updating or erasing the server files.
- Auto-update system that checks if any update is available every 10 minitues (can be activated with fm-servertool run -auto-update).
- Donwload progress and size will be printed when downloading the build.
ℹ️ Previous versions are still working.
1.0
1.0-Beta
Implemented basic functionality.