Skip to content

Releases: pandomic/stream-deck-stateful-executor

Version 0.2.0.0

26 Feb 23:05

Choose a tag to compare

🚀 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

28 Aug 22:11
6b208d3

Choose a tag to compare

  • Improve background polling and fix cumulative calls
  • Add clear buttons to file pickers

Initial Release

04 Dec 20:46
de40ec2

Choose a tag to compare

0.1.0.0

chore(ci): update release workflow