Skip to content

Releases: jean-emmanuel/open-stage-control

v1.19.0

30 Oct 15:11
Compare
Choose a tag to compare

Changelog

  • editor

    • add keyboard shortcut "h" to hide selection and widget drag / resize handles while pressed
    • inspector: add some shortcut buttons in the header
  • widgets

    • add folder widget (flat container that doesn't affect layout)
    • input: add maxLength property
    • multixy: allow setting its own value from onValue script while touched
  • ui

    • add a virtual onscreen keyboard for desktop clients (can be enabled from the clients main menu)
    • change local zoom (alt+scroll) behavior so that it only affect widgets and add scrollbars to navigate while zooming instead of following the mouse
  • server

    • client-options: add virtualKeyboard option to enable virtual keyboard by default (desktop clients only)

v1.19.0-beta2

27 Oct 13:13
Compare
Choose a tag to compare
v1.19.0-beta2 Pre-release
Pre-release

Changelog

  • editor

    • add keyboard shortcut "h" to hide selection and widget drag / resize handles while pressed
  • widgets

    • add folder widget (flat container that doesn't affect layout)
    • input: add maxLength property
    • multixy: allow setting its own value from onValue script while touched
  • ui

    • add a virtual onscreen keyboard for desktop clients (can be enabled from the clients main menu)
    • change local zoom (alt+scroll) behavior so that it only affect widgets and add scrollbars to navigate while zooming instead of following the mouse
  • server

    • client-options: add virtualKeyboard option to enable virtual keyboard by default (desktop clients only)

v1.19.0-beta1

27 Oct 10:42
Compare
Choose a tag to compare
v1.19.0-beta1 Pre-release
Pre-release

Changelog

  • editor

    • add keyboard shortcut "h" to hide selection and widget drag / resize handles while pressed
  • widgets

    • add folder widget (flat container that doesn't affect layout)
    • input: add maxLength property
    • multixy: allow setting its own value from onValue script while touched
  • ui

    • add a virtual onscreen keyboard for desktop clients (can be enabled from the clients main menu)
    • change local zoom (alt+scroll) behavior so that it only affect widgets and add scrollbars to navigate while zooming instead of following the mouse
  • server

    • client-options: add virtualKeyboard option to enable virtual keyboard by default (desktop clients only)

v1.19.0-beta0

26 Oct 09:01
Compare
Choose a tag to compare
v1.19.0-beta0 Pre-release
Pre-release

Changelog

  • editor

    • add keyboard shortcut "h" to hide selection and widget drag / resize handles while pressed
  • widgets

    • add folder widget (flat container that doesn't affect layout)
    • input: add maxLength property
  • ui

    • add a virtual onscreen keyboard for desktop clients (can be enabled from the clients main menu)
    • change local zoom (alt+scroll) behavior so that it only affect widgets and add scrollbars to navigate while zooming instead of following the mouse
  • server

    • client-options: add virtualKeyboard option to enable virtual keyboard by default (desktop clients only)

v1.18.3

23 Oct 08:31
Compare
Choose a tag to compare

Changelog

  • bug fixes
    • button: regression in push mode (on value not passed to onValue script when triggered from another widget)
    • button: decoupled push mode returning wrong value when activated from a widget script

v1.18.2

22 Oct 17:14
Compare
Choose a tag to compare

Changelog

  • bug fixes
    • canvas: onTouch not triggered on iOS when when event.force, event.altitudeAngle or event.azimuthAngle changes
    • switch: interaction issue when value labels contain icons
    • ios: attempt to fix rendering glitch when waking up after sleep

v1.18.2-beta3

21 Oct 11:24
Compare
Choose a tag to compare
v1.18.2-beta3 Pre-release
Pre-release
canvas: ios: different touch.force implementation

v1.18.2-beta2

21 Oct 07:32
Compare
Choose a tag to compare
v1.18.2-beta2 Pre-release
Pre-release
package: beta 2

v1.18.2-beta1

19 Oct 21:17
Compare
Choose a tag to compare
v1.18.2-beta1 Pre-release
Pre-release
package: more beta

v1.18.2-beta0

19 Oct 15:55
Compare
Choose a tag to compare
v1.18.2-beta0 Pre-release
Pre-release

canvas: ios: event.altitudeAngle, azimuthAngle & foce fix attempt