Skip to content

Releases: jean-emmanuel/open-stage-control

v1.25.4

06 Sep 21:55
Compare
Choose a tag to compare

Changelog

  • bug fixes

    • custom module: receive() not passing boolean arguments properly
    • fix --authentication on iOS clients
  • editor

    • display current widget value in the value property's help modal

v1.25.3

21 Aug 22:46
Compare
Choose a tag to compare

Changelog

  • bug fixes
    • input: rendering issues with big font sizes
    • panel: tab rendering issue when initialized with a non-numeric value
    • panel: minor style issue in tab navigation bar
    • scripting: scripting functions not working inside browseFile() callback
    • scripting: using external: true in set() should prevent affected widget from sending any message
    • button: inconsistent value in push mode with decoupled enabled when setting value from script

v1.25.2

03 Jul 10:45
Compare
Choose a tag to compare

Changelog

  • bug fixes
    • textarea: escape key not restoring previous value
    • scripting: setFocus(id) not affecting textarea widgets
    • led, text, variable: value not synchronized between different clients
    • error when running from sources on Mac

v1.25.1

05 Jun 15:59
Compare
Choose a tag to compare

Changelog

  • bug fixes
    • regression in inter-widget sync mechanism
    • regression breaking set() function in scripts
    • textarea: display nothing instead of "null" when receing no value, null or an empty string

v1.25.0

13 May 12:56
Compare
Choose a tag to compare

Changelog

  • bug fixes

    • multixy: doubleTap not working on touch devices
    • button: x and y variables not passed to onValue when doubleTap is true on touch devices
    • advanced syntax: update issue with clones using their own value in their properties
    • client: minor keyboard shortcut issues
    • panel: mitigate client synchronization issue with scrollbars
  • widgets

    • menu: add a background to menu items to help distinguish them
    • menu: merge different interaction modes into a single mode property
    • menu: add swipe mode
  • remote control

    • /STATE/SET: add optional argument to prevent widgets from sending their value

v1.24.2

26 Apr 17:54
Compare
Choose a tag to compare
package: 1.24.2

v1.24.1

16 Apr 22:14
Compare
Choose a tag to compare
package: 1.24.1

v1.24.0

05 Apr 23:10
Compare
Choose a tag to compare

Changelog

  • bug fixes

    • widgets: circular value feedback issues
    • editor: ctrl + e not working when hit multiple times without releasing ctrl
    • mobile: "prevent sleep" feature not working
  • widgets

    • patchbay: add in, out and both modes to exclusive property
    • panel: replace verticalTabs property with tabsPosition (supports 4 directions)
  • custom module

    • add optional errorCallback argument toloadJSON and saveJSON
  • server

    • print multiple qrcodes if multiple network interfaces are available and prevent printing a qrcode for the localhost address
  • misc

    • add linux rpm packages

v1.23.0

15 Mar 17:18
Compare
Choose a tag to compare

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

v1.22.0

03 Jan 08:24
Compare
Choose a tag to compare

Changelog

  • bug fixes

    • keyboard widget: linkId not working (unable to link 2 keyboard widgets)
    • slides: issues with ranges containing decimal keys
  • launcher

    • add menu options to show the qr code again
    • mac: change "List MIDI devices" keyboard shortcut to Ctrl+m
  • widgets

    • image: add support for special value "qrcode"
  • misc

    • add german locales (@ Magnus Reichel)
    • package file names changed to follow debian's convention
    • add a cli option to disable the qr code (--no-qrcode)