Releases: monome/maiden
Releases · monome/maiden
maiden 1.1.6
maiden 1.1.5
improvements
- full light / dark theme (@dansimco)
fixes
- various styling improvements and increased contrast
maiden 1.1.4
maiden 1.1.3
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
maiden 1.1.1
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
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 tosupercollider
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 underdust/code/
(allowing them to be run) - corrected broken help link to norns reference documentation
maiden 1.0.2
maiden 1.0.1
maiden 1.0
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
, andaudio
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)