Skip to content

minisphere 4.3.2

Choose a tag to compare

@fatcerberus fatcerberus released this 09 Nov 17:56

minisphere 4.3.2 is a maintenance release for minisphere 4.3.x. This releases fixes several Dispatch API bugs, improves the Sphere Studio new project template, and adds a new API to cancel all pending Dispatch API jobs.

Changes in This Version

  • Adds an API call, Dispatch.cancelAll() to cancel all pending one-time jobs
    (recurring jobs must still be cancelled individually).
  • Adds support for ECMAScript 2015 binary (0b1000) and octal (0o1454)
    notation.
  • Improves the Sphere Studio project template to show off more features and
    better illustrate how the Sphere v2 API works.
  • Improves Dispatch API priority handling. Update jobs are now executed in
    order from highest to lowest priority, rather than the other way around.
  • Fixes jobs continuing to run after an uncaught exception.
  • Fixes uncaught exceptions within the central frame loop crashing the engine
    instead of displaying the error screen.

Installing in Windows

Simply download and run minisphereSetup-4.3.2.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/minisphere
  • sudo apt-get update
  • sudo 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.3.2_i386.deb, while 64-bit users should download minisphere_4.3.2_amd64.deb. Once downloaded, simply double-click the file and your package manager will guide you through the process of installing the package.