minisphere 4.4.3
minisphere 4.4.3 is a maintenance release for minisphere 4.4. This release adds support for post-ES5 syntax in Cellscripts, a new API for comparing colors, and fixes a few minor glitches.
Changes in This Version
- Adds support for ECMAScript 2015 syntax in Cellscripts and modules.
- Adds a new API function,
Color.is(), for comparing Colors without regard to
their alpha channels. - Fixes a bug where
thisis bound to the global object in top-level module
code instead of themoduleobject like Node.js. - Fixes a bug where
require()incorrectly picks up files with.tsor
.coffeeextensions.
Installing in Windows
Simply download and run minisphereSetup-4.4.3.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:
sudo add-apt-repository ppa:fatcerberus/minispheresudo apt-get updatesudo apt-get install minisphere
You only need to do this once. The system will automatically notify you of future minisphere updates.
For other Debian distributions such as Linux Mint or Debian itself, simply download one of the .deb packages below. Users of 32-bit systems will want minisphere_4.4.3_i386.deb, while 64-bit users should download minisphere_4.4.3_amd64.deb. Once downloaded, simply double-click the file and your package manager will guide you through the process of installing the package.