Skip to content

Releases: r-teller/streamdeck-sonoscontroller

1.0.2: Merge pull request #1 from r-teller/maint-11-28

30 Nov 00:52
0412781

Choose a tag to compare

1.0.1

28 Nov 07:02

Choose a tag to compare

1.0.1 Pre-release
Pre-release

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_STATUS enum across the codebase
  • Exported OPERATIONAL_STATUS enum separately for better code reusability
  • Updated ESLint configuration to focus on src directory
  • Fixed type error related to accessing OPERATIONAL_STATUS through instance instead of class

Architectural Improvements

  • Standardized the usage of static OPERATIONAL_STATUS enum
  • Improved import/export patterns for better code organization
  • Enhanced type safety for operational status checks

Developer Experience

  • Simplified access to OPERATIONAL_STATUS enum 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

25 Nov 18:15

Choose a tag to compare

1.0.0

init