Skip to content

Roku Bridge v5.0.6 - Windows Edition

Latest

Choose a tag to compare

@nuken nuken released this 06 Apr 22:58
· 1 commit to main since this release
e805195

[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.