v1.4.2
Fixed
- Fixed
pull
command not updating branch-tracked files to their latest commits - Fixed incorrect "local changes detected" warnings when pulling branch updates
- Branch-tracked files now automatically resolve to the latest commit on their branch during pulls
- Fixed grouping logic to use resolved commits instead of stored commits for branch-tracked files
- Improved local change detection to distinguish between actual user modifications and expected branch updates
Changed
- BREAKING: Removed
--save
flag frompull
command - Branch tracking is now automatic: files with a
branch
key automatically update to latest commit, files withoutbranch
key remain pinned to their stored commit - Improved user experience by making branch vs. pinned behavior more intuitive
Full Changelog: v1.4.1...v1.4.2