Workflow execution speed is of the essence in Alfred, so `Workflow.run()` now always logs how long it took the workflow to execute.
1.9.1
1.9
If your workflow uses GitHub releases, with version 1.9 of Alfred-Workflow it will be able to update itself.
See [the documentation](http://www.deanishe.net/alfred-workflow/user-manual/update.html) for information on setting up and using the self-updating feature.
Thanks to fniephaus
1.8.9
Move documentation out of source code and into the docs.
Split docs into several smaller files.
Change theme to Read the Docs theme.
Mirror documentation on [Read the Docs](http://alfredworkflow.readthedocs.org/en/latest/).
1.8.8
Workflow.filter()` now raises a `ValueError` if `query` is empty or a blank string.
Improve and clarify documentation.
Documentation is now also available on [Read the Docs](http://alfredworkflow.readthedocs.org/en/latest/#) (beta).