Skip to content

v1.9 — Windows 11 Support

Latest

Choose a tag to compare

@marekkowalczyk marekkowalczyk released this 02 Jun 16:25
· 21 commits to master since this release
Immutable release. Only release title and notes can be modified.

What's new

  • Windows 11 supportwinsound for audio cues, msvcrt for non-blocking key polling, UTF-8 console output with virtual terminal processing (PR #3, contributed by @SHJordan)

Details

  • Conditional imports: select/termios/tty on macOS, msvcrt/winsound/ctypes on Windows
  • Windows audio uses system sounds (ding.wav / notify.wav) from %SystemRoot%\Media
  • ANSI escape codes enabled on Windows via ENABLE_VIRTUAL_TERMINAL_PROCESSING
  • Bell fallback works on both platforms when native audio is unavailable