You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major enhancement: --resume no longer requires device specification.
Tool automatically searches and matches drive by serial number and model.
New Features:
- Auto-detect resume drive by serial number
- Device path independence (drive can change from /dev/sdb to /dev/sdc)
- New find_device_by_serial_model() function
- Backwards compatible (can still specify device manually)
Changes:
- Updated argument parser help text and examples
- Updated all --resume instructions throughout codebase
- Improved user feedback for auto-detection
Tests:
- Added TestAutoDetectResume class with 7 new tests
- Total: 174 tests passing with 97% code coverage
Documentation:
- Updated README.md with auto-detection examples
- Updated CHANGES.md with v1.5.0 release notes
- Updated TESTDESIGN.md with new test coverage
0 commit comments