Skip to content

v0.2.0 — Bug fixes & UX improvements

Choose a tag to compare

@maxlhuber maxlhuber released this 11 May 19:02

What's changed

Bug fixes

  • Eliminated double HTTP request per toggle/tick_get_current_target now accepts pre-fetched API data, halving API load and removing a race condition
  • Settings no longer written to disk on every tick — initialisation moved to on_ready, plain read-only access on polling cycles
  • Descriptive errors for API schema mismatches — deep JSON path access now catches KeyError and reports the missing key with a helpful message
  • "Configure" state on first run — button shows — Configure instead of ERR until master/speaker/headphone names are set
  • Icon selection uses consistent matchingrefresh_state now uses _match_text (case-insensitive substring) instead of raw equality comparisons

UI / UX

  • Removed dead poll-interval row from the config UI — it was visible but had no effect
  • Config subtitles are now English — were previously German while titles were English

CI

  • Ruff lint job added to the GitHub Actions workflow; runs on every push to main and must pass before a release ZIP is built

Upgrading from 0.1.1

No manual migration needed. On first launch after update the plugin will show "Configure" if your device names are not yet stored — simply open the action settings and confirm them once.