Skip to content

v1.14.4

Compare
Choose a tag to compare
@jean-emmanuel jean-emmanuel released this 05 Feb 13:20

Changelog

  • bug fixes

    • broken console interpreter since v1.14.0
  • widgets

    • button: add momentary mode for sending messages with no value; prevent button from getting stuck when on and off are equal in momentary and tap modes
  • inspector

    • color picker: inline picker widget (no longer in a modal); show color changes on the fly
    • code editor: validate input with cmd+enter instead of ctrl+enter on Mac
  • scripting

    • screen.height and screen.width always returns the current screen dimensions
    • added screen.orientation global variable
  • misc

    • some performance improvements