Skip to content

0.19.3

Compare
Choose a tag to compare
@icewolfz icewolfz released this 28 Aug 03:10
· 1297 commits to master since this release
  • New:
    • Preferences:
      • Add MSP: max retries on error, Amount of retries to attempt play a file before stopping
  • Fixed:
    • Fixed alarm wildcard patterns that have no # eg ::30 would fire every 30 seconds but errors as it fails to parse the :: right, ::30 should be the same as just 30
    • Fixed alarm error invalid formats to use disableTriggerOnError when enabled
    • Profile manager: Fix trigger tester failing on multi group optional triggers
    • Fixed %x# variables when multi group optional trigger pattern used
    • Fixed #show and #showprompt breaking telnet ops when split buffer happens
    • Fixed Linux icon not being correctly set in built packages, use mac icns file instead to generate all the correct files, fixes AppImage icons and others
    • Fixed ansi parsing when remote data is split and appending local text to prevent split ansi codes
    • Added an error check to context menu if unable to determine focused control to fall back to default context menu
    • Preferences:
      • Fixed reset not working
      • Fixed log viewer window options not being saved always
    • MSP: Fixed rare instant where volume or playing status would be wrong due to loading taking awhile from async loading of data
  • Changed:
    • Update electron 19.0.13 to 19.0.14
    • Update mathjs 11.0.1 to 11.1.0