You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[5.0.6-LEAN-WIN] - 2026-04-06
Added
Dashboard Channel Sorting: Introduced visual channel reordering directly within the web UI.
Users can now intuitively arrange their channel lineup using drag-and-drop.
Added dedicated "Move Up" and "Move Down" buttons for precise positioning.
Channel order is automatically written to roku_channels.json upon saving and is instantly reflected in the generated channels.m3u playlist for seamless integration with client apps.
Changed / Under the Hood
Build Environment Modernization: * Upgraded the backend compilation environment to utilize Python 3.13.
Modernized the CI/CD pipeline by updating GitHub Actions to their latest major versions (checkout@v6, setup-python@v6, upload-artifact@v7).
Resolved underlying runner warnings by officially migrating the workflow's JavaScript actions away from the deprecated Node.js 20 environment.