Releases: techouse/alfred_workflow
Releases · techouse/alfred_workflow
1.1.3
1.1.3
- Chore: improve caching mechanism
- Chore: increase test coverage
1.1.2
1.1.2
- Feat: add number slider configuration support in user settings
1.1.1
1.1.1
- Fix: AlfredWorkflow.getItems is never nullable
- Refactor: improve code readability and maintainability
1.1.0+1
1.1.0+1
- Fix: expose Alfred automatic caching
1.1.0
1.1.0
- Feat: add automatic caching support for Alfred items (Alfred 5.5 only)
- Refactor: improve code readability and maintainability
- Chore: update dependencies
1.0.2
1.0.1
1.0.1
- Chore: update dependencies
- Chore: add documentation
1.0.0
0.6.1
0.6.0
0.6.0
- BREAKING: User Defaults are now combined with the default prefs.plist
file. This means that if you have a prefs.plist file in your workflow, it will
be merged with the User Defaults when you callAlfredWorkflow.run()
.
This is to ensure that the workflow is always in a consistent state.