Skip to content

v1.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@SunderB SunderB released this 02 Jun 15:13

Changes since last beta release (v1.0.0-beta.1)

Bug fixes πŸ›:

  • Sonic Pi IP and port options should now be functional. πŸ™‚
  • The save-and-play-file command now brings up a file save-as dialog box when being run on untitled files. Hopefully it won't crash anymore!

Behind the Scenes βš™οΈ:

  • Most of the code has been converted from CoffeeScript to JavaScript using decaffeinate, and cleaned up slightly. CSON files haven't been converted to JSON.

    I've done this so that it's easier to use pure JavaScript; and so when I'm searching the web and trying to work out how to do something in this package, I'm not confused how to convert JS to CoffeeScript. The old CoffeeScript files are still there in 'coffee' subfolders, for now.

    I've realised that this may make it harder to merge with rkh/atom-sonic, but I'd still be happy to try to contribute these changes to rkh/atom-sonic if I have the time and if it's wanted.