Release v0.0.19
Immutable
release. Only release title and notes can be modified.
🔄 oc-go-cc v0.0.19 Release Changelog
This release introduces platform-specific background process management for the daemon, significantly improving cross-platform compatibility and reliability. The changes implement native process handling for Windows while maintaining consistent behavior across all operating systems. Background mode functionality has been enhanced with better PID file management and improved path handling.
Breaking Changes
New Features
- Add Windows support for background mode using native process APIs
- Split daemon package into platform-specific files for process management
- Preserve Scoop shim paths by skipping symlink resolution on Windows
- Improve PID file handling with pre-existing instance check
- Write PID file in foreground mode for better debugging
Improvements
- Platform-specific background process management for better cross-platform support
- Enhanced PID file reliability with foreground mode support
- Improved process management for Windows using native APIs
- Better error handling in background process management
Documentation
- Update README.md with new background mode information
- Add platform-specific background process details to documentation
Chores
- Refactor daemon package structure for better maintainability
- Update platform-specific background process implementations
- Clean up code and improve readability across platform implementations