github MotWakorb/enhancedchannelmanager v0.7.2
v0.7.2: Dispatcharr 0.17 Compatibility

latest releases: v0.13.1, v0.13.0, v0.12.6...
one month ago

Dispatcharr 0.17 Compatibility Release

This release ensures ECM works with Dispatcharr 0.17 and maintains backwards compatibility with older versions.

What's New

  • API Compatibility Test Suite - Run python test_dispatcharr_api.py after Dispatcharr upgrades to verify all endpoints
  • EPG Data API Fix - Handle Dispatcharr's new flat list response format for /api/epg/epgdata/
  • Backwards Compatibility - Auto-pagination for older Dispatcharr versions that return paginated responses

Security Fixes

  • Fix innerHTML XSS pattern in LogoManagerTab
  • Update vite to v7.3.1 (fixes GHSA-67mh-4wv8-2f99)

Code Quality

  • Add buildQuery helper for cleaner URL parameter construction
  • Add useAsyncOperation hook for modal state management

Testing Your Dispatcharr Connection

After upgrading Dispatcharr, run the compatibility test:

python backend/test_dispatcharr_api.py \
  --url http://your-dispatcharr:9191 \
  --username admin \
  --password yourpassword \
  --read-only

Full Changelog: v0.7.1...v0.7.2

Don't miss a new enhancedchannelmanager release

NewReleases is sending notifications on new releases.