Skip to content

hex-editor v0.2.4

Choose a tag to compare

@github-actions github-actions released this 18 Apr 08:37
· 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>