Skip to content

Releases: ZmotriN/php-wcli

v1.0.2

03 May 17:13
Compare
Choose a tag to compare

[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

02 May 18:58
Compare
Choose a tag to compare

[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

01 May 01:11
Compare
Choose a tag to compare

Initial Release