Skip to content

Releases: ariscript/multiserver

v1.5.1

18 Mar 02:51
5effe0c
Compare
Choose a tag to compare

v1.5.0 is skipped due to Actions CI having memory issues. Going forward I will probably be building each release manually on my own hardware...

This release is minor, updating dependencies and bug fixes.

v1.4.0

06 Aug 13:48
Compare
Choose a tag to compare

This release adds a new feature to set the path where the server instances are stored and updates dependencies.

v1.3.0

26 Jun 02:20
Compare
Choose a tag to compare

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

07 Jun 22:43
Compare
Choose a tag to compare

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

07 Jun 21:57
Compare
Choose a tag to compare

This release adds support for basic mod management for fabric servers and supports Minecraft version 1.19.

1.1.1

31 Jan 02:44
Compare
Choose a tag to compare

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

30 Jan 23:52
Compare
Choose a tag to compare

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 }) to fs.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 🚀

15 Jan 02:08
Compare
Choose a tag to compare

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

10 Jan 23:18
Compare
Choose a tag to compare
1.0.0 RC 2 Pre-release
Pre-release

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

05 Jan 21:25
Compare
Choose a tag to compare
1.0.0 RC 1 Pre-release
Pre-release

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).