0.1.11
🪟 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
ServerBuilderto use consistent forward slashes in scan directory paths - Fixed shell commands to use platform-appropriate null devices (
NULon Windows, null on Unix) - Fixed
findExecutable()to only run platform-specific commands (whichon Unix,whereon 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