Skip to content

Releases: jean-emmanuel/open-stage-control

v1.16.1

01 May 11:17
Compare
Choose a tag to compare

Changelog

  • bug fixes
    • eq widgets not properly converted when importing v0 sessions
    • image paths with url queries not loaded properly
    • @{} syntax not returning truncated value according to the widget's precision property (fixed for primitive values only, object values are still returned as is)

v1.16.0

21 Apr 07:36
Compare
Choose a tag to compare

Changelog

  • advanced syntaxes
    • @{} and VAR{} do not return a copy of their value anymore as it may introduce a significant overhead when used extensively. Mutating these objects in #{} and JS{} scripts will now affect the actual values and should be avoided at all cost.
  • widgets
    • comments property flagged as dynamic
    • multixy: add doubleTap property

v.1.15.8

09 Apr 15:42
Compare
Choose a tag to compare

Changelog

  • bug fixes
    • range: value update issue (internal touch state not updated properly)
    • scripting: send(): ignore ignoreDefaults property
    • script: onKeyboard script not cleaned upon edition / removal
    • editor: some variables not appearing as defined in onKeyboard

v1.15.7

31 Mar 09:20
Compare
Choose a tag to compare

Changelog

  • bug fixes

    • matrix: property resolution issue with object/array items in props
    • bypass client option nofocus=1 when the editor is enabled
    • menu/dropdown: display label when value is undefined
  • misc

    • updated midi bridge: provide more information when loading fails; may fix some compatibility issue on windows

v1.15.6

21 Mar 07:35
Compare
Choose a tag to compare

Changelog

  • bug fixes
    • ios: prevent server error related to the use of cookies
    • scripting: getVar() now returns a copy of the variable to prevent mutations on saved object

v1.15.5

10 Mar 23:30
Compare
Choose a tag to compare

Changelog

  • bug fixes

    • matrix: avanced property issue inprops property (bis)
  • editor

    • inspector: add solo mode with alt+click for category panels

v1.15.4

03 Mar 08:16
Compare
Choose a tag to compare

Changelog

  • bug fixes
    • matrix: avanced property issue inprops property

v1.15.4

01 Mar 14:40
Compare
Choose a tag to compare

Changelog

  • bug fixes
    • interaction issue ("deadzone") on touch screens
    • main menu not hidden when read-only is set
    • osc messages containing unicode characters not encoded correctly

v1.15.2

27 Feb 21:50
Compare
Choose a tag to compare

Changelog

  • bug fixes
    • modal: scroll state not restored when the modal container is recreated
    • server: allow spaces and accentuated characters in client id

v1.15.1

26 Feb 08:02
Compare
Choose a tag to compare

Changelog

1.15.1

  • bug fixes

    • prevent flickering on canvas based widgets when they are recreated
  • editor

    • added code editor for html and css properties
  • remote control

    • add /RELOAD command