General
- Entrypoints can now be run or opened using global shortcut set Settings UI
- On Linux X11 there is a known bug which will cause a crash and prevent server startup if attempted to register global shortcut that is already registered by another application
 
 - Generated Entrypoints are now listed in the Settings UI
 
Plugins
- Added authors field to Plugin Manifest
gauntlet.authors.*.name- Stringgauntlet.authors.*.uris- List of strings. URIs that identify the author. Can be a link to social media page or an email (if email it should begin withmailto:schema)
 - Added 
$schemafield to Plugin Manifest which takes URL to the JSON Schema file- Some editors use it to validate the content of the file
 - Currently, the schema file is located inside the repository at path 
https://raw.githubusercontent.com/project-gauntlet/gauntlet/refs/heads/main/docs/schema/plugin_manifest.schema.jsonbut at some point this will change 
 
Themes
- Tweaked window border color of macOS Dark theme on non-macos platforms to be not as bright
 
UI/UX improvements
- Reworked shortcut selector widget in Setting UI
 
Fixes
- Fixed window sometimes not being hidden on X11
 - Main view search list is now refreshed when window being hidden instead of when it is shown, to avoid the list being changed after window was opened (contributed by @BennoCrafter)
 - Fixed plugin view being empty if the window is closed by toggling global shortcut
 - Fixes plugin view not being opened properly if it is created using global shortcut or cli command (contributed by @BennoCrafter)