Skip to content

v1.25.0

Choose a tag to compare

@github-actions github-actions released this 21 Feb 12:34
· 160 commits to main since this release

Bug Fixes

Windows: "cannot execute binary file" on Stop hook

Git Bash (MINGW) cannot exec .bat files directly — they require cmd.exe for interpretation. Added detect_windows_binary to prefer the native .exe over the .bat wrapper, and run_windows_bat to route .bat execution through cmd.exe /c call.

CI: real-network E2E tests race condition

Real-network tests now skip gracefully when the latest release binary isn't yet available, preventing false failures when CI and Release workflows run in parallel.


📦 Installation · 🔄 Updating

Full Changelog: v1.24.0...v1.25.0