Skip to content

miniSphere 5.4.2

Choose a tag to compare

@fatcerberus fatcerberus released this 20 Feb 06:38

miniSphere 5.4.2 is a maintenance release in the 5.4 series.

What's Changed?

  • Adds experimental Thread#suspend() API, which works like Thread#pause() but also pauses rendering.
  • Adds support for mp3 playback through the Sound API on Windows.
  • Renames FileStream.open() to FileStream.fromFile().
  • Renames Socket.connectTo() to Socket.for().
  • Fixes an issue where from() didn't check its argument, leading to a nonsensical stack trace later if the caller accidentally passes null or undefined.