hex-editor v0.2.4
·
0 commits
to 08e813aa31c4d99de39890e0941fc945065a1fcf
since this release
fix: split on both / and \ in lastName() for Windows path compatibility
path.split('/') leaves Windows backslash paths unsplit, so the full
path was shown in the diff header on Windows. The regex /[\\/]/ handles
both separators.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>