Releases: deanishe/alfred-workflow
Releases · deanishe/alfred-workflow
Full support for OS X 10.6 and 10.7
Filter bugfix and more robust handling of borked settings
Add proper version support, dumb punctuation, help URL, first run/last run version
Now with real version support
- #44:
help_url
for URL link to help/support page. Shown in error logs and viaworkflow:help
magic arg. Docs. - #21:
Workflow.dumbify_punctuation()
replaces curly and other exotic quotes, n- and m-dashes with ASCII equivalents. Docs. - #30: Turn automatic update checks off/on with
workflow:noautoupdate
andworkflow:autoupdate
. Docs. - #32: Change magic arg prefix (
Workflow.magic_prefix
) and editing, augmenting of built-in magic args. Docs. - #40: Proper semantic version support. First run/last run version support to enable bootstrapping/migration. Docs.
- New magic args. Docs.
workflow:magic
lists all available magic args.workflow:help
openshelp_url
in default browser (if set).workflow:version
displays version of installed workflow (if set).
Go directly to v1.10.1. Do not pass Go, do not collect £200
This release has a fatal error 💩
Improved cache/data deletion; Save downloaded files directly to disk
Update icons for Yosemite
- Remove
ICON_MUSIC
as it's no longer present in Yosemite. - Add a few new system icons.
- Add
MANIFEST.in
so PyPI distribution works again.
Ignore releases marked "pre-release"
GitHub releases marked as pre-releases will be ignored by the update code.
Thanks to @fniephaus for the addition.
Fix bug in update.py
Previously, Alfred-Workflow would only recognise a workflow as having been update
for 60 seconds after the last update check.
Log workflow execution duration
Workflow execution speed is of the essence in Alfred, so Workflow.run()
now always logs how long it took the workflow to execute.
Fix bad release
v1.9.1