Skip to content

Releases: deanishe/alfred-sublime-text

Update deps & expand exclude

15 Nov 05:51
Compare
Choose a tag to compare
Pre-release
  • Update dependencies for bugfixes.
  • Also expand ~ and environment variables in exclude globs.

Universal binaries & actions

12 Nov 15:42
Compare
Choose a tag to compare
Pre-release
  • Go back to previous screen after rescan (#52)
  • Pass (first) project directory to clipboard and Universal Actions (closes #51)
    • Option to use project file path instead of project directory
  • Config screen toggles for VSCODE and ACTION_PROJECT_FILE settings
  • Build universal binary
  • Sign binary

Inline Navigation Commands

13 May 13:10
Compare
Choose a tag to compare

Add inline commands to navigate and control the workflow. Enter config, rescan or search as a search query to move around the workflow.

Fix mdfind scanner

04 May 11:01
Compare
Choose a tag to compare

Scanner was using an incorrect query and finding nothing 😞

Add support for Visual Studio Code projects

19 Oct 11:49
Compare
Choose a tag to compare
  • 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

23 Feb 13:15
Compare
Choose a tag to compare

The description in the README was nonsense #10

Activate updater

15 Feb 18:05
Compare
Choose a tag to compare

Whoops! Forgot to activate the updater in v3.0.0

Rewrite in Go

15 Feb 17:57
Compare
Choose a tag to compare
  • Much increased speed
  • Parse .sublime-project files to extract project folders
  • Open folders in Finder. Closes #5

Add self-updating

10 May 10:08
Compare
Choose a tag to compare

Now supports updating itself via GitHub

Fixed bug editing `settings.json`

17 Jun 18:56
Compare
Choose a tag to compare

Opening the settings.json file from within Alfred now works as intended.