Skip to content

v0.8.6

Choose a tag to compare

@quangdang46 quangdang46 released this 10 Jul 01:21
· 34 commits to main since this release

Hashline v0.8.6

Bug Fixes

  • Accept bare INS <N>: as shorthand for INS.POST <N>: (#92) — previously bare INS was silently ignored, causing patches to only apply the DEL while the insert content was never written
  • Replace byte-slicing with UTF-8-safe truncation to prevent panic on multi-byte lines — new truncate_utf8_safe() helper walks back to the last safe char boundary

Install

curl -fsSL https://github.com/quangdang46/hashline/releases/latest/install.sh | bash

Full changelog: https://github.com/quangdang46/hashline/blob/main/CHANGELOG.md