Skip to content

Releases: izzzzzi/opencode-hashline

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 05 May 22:50

1.4.0 (2026-05-05)

Bug Fixes

  • correct unit labels (MB → MiB) and misleading test name (53e73e9)

Features

  • add developer toolchain (Biome, Husky, VS Code integration) (7b27f8a)

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 13 Apr 11:48

1.3.3 (2026-04-13)

Bug Fixes

  • pin zod to ~4.1.8 to match @opencode-ai/plugin type expectations (26d6817)

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 13 Apr 11:41

1.3.2 (2026-04-13)

Bug Fixes

  • add debug logging when callID absent (deduplication disabled) (4b7335c)
  • add fallback disambiguation for max-length hash collisions (afba0c7)
  • add safeReapply support to replaceRange (5b6f0a9)
  • replace createBoundedSet monkey-patch with BoundedSet class (60c3cd6)
  • replace dynamic import('fs') with static appendFileSync import (cb85699)

Performance Improvements

  • cache revPattern alongside hashLinePattern in stripHashes (847cd60)
  • optimize collision resolution with dirty-set tracking (PERF-1) (f59c243)
  • use Buffer.byteLength instead of TextEncoder allocation (2a0c1d7)

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 07 Mar 12:20

1.3.1 (2026-03-07)

Bug Fixes

  • harden temp-file handling and docs (a0100c5)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Feb 09:24

1.3.0 (2026-02-22)

Features

  • add file revision, safe reapply, and structured error diagnostics (e2d00d2)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Feb 00:52

1.2.0 (2026-02-21)

Features

  • add apply_patch benchmark mode and update README comparison table (9c46a8c)

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 21 Feb 00:35

1.1.3 (2026-02-21)

Bug Fixes

  • security hardening from audit findings (a4a7ad7)

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 21 Feb 00:27

1.1.2 (2026-02-21)

Bug Fixes

  • preserve CRLF line endings on Windows after hashline edits (215668e)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 21 Feb 00:17

1.1.1 (2026-02-21)

Bug Fixes

  • access denied on hashline_edit for non-git projects (3bc2cb3), closes #7

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Feb 00:12

1.1.0 (2026-02-21)

Features

  • make Russian README default, rename build output to opencode-hashline.js (9a62087)