Skip to content

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 22 Apr 20:56

Release Notes: v0.5.2

What's New

  • Network Visibility: Standardized internal ECP client callbacks to ensure consistent event routing between the service and the TUI.

Bug Fixes

  • Network Panel Sync: Fixed a bug where the NetworkPanel failed to display real-time HTTP traffic due to a mismatched attribute name (_on_event vs on_network_event). UI events now correctly propagate from the EcpClient.

Under the Hood

  • Attribute Consistency: Renamed internal callback attributes in EcpClient and MockEcpClient to on_network_event for better alignment with constructor arguments and UI expectations.
  • Version Bump: Incremented version to 0.5.2 across pyproject.toml and roku_tui/__init__.py.
  • Lockfile Update: Refreshed uv.lock to match the new project version.