Releases: ariscript/multiserver
v1.5.1
v1.4.0
This release adds a new feature to set the path where the server instances are stored and updates dependencies.
v1.3.0
This release fixes a bug in the previous release where RCON is not enabled and the command line would not work, and updates dependencies.
v1.2.1
This release provides no new features, but it has updated versions of libraries offering security and performance benefits, It is advised anyone using any previous version update to this version.
v1.2.0
This release adds support for basic mod management for fabric servers and supports Minecraft version 1.19.
1.1.1
This release fixes a major security vulnerability within dependencies. It is recommended that anyone who used any previous version of MultiServer update to this version.
1.1.0
This is a quick release with a minor feature.
Changes from release 1.0.0:
- Add update checker
- Replace usages of the deprecated
fs.rmdir(path, { recursive: true })
tofs.rm(path, { recursive: true })
I had to add this update checker instead of using prebaked electron update solutions because of code signing.
1.0.0 🚀
This is the first true release of MultiServer!
To see all of MultiServer's features, please check the README.
🚀 🚀 🚀
Changes from previous RC: none
1.0.0 RC 2
Changes from RC 1:
- Fix icons being broken on windows and possibly linux
- Improve spacing and window sizing on new instance creation window
Again, because of code signing, Windows defender will give you an "untrusted app" warning, and certain versions of macOS may not let you run it at all if you don't build from source. It should work fine on linux.
1.0.0 RC 1
Almost the same actual code as before, but with a just a couple small changes:
- Show player's hat (top layer of head) in the skin preview
- Add icons for the executables and for the windows installer
Also featuring an improved release workflow that releases the app for ARM macOS machines (M1/Apple Silicon macs) and for ARM Linux machines (including the Raspberry Pi).