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