Releases: r-teller/streamdeck-sonoscontroller
Releases · r-teller/streamdeck-sonoscontroller
1.0.2: Merge pull request #1 from r-teller/maint-11-28
1.0.1
Release Notes
New Features
- Added new "Now Playing" action to display currently playing track information
- Updated "Play Favorite" action to display favorite icon instead of currently playing track
Code Quality & Bug Fixes
- Fixed inconsistent references to
OPERATIONAL_STATUSenum across the codebase - Exported
OPERATIONAL_STATUSenum separately for better code reusability - Updated ESLint configuration to focus on
srcdirectory - Fixed type error related to accessing
OPERATIONAL_STATUSthrough instance instead of class
Architectural Improvements
- Standardized the usage of static
OPERATIONAL_STATUSenum - Improved import/export patterns for better code organization
- Enhanced type safety for operational status checks
Developer Experience
- Simplified access to
OPERATIONAL_STATUSenum through direct imports - Reduced code duplication by centralizing operational status definitions
- Improved code maintainability through consistent enum usage
UI/UX Improvements
- Clearer visual distinction between "Play Favorite" and "Now Playing" actions
- More intuitive icon representation for favorites functionality
Getting Started
1.0.0 init