Skip to content

Releases: monome/maiden

maiden 0.13

04 Apr 04:49
aaf0b09
Compare
Choose a tag to compare

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

maiden 0.12

07 Mar 06:58
5adec61
Compare
Choose a tag to compare

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

maiden 0.11

28 Feb 01:41
e168691
Compare
Choose a tag to compare

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

maiden 0.10.1

05 Jan 07:59
Compare
Choose a tag to compare

changes

  • fix hardcoded hostname in repl-endpoints.json

maiden 0.10

03 Dec 08:03
Compare
Choose a tag to compare
maiden 0.10 Pre-release
Pre-release

changes

  • make configure page a dialog (@jlmitch5)
  • start, stop, restart matron and sc from repl

maiden 0.9.4

06 Jul 18:30
c04cc53
Compare
Choose a tag to compare

changes

  • initial dark editor theme (@pq)
  • plumbing for custom lua mode, improved syntax checking (@pq)
  • norns specific lua script/code snippets (@pq)
  • additional linting and cleanup for maiden code (@jwhile)

maiden 0.9.3

18 Jun 03:42
c862403
Compare
Choose a tag to compare

changes

  • sending commands via the sc repl now works

maiden 0.9.2

14 Jun 03:01
93dd96a
Compare
Choose a tag to compare

changes

  • initial snippet support for init, cleanup, and many other common matron script functions (@pq)
  • improved rendering of tab characters in repl (@pq)
  • button highlighting on hover (@anthonybarsotti)

maiden 0.9.1

03 Jun 18:11
0905a6d
Compare
Choose a tag to compare

changes

  • enable basic lua snippet and auto complete support (@pq)
  • allow maiden to serve HTTP from a file descriptor (@nf)

maiden 0.9

27 May 06:32
Compare
Choose a tag to compare

changes

  • exposes dust/lib/lua directory within the file browser
  • double clicking section headers within the file browser will collapse the entire section
  • directories grouped/sorted before files in the file browser