Skip to content

Releases: deanishe/alfred-workflow

Full support for OS X 10.6 and 10.7

15 Jan 23:58
Compare
Choose a tag to compare
  • #27 Fix compatibility with older versions of security
  • #61 Python 2.6 compatibility for 10.6
  • #62 Add 2.6 to Travis
  • Ensure all test modules run without a special environment
  • Use tox for tests

Filter bugfix and more robust handling of borked settings

02 Jan 22:18
Compare
Choose a tag to compare
  • #57 filter by min_score before max_results.
  • #56 Accept empty string for autocomplete. If autocomplete is set to "" (empty string), TABbing a result will autocomplete to the keyword

Add proper version support, dumb punctuation, help URL, first run/last run version

21 Dec 16:56
Compare
Choose a tag to compare

Now with real version support

  • #44: help_url for URL link to help/support page. Shown in error logs and via workflow: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 and workflow: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 opens help_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

21 Dec 16:57
Compare
Choose a tag to compare

Improved cache/data deletion; Save downloaded files directly to disk

20 Dec 09:08
Compare
Choose a tag to compare
  • #47 Cache and data files can be selectively deleted. Docs.
  • #52 Handle gzipped HTTP data
  • #53 save_to_path() method added to save HTTP response data directly to a file. Docs.

Update icons for Yosemite

06 Nov 13:59
Compare
Choose a tag to compare
  • 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"

10 Oct 11:17
Compare
Choose a tag to compare

GitHub releases marked as pre-releases will be ignored by the update code.

Thanks to @fniephaus for the addition.

Fix bug in update.py

08 Oct 21:13
Compare
Choose a tag to compare

Previously, Alfred-Workflow would only recognise a workflow as having been update
for 60 seconds after the last update check.

Log workflow execution duration

05 Oct 17:52
Compare
Choose a tag to compare

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

27 Sep 10:56
Compare
Choose a tag to compare