Skip to content

v13.0.0

Choose a tag to compare

@caleb531 caleb531 released this 14 Jul 20:25
abdebf0
  • Added support for Alfred 5
    • The latest Alfred 4-compatible release (v12.1.0) will continue to be available

Under-the-Hood

  • Migrated from nose to nose2 as the project's test runner / test framework
    • This enables support for Python 3.10 and future versions of Python, since nose is no longer maintained
  • Switched from Travis to GitHub Actions for CI pipeline