Skip to content

0.17.7

Compare
Choose a tag to compare
@icewolfz icewolfz released this 02 Feb 22:13
· 1422 commits to master since this release
  • New:
  • Fixed:
    • Added type checks to #ADD and #MATH to ensure the resulting value is a number
    • Added type check to #CASE and #REPEAT to ensure the value is a number
    • Fixed bug in multi state triggers when sub trigger is disabled
    • Fixed issue where temp triggers or re-parse type triggers would be double executed if the pattern was in trigger value
    • Fixed issue with temp alarms and re-parse issues with #SET fire state setting
    • Fixed Disable trigger on error when a sub trigger errors
    • Only update button bar is buttons have been changed
    • Only update context menus when menus have been changed
    • Fixed bugs in #GAG
    • When context menu item, button from bar, or url is clicked focus on command input if Focus to command input on click enabled
    • Profile manager: Add new functions and commands to editor highlight and documents
  • Changed:
    • Triggers, Buttons, Macros, Context, and Aliases values will now be ignored if empty, thus not creating blank lines, you can use a value of ${cr} to send a blank line
    • #ADD will default to 0 if variable is not defined and define variable
    • Update electron 16.0.7 to 16.0.8
    • Update @electron/remote 2.0.1 to 2.0.4
    • Update mathjs 10.1.0 to 10.1.1