Skip to content

2.0.5 - Windows Input Fixes & WebCodecs Stability

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Jun 18:52

This update addresses critical issues with input handling and display rendering.

Key Changes:

  • Windows Input: Added explicit administrator manifest requirements for the Electron application. This resolves the long-standing issue where ViGEm virtual controllers were blocked from spawning by Windows security policies.
  • WebCodecs Rendering: Replaced manual JavaScript scaling logic with native CSS object-fit. The video stream now correctly maintains aspect ratio and stays within window boundaries regardless of browser resizing.
  • Emulated KBM Fixes: Corrected an input routing error in InputOrchestrator that prevented keyboard-to-controller mapping from triggering correctly.
  • Native Bridge: Fixed an initialization mismatch in the native C++ input driver to ensure the zero-latency path loads reliably on Linux hosts.