- Add dropdown type for arguments
- Add
Add Swift Support
command
Name
is now checked for non allowed characters for Command, Preference and Argument- The tsx file get opened after creating it via
Add Command
- Add auto completion for
launchCommand
propertiesname
,extensionName
andownerOrAuthorName
- Remove explicit return types for command templates
- Add
Open Extension Issues Dashboard
- Add support for new Raycast node process
- Display
disableByDefault
in tree - Ask for
disableByDefault
when creating a new command
- Display possible migration of the Raycast API in the tree
- Fix crash if
transit
folder does not exist
- Add experimental URI protocol handler
- Add
.svg
files as whitelisted asset extension
- Add support for command arguments
- Add auto completion for script directives
- Add support for
menu-bar
mode - Add support for background refresh parameter
interval
- Add
Open Command File
command - Add command templates based on
mode
- Fix problem in goto command mode when command name containing special characters
- Add Command Preferences to Treeview
- Add Command mode to Treeview
- Use dark theme raycast logo
- Treeview get updated after using
Add Command
orAdd Preference
- Add Raycast Treeview
- Stop running debugger instead of throw an error to avoid blocking when VSCode does not cleanup crashed debugger instances
- Add
Login
command - Add
Publish
command - Add
Attach Debugger
command
- Add
Insert Image Asset
- Add Code snippets prefix with
raycast
- Add Image Asset autocompletion for extension icons in
.tsx
files (source:
andicon=
are supported) - Add Image Asset autocompletion for extension icons in
package.json
("icon":
is supported)
- Add command to add a Raycast Preference
- Add command to add a Raycast command
- Initial release