v1.14.4
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 whenon
andoff
are equal inmomentary
andtap
modes
- button: add
-
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 ofctrl+enter
on Mac
-
scripting
screen.height
andscreen.width
always returns the current screen dimensions- added
screen.orientation
global variable
-
misc
- some performance improvements