- Chore: update dependencies
- Chore: update dependencies
- Chore: add documentation
- Chore: update dependencies
- Chore: Update dependencies
- 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 call
AlfredWorkflow.run()
. This is to ensure that the workflow is always in a consistent state.
- Chore: Update dependencies
- Chore: Update Dart SDK to '>=3.2.0 <4.0.0'
- Feat: Add ability to read User Defaults from prefs.plist
- Chore: Update dependencies
- Chore: Add pub topics to package metadata
- Chore: Update dependencies
- Chore: Add Dart 3 class modifiers
- Chore: Add GitHub Release step to publishing GitHub Action
- Chore: Update Dart SDK to '>=3.0.5 <4.0.0'
- Chore: Update dependencies
- Chore: Remove Dart Code Metrics because it's being deprecated https://dcm.dev/blog/2023/06/06/announcing-dcm-free-version-sunset/
- Chore: Update dependencies
- Chore: Update dependencies
- Chore: Automate publishing via GitHub Actions
- Chore: Update Dart SDK to '>=2.17.0 <4.0.0'
- Chore: Update copy_with_extension to 5.0.2
- Chore: Replace all Object? with dynamic in models
- Fix result ordering
- BREAKING: Change AlfredItem.type from String to AlfredItemType enum
- Add support for Universal Action
- Add support result ordering
- Add support for mods field in AlfredItem
- Updated dependencies
- Rebuilt generated files
- Add support custom version tags
- Updated examples
- Updated dependencies
- Updated dependencies
- Rebuilt generated files
- AlfredItems now has a const constructor
- Added build_verify test to ensure all generated files get pushed correctly
- Added EquatableMixin to AlfredCache and AlfredUpdater
- Updated dependencies
- Now using autoequal to auto-generate Equatable props
- Updated development dependencies
- Updated dependencies
- Updated dependencies and rebuilt generated files
- Stricter code linting
- Upgraded stash to 4.3.0
- Upgraded stash to 4.1.0
- BREAKING: Changed minimum SDK version to 2.17.0
- Pin stash to 4.0.x
- Fix typo in changelog
- Use a copy of AlfredItems when adding to beginning or end of JSON string
- Update dependencies
- Rebuild generated files
- Add more tests
- Add more documentation
- Refactor exports
- Limit library to macOS only as Alfred is a macOS only app.
- Add more documentation
- Add coverage
- Bug fixes
- Add more unit tests
- Add unit tests
- Fix some minor bugs
- Add updater
- Do not JSON serialize nullable null fields
- Add basic file caching
- BREAKING: AlfredItems now accepts only a single positional item
- Use json_serializable to automate json serialization
- BREAKING: Change Iterable for List
- Initial version.