Skip to content

v1.25.1

Choose a tag to compare

@github-actions github-actions released this 21 Feb 13:44
· 159 commits to main since this release

Bug Fixes

Windows: "cannot execute binary file" on Stop hook

Fixed hook failures on Windows environments where uname -s doesn't return MINGW/MSYS/CYGWIN:

  • Added fallback Windows detection via $OS environment variable (Windows_NT on all Windows systems)
  • Added Git text-symlink detection — bin/claude-notifications is now validated before execution; if it's a text-symlink stub (Git on Windows creates text files instead of real symlinks), it's resolved or invalidated instead of being executed
  • After auto-install on Windows, detect_windows_binary is re-run to prefer the native .exe over the .bat wrapper

📦 Installation · 🔄 Updating

Full Changelog: v1.25.0...v1.25.1