miniSphere 5.4.2
miniSphere 5.4.2 is a maintenance release in the 5.4 series.
What's Changed?
- Adds experimental
Thread#suspend()API, which works likeThread#pause()but also pauses rendering. - Adds support for mp3 playback through the
SoundAPI on Windows. - Renames
FileStream.open()toFileStream.fromFile(). - Renames
Socket.connectTo()toSocket.for(). - Fixes an issue where
from()didn't check its argument, leading to a nonsensical stack trace later if the caller accidentally passesnullorundefined.