Skip to content

v1.23.0

Compare
Choose a tag to compare
@jean-emmanuel jean-emmanuel released this 15 Mar 17:18

Changelog

  • bug fixes

    • linkId not working between two encoder widgets
    • fader: gradient breakpoints not positioned correctly
    • canvas: onDraw() called twice when calling updateCanvas()
  • midi

    • optional rpn/nrpn parsing as single messages
  • widgets

    • keyboard: incoming values different than the off property are now interpreted as on
  • editor

    • when focusing the label property with F2, select all text in the text area
    • preserve scroll position in code editor when validating
    • display the id of selected widget in the inspector's header
  • scripting

    • expose file browser (from the file widget) as a scripting function
  • custom module

    • don't restrict file extension in loadJSON() and saveJSON functions
  • misc

    • add polish locales (@ Manz4rk)
    • add css classes to some notification popups to allow targetting them with css themes