General
- Published macOS
.dmg
file is now universal and can run onx86_64
CPU architecture- BREAKING CHANGE: Name of published macOS
.dmg
file was changed fromgauntlet-aarch64-macos.dmg
togauntlet-universal-macos.dmg
- BREAKING CHANGE: Name of published macOS
- Pressing global shortcut while window is open now preserves search bar value when window is opened next time (contributed by @Kalin8900)
- Global shortcut now hides the main window if it is already open (contributed by @BennoCrafter)
- Global shortcut is now executed on key press, instead of key release
- It is now possible to run commands and open views using CLI command
- Format:
gauntlet run <plugin-id> <entrypoint-id> <action-id>
- Action ID can be found in Plugin Manifest
- Action ID option also accepts special values
:primary
- to run primary action of the entrypoint:secondary
- to run secondary action of the entrypoint
- Format:
- Slightly improved
--help
documentation of CLI command - Added
--version
flag to CLI to display Gauntlet version - Added localization support for macOS application names (contributed by @BennoCrafter)
- Added plugin preference
Bundle Name Lang
of enum typelocalized
option - use localized name of bundle if available - this is the defaultdefault
option - use default name of bundle (usually english)
- Added plugin preference
- Added shortcut to open Settings UI (contributed by @BennoCrafter)
- Ctrl + , on Windows and Linux
- Cmd + , on macOS
UI/UX Improvements
- In main window search result, moved plugin name next to entrypoint name
- In main window search result, displayed type of entrypoint in place of plugin name, use generator entrypoint name if generated
Fixes
- Fixed database becoming corrupted after changing theme setting, preventing application server startup
- If you encounter this issue you have to remove application database, file which can be found at
- Linux:
/home/alice/.local/share/gauntlet/data.db
- macOS:
/Users/Alice/Library/Application Support/dev.project-gauntlet.Gauntlet/data.db
- Windows:
C:\Users\Alice\AppData\Roaming\project-gauntlet\Gauntlet\data\data.db
- Linux:
- If you encounter this issue you have to remove application database, file which can be found at
- Slightly improved close-on-unfocus behaviour of main window on X11
- On macOS use app stem name as a fallback if the bundle name is empty (contributed by @BennoCrafter)
- Fixes empty names of some apps, like "Creality Print" which have an empty bundle name
- When using active screen setting for window positioning, position calculated is now relative to size of the screen
- Fixes unexpected position when using monitors of different size (contributed by @BennoCrafter)
- Fixed no plugins starting on Windows in release mode
- Fixed all global shortcut registrations failing if one shortcut registration failed
- Fixed error when registering shortcut erroring whole settings window instead of adding an icon