Skip to content

v4.1.3

Choose a tag to compare

@LaiTszKin LaiTszKin released this 03 Jun 19:17
· 202 commits to main since this release

Fixed

  • Windows TTY detection: Added isInteractive() helper with environment variable fallback for MSYS2/MINGW (Git Bash), Windows Terminal, and ConEmu. Fixes update prompts, interactive install prompts, color output, and animation on Windows platforms where stdin.isTTY is unreliable.
  • All isTTY checks centralized: shouldSkipUpdateCheck, supportsColor, supportsAnimation, promptForModes, promptYesNo, confirmInstall, and uninstall flow now all use the shared isInteractive() function from @laitszkin/tui.