Skip to content

Releases: JanusMael/Git-ArchiveBranchDiffs

v1.0.4

28 Jul 19:03
Compare
Choose a tag to compare

Fix for handling binary files in repositories

v1.0.3

23 Jul 20:17
Compare
Choose a tag to compare

Bug fixes, mostly around UTF-8 Encoding handling

  • UTF-8 Encoding fixes that prevent git show and certain local index reads from mangling Unicode characters
  • Prompt to optionally use default remote branch when choosing LEFT side
  • Fix empty strings being treated as valid paths

v1.0.2

21 Jul 18:57
21516bb
Compare
Choose a tag to compare

Bug fixes and edge case handling

  • better handle when 'raw blob' content is not available (due to rename, etc.)
  • add token files for additional modification types
  • if specified branch is not found locally, check the remote equivalent
  • detect if 'current directory' is a git root and prompt to use it if so

v1.0.1

10 May 16:44
Compare
Choose a tag to compare
  • Added -missing token files for 'missing files' (renamed or deleted) in the left-side of the diff
  • Errors related to missing files have been reduced and demoted to warnings

v1.0.0

02 May 17:07
Compare
Choose a tag to compare

Initial Version