miniSphere 4.5.11
miniSphere 4.5.11 is a maintenance release in the 4.5.x release series. This release updates Cell to use TypeScript instead of Babel when compiling ES2015 Cellscripts.
Changes in This Version
- Now uses TypeScript to transpile Cellscripts, improving build times a bit.
- Fixes a bug where SSJ repeats the previous action after an invalid command.
- Fixes a bug where regular expressions containing an octal escape (e.g.
\3)
cause a SyntaxError.
Installing in Windows
Simply download and run miniSphereSetup-4.5.11.exe. The Inno Setup install wizard will walk you through the installation process.
Installing in Linux
For Ubuntu (14.04 and later), miniSphere is available via personal package archive (PPA):
Installing from a PPA is easy. Simply open Terminal and run the following commands (you only need to do this once, Ubuntu will keep it updated automatically from then on):
sudo add-apt-repository ppa:fatcerberus/minispheresudo apt-get updatesudo apt-get install minisphere
Users of Linux distributions other than Ubuntu will need to build the engine manually from the tarball (minisphere-4.5.11.tar.gz).