Releases: deanishe/alfred-sublime-text
Releases · deanishe/alfred-sublime-text
Update deps & expand exclude
- Update dependencies for bugfixes.
- Also expand
~
and environment variables in exclude globs.
Universal binaries & actions
Inline Navigation Commands
Fix mdfind scanner
Scanner was using an incorrect query and finding nothing 😞
Add support for Visual Studio Code projects
- Added
VSCODE
configuration option to find VSCode projects instead of Sublime Text ones. - Update dependencies
- Add Catalina help (See #20)
Update help with proper description
The description in the README was nonsense #10
Activate updater
Whoops! Forgot to activate the updater in v3.0.0
Rewrite in Go
- Much increased speed
- Parse .sublime-project files to extract project folders
- Open folders in Finder. Closes #5
Add self-updating
Now supports updating itself via GitHub
Fixed bug editing `settings.json`
Opening the settings.json
file from within Alfred now works as intended.