Skip to content

Releases: ariscript/multiserver

v1.5.1

Choose a tag to compare

@ariscript ariscript released this 18 Mar 02:51

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

Choose a tag to compare

@github-actions github-actions released this 06 Aug 13:48

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

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 02:20

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

Choose a tag to compare

@github-actions github-actions released this 07 Jun 22:43

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

Choose a tag to compare

@github-actions github-actions released this 07 Jun 21:57

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

1.1.1

Choose a tag to compare

@github-actions github-actions released this 31 Jan 02:44

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

Choose a tag to compare

@github-actions github-actions released this 30 Jan 23:52

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 🚀

Choose a tag to compare

@github-actions github-actions released this 15 Jan 02:08

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

1.0.0 RC 2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jan 23:18

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

1.0.0 RC 1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Jan 21:25

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