Skip to content

Releases: ZmotriN/php-wcli

v1.0.2

Choose a tag to compare

@ZmotriN ZmotriN released this 03 May 17:13

[1.0.2] - 2024-05-03

Added

  • Virtual Key Codes constants VK_*

Fixed

  • Optimise wcli_get_key & wcli_get_key_async
  • wcli_get_key: check numberOfEventsRead in loop

v1.0.1

Choose a tag to compare

@ZmotriN ZmotriN released this 02 May 18:58

[1.0.1] - 2024-05-02

Added

Changed

  • Change licence to MIT
  • wcli_get_key() use ReadConsoleInputExA instead of GetKeyState
  • wcli_get_key_async() use ReadConsoleInputExA instead of GetAsyncKeyState

Fixed

  • Detect Powershell console
  • Simplify get_console_window_handle()
  • Fix input on virtual terminal like VS Code

v1.0.0

Choose a tag to compare

@ZmotriN ZmotriN released this 01 May 01:11

Initial Release