Releases: pandomic/stream-deck-stateful-executor
Releases · pandomic/stream-deck-stateful-executor
Version 0.2.0.0
🚀 What's New
Breaking Changes
This release introduces a fundamental architectural change by separating executors and matchers into two distinct actions. This provides greater flexibility and modularity in configuring your Stream Deck workflows.
✨ New Features
- Dynamic Custom Titles - Use ETA template syntax in custom titles to display dynamic content from various sources, making your buttons more informative and context-aware
🔧 Improvements
- Non-JSON Output Support - Commands that return non-JSON output are now fully supported
- Smoother State Updates - Fixed flickering issues when updating matcher states for a more polished user experience
Note: Due to the separation of executors and matchers, you may need to reconfigure existing buttons after upgrading.
Version 0.1.1.0
- Improve background polling and fix cumulative calls
- Add clear buttons to file pickers
Initial Release
0.1.0.0 chore(ci): update release workflow