v1.4.0 Release Notes
New Features
- Version Badge - App version now displayed in the header for easier troubleshooting
Performance Improvements
- Collapsed Groups by Default - Channel groups are now collapsed on initial load, significantly reducing render time for large playlists
- Fixed Memory Issues with Large M3U - Replaced spread operators with
concat()to prevent stack overflow on massive playlists
Backend Refactoring
- Unified M3U/Xtream API Handling - Updated M3U sources to use the same API endpoints as Xtream, simplifying frontend code
- Deprecated Legacy M3U Proxy Route - Removed the old
/api/proxy/m3uendpoint in favor of unified endpoints