Skip to content

maiden 1.1.0

Compare
Choose a tag to compare
@ngwese ngwese released this 28 Dec 23:40
· 23 commits to main since this release

features

  • automatically download latest script catalog(s) on startup
  • refresh all button within maiden's "available" view to easily refresh (download) catalogs
  • stop button within editor to stop/clear the currently running script (if any)
  • maiden repl supports ;install <url> to install scripts via URL to .zip or git repositories
  • maiden cli supports script installation via URL (maiden project install <url>)

tweaks

  • enable soft line wrapping in editor
  • creating files requires first selecting a parent or sibling file in the file tree (ensures files don't get created in unexpected places)
  • rename sc repl tab to supercollider

fixes

  • correct maiden cli help messages and setup script errors - @tridae
  • editor no longer flags lua 5.3 bit shift syntax (<< and >>) as a syntax error
  • editor correctly auto-indents end
  • implicitly created untitled.lua files now land under dust/code/ (allowing them to be run)
  • corrected broken help link to norns reference documentation