Skip to content

Releases: deanishe/alfred-workflow

Turn STDERR logging back on

25 May 09:58
Compare
Choose a tag to compare

Alfred 2 has been fixed.

Turn off STDERR logging to prevent hangs

23 Mar 13:14
Compare
Choose a tag to compare

Allow auto-update to prerelease versions

22 Mar 11:58
Compare
Choose a tag to compare
  • Add prerelease option for updates #77
  • Make writing of settings.json uninterruptible #79

Thanks to @idpaterson for the above new features

Force POST requests

28 Feb 01:11
Compare
Choose a tag to compare
Force POST requests Pre-release
Pre-release
  • #74 fixes long-standing issue that POST requests weren't POST requests without any data.

The unit tests have been heavily overhauled to use py.test and run entirely offline. This
makes the tests run on Travis CI again.

Fix PyPi distribution error

28 Feb 01:05
Compare
Choose a tag to compare

Handle mutable values properly in Settings

24 Feb 08:16
Compare
Choose a tag to compare
  • Fix broken handling of mutable values by Settings
  • Ensure settings.json is only written when Settings has changed

Add notifications

23 Feb 20:11
Compare
Choose a tag to compare
  • Post notifications via Notification Center (10.8+ only)
  • Change documentation theme to Alabaster
  • Tidy up scripts

Add file locking around `settings.json`

15 Aug 10:42
Compare
Choose a tag to compare

Add file locking around settings.json to prevent overwriting by different processes (#69)

Improve data integrity

05 Jul 11:40
Compare
Choose a tag to compare
  • Prevent workflow from being killed while writing to disk #66
  • Context manager and decorator to make your own code more resilient
  • GET parameters from params and the URL are now combined in web.py
  • Add project icon
  • Add rudimentary Dash docset

No new features/bugfixes

28 Jan 23:31
Compare
Choose a tag to compare

Fix a rendering problem of the description on PyPI.

Otherwise no changes. Release is only to maintain parity with PyPI version numbers.