Skip to content

DroidWebDisplay v0.11.6

Choose a tag to compare

@github-actions github-actions released this 19 Aug 13:59

0.11.6 — Windows console flash fix

  • Fixed the Windows packaged application repeatedly opening and immediately closing console windows while the server was running.
  • Applied CREATE_NO_WINDOW consistently to background ADB commands and the scrcpy server child process, matching the existing hidden-process behavior used by the desktop host.
  • Centralized the Windows subprocess creation flags so future ADB call sites inherit the same GUI-safe launch behavior.
  • Added regression coverage verifying both ordinary ADB commands and scrcpy server startup pass the hidden-window creation flags.