Skip to content

Releases: monome/maiden

maiden 1.1.6

22 Mar 06:26
Compare
Choose a tag to compare

fixes

  • fix content type so .sc files can be edited in maiden once again (#219)
  • address linting errors (#216) @midouest

maiden 1.1.5

30 Dec 08:24
Compare
Choose a tag to compare

improvements

fixes

  • various styling improvements and increased contrast

maiden 1.1.4

27 Sep 06:18
1daf030
Compare
Choose a tag to compare

improvements

  • add version metadata to maiden cli (@winder)
  • allow release builds for any architecture (@winder)

maiden 1.1.3

01 Sep 06:00
Compare
Choose a tag to compare

features

  • preview audio files on device in browser (@stvnrlly)

improvements

  • explicit (instead of implicit) untitled script creation on initial landing view
  • loading animation when loading scripts/audio into editor

maiden 1.1.2

13 Jun 19:17
97d003e
Compare
Choose a tag to compare

features

  • improved live coding for lua (@schollz)
    • add ctl+enter (or cmd+enter) key binding to trigger editor selection evaluation
    • select current editor line for evaluation if no selection exists

fixes

  • disable auto correction/completion/capitalization in the REPL (solution from @xmacex)

maiden 1.1.1

11 Apr 05:15
Compare
Choose a tag to compare

features

  • improve ux around installing and updating projects
  • support links to documentation in catalog entries and associated ui in project manager

fixes

  • evaluating commands in supercollider repl works again (broken in 1.1.0)

maiden 1.1.0

28 Dec 23:40
Compare
Choose a tag to compare

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

maiden 1.0.2

03 Jul 05:25
Compare
Choose a tag to compare

features

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

fixes

maiden 1.0.1

20 Jan 21:57
Compare
Choose a tag to compare

features

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

maiden 1.0

29 Oct 04:02
Compare
Choose a tag to compare

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)