Skip to content

0.1.11

Choose a tag to compare

@josbeir josbeir released this 21 Dec 10:59
· 5 commits to main since this release

🪟 Windows Compatibility Improvements

Cross-Platform Testing & Fixes

  • Added Windows CI testing to catch platform-specific issues early
  • Fixed path separator inconsistencies across Windows and Unix systems

Bug Fixes

  • Fixed ServerBuilder to use consistent forward slashes in scan directory paths
  • Fixed shell commands to use platform-appropriate null devices (NUL on Windows, null on Unix)
  • Fixed findExecutable() to only run platform-specific commands (which on Unix, where on Windows)
  • Normalized line endings in test file reading for cross-platform consistency
  • Added Windows-specific error message handling in process execution tests

CI/CD

  • Added Windows and Ubuntu matrix testing