Big things
- Bundling improvements
.dmgfile is now signed, notarized and stapled, removing the need for manual manipulations on.dmgfile to be able to install Gauntlet.msiinstaller for Windows is now available.tar.gzarchive for Linux now contains defaultsystemdservice,.desktopand.pngicon file
- Added system tray icon on Windows and macOS with ability to open main or settings window, see version or quit Gauntlet
- Local plugins now always use development React bundle for better error messages at the expense of performance.
General fixes
- Fix being unable to stop plugin in various situations including when there is unresolved pending promise
- Fix
generate-sample-themeandgenerate-sample-color-themeCLI commands failing if config folder doesn't exist - Fix console window popping up when starting Gauntlet on Windows
Applications plugin
- On macOS and Linux, applications are now started detached from main process, fixing situations when other applications blocked Gauntlet from exiting
UI Improvements
- Action panel and download information panel in settings are now closed when clicking outside of panel on background
API changes
- Type of
GeneratedCommand'siconfield changed fromicon: ArrayBuffer | undefinedtoicon?: ArrayBuffer - Default function returned from
commandandcommand-generatorentrypoints can now beasync