Skip to content

Releases: deanishe/alfred-workflow

Support top-level variables and "rerun" introduced in Alfred 3.2

07 Nov 22:08
Compare
Choose a tag to compare
  • Top-level (i.e. Workflow.setvar()) variables
  • New rerun feature introduced in Alfred 3.

rerun tells Alfred to run your Script Filter again after the specified number of seconds. The new top-level variables are passed to the Script Filter when it's run again.

Optional plaintext error messages

08 Oct 18:04
Compare
Choose a tag to compare

Thanks to #105 by @idpaterson, you can now force error messages (when Workflow.run() catches an exception) to be in plaintext, rather than Alfred's XML/JSON feedback format.

This is useful when your script isn't running in a Script Filter and you'd like to show the error message in a notification.

Fix hidden errors and tidy up

11 Sep 18:00
Compare
Choose a tag to compare

This release has no new features, but removes a couple of potential errors.

Note: The signature of workflow.update.install_update() has changed. It no longer takes any arguments, as they weren't used anyway.

If you were calling this function directly, which is unlikely, you will need to update your workflow(s).

Add support for quicklookurl in feedback items.

11 Sep 12:09
Compare
Choose a tag to compare

The quicklookurl feature is now supported in both Workflow and Workflow3 classes.

Closes #100

Use workflow version in info.plist

10 Sep 14:58
Compare
Choose a tag to compare

Under Alfred 3, will now preferentially use the Workflow Version specified in Alfred's workflow configuration sheet (and info.plist). No version file necessary any more.

Workflow3 defaults to Alfred 3 directories

09 Jul 20:07
Compare
Choose a tag to compare

Improves behaviour when workflow scripts aren't run from Alfred and the corresponding environment variables aren't set.

BUGFIX: Remove errant debug print statement

04 Jul 13:15
Compare
Choose a tag to compare

Thanks to @fantomnotabene for #92

[BROKEN] BUGFIX: Remove errant debug print statement

29 Jun 20:35
Compare
Choose a tag to compare

[BROKEN] Workflow variables and advanced modifiers

25 Jun 19:22
Compare
Choose a tag to compare
  • Support for setting workflow variables via Script Filter feedback
  • Support for Alfred 3's advanced modifiers

Note: Both these features are Alfred 3 only.

Add Alfred 3-only updates

25 Jun 14:56
Compare
Choose a tag to compare

Use .alfred3workflow files in GitHub releases for Alfred 3-only workflows. This enables you to release backwards-incompatible versions without Alfred 2 installations trying to update themselves to death.

Docs