v0.10.1 Release Notes
Fixes
- Fixed an issue on Windows where
diffcould still showlocal copy (sync --force to replace)after runningsync --force. - Added proper detection and target resolution for Windows junctions (
mklink /J), which were previously misclassified as regular folders.
Improvements
- Unified sync/diff link-state detection across both CLI and Web flows for consistent results.
- Added cross-platform link utilities that handle:
- standard symlinks
- Windows junctions / reparse points
Impact
- On Windows,
skillshare sync --forcenow correctly replaces local copies with recognized link states. skillshare diffno longer repeatedly reports the same items as pending local copies after a force sync.
Compatibility
- No breaking changes.
- Unix/macOS behavior remains unchanged.