Skip to content

v1.4.2

Compare
Choose a tag to compare
@andrewmcwatters andrewmcwatters released this 14 Aug 22:11
· 10 commits to main since this release

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 from pull command
  • Branch tracking is now automatic: files with a branch key automatically update to latest commit, files without branch 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