Skip to content

Releases: deanishe/alfred-workflow

Fix duplicate log messages

09 Apr 15:49
Compare
Choose a tag to compare

No more duplicate messages in the log file if your workflow instantiates multiple Workflow instances.

Add background tasks

06 Apr 22:02
Compare
Choose a tag to compare

New features 

  • workflow.background module to simplify launching background tasks (daemons)

Add diacritic folding

06 Apr 17:58
Compare
Choose a tag to compare

New features 

  • Workflow.filter() now folds diacritics in search keys if query contains only ASCII characters, so that boll will match Böll etc.

Changes 

  • Workflow.filter() now defaults to MATCH_ALL ^ MATCH_ALLCHARS to provide more relevant results much more quickly.

Bugfixes 

  • Fixed a few typos in the documentation.