Skip to content

@ngwese ngwese released this Dec 28, 2020 · 1 commit 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
Assets 3
Dec 22, 2020
automate release builds (#191)
going to move ahead with this and validate that builds against tags are working as desired.

@ngwese ngwese released this Jul 3, 2020 · 16 commits to main since this release

features

  • add repl subcommand to run the shell based maiden-repl

fixes

Assets 3

@ngwese ngwese released this Jan 20, 2020

features

  • available project listing indicates whether is already installed or not (@jlmitch5, #177)
  • update all button on installed project listing (@jlmitch5, #177)
Assets 3

@ngwese ngwese released this Oct 29, 2019

features

  • install, update, and remove projects based on a catalog of known scripts from with maiden (web) or maiden cli (ssh)
  • directly open existing files within the editor via URLs (@ryanlaws, #85, #70)
  • refined, flatter file browser look
  • allow editing of json files

fixes

  • protect code, data, and audio folders from accidental deletion (#156)
  • populate file rename dialog with current file name by default (@synthetiv, #113)
  • fix blank screen, scrollTo errors with using MS Edge (@synthetiv, #157)
  • ensure CTRL+P (CMD+P) plays the current script (@ryanlaws)
  • maintain REPL size with resizing the browser window (@synthetiv)
  • more distinct highlighting on REPL tabs (@synthetiv, #90)
Assets 3
Oct 22, 2019
change catalog format to list of entry objects
this change avoids duplicating project names between
project properties and map/object keys. the previous
map structure led to hard to debug failures when the
project name did not match the map key.
Oct 20, 2019
remove testing config
  • v0.13
  • aaf0b09
  • Compare
    Choose a tag to compare
    Search for a tag
  • v0.13
  • aaf0b09
  • Compare
    Choose a tag to compare
    Search for a tag

@ngwese ngwese released this Apr 4, 2019

features

  • add help menu to side bar for access to overview and api docs
  • add ctrl/cmd-8 hotkey to evaluate current editor selection in repl

fixes

  • renaming nested files now correctly updates file tree and renamed file is playable w/o refreshing the browser window
Assets 3
  • v0.12
  • 5adec61
  • Compare
    Choose a tag to compare
    Search for a tag
  • v0.12
  • 5adec61
  • Compare
    Choose a tag to compare
    Search for a tag

@ngwese ngwese released this Mar 7, 2019

note: this version of maiden supports changes to the dust structure which are introduced with the norns 2.0 release and will not fully work on earlier norns releases.

this release only contains internal changes. the web editor is functionally identical to the previous version.

changes

  • change the command line syntax for backend http server (making room for future features)
  • update a handful of javascript modules used by the editor to latest minor versions
Assets 3
  • v0.11
  • e168691
  • Compare
    Choose a tag to compare
    Search for a tag
  • v0.11
  • e168691
  • Compare
    Choose a tag to compare
    Search for a tag

@ngwese ngwese released this Feb 28, 2019

note: this version of maiden supports changes to the dust structure which are introduced with the norns 2.0 release and will not fully work on earlier norns releases.

changes

  • collapse audio, data, scripts, and lib file trees into a single large tree
  • update play logic for new dust structure
  • retain child folder expansion state when toggling the parent folder
  • fix create folder breakage on newer versions of chrome
Assets 3