Skip to content

Releases: deanishe/alfred-workflow

Optimise caching performance

07 Aug 20:56
Compare
Choose a tag to compare

Add support for Alfred 2.4's environmental variables

07 Aug 16:03
Compare
Choose a tag to compare

See this thread for more information.

Here is Alfred-Workflow's corresponding documentation.

Allow duplicate items in `filter`

23 Jul 06:05
Compare
Choose a tag to compare

Fix multiple calls to `Response.content`

21 Jul 09:54
Compare
Choose a tag to compare

Add `iter_content` method to web.py

19 Jul 09:55
Compare
Choose a tag to compare

Enable deletion of individual cache files

16 Jun 19:38
Compare
Choose a tag to compare

By passing None as the data argument to Workflow.cache_data(), you can force the deletion of the corresponding cache file:

from workflow import Workflow
wf = Workflow()
wf.cache_data('test', None)

will delete the cache file for name/key test.

This may be useful in forcing your workflow to update its cache data.

Multi-word queries

11 May 21:44
Compare
Choose a tag to compare

Revert default filter matching to MATCH_ALL

11 May 17:00
Compare
Choose a tag to compare

Add support for modifier subtitles

11 May 16:57
Compare
Choose a tag to compare

You can now specify subtitles to be shown when modifier keys are pressed

Fix JSON decoding in web.py

11 May 11:28
Compare
Choose a tag to compare