Skip to content

Releases: Ataraxy-Labs/lazydiff

v0.1.0-alpha.17

07 Jun 17:15
cdc837a

Choose a tag to compare

Fixes

  • Fix /dev/null phantom entries — deleted files no longer show as /dev/null in the file list; new files correctly have no old path
  • Fix j/k key input in finder — j and k keys now type into the search field instead of being intercepted as vim navigation

Changes

  • Configurable GitHub OAuth client ID — the CLI now resolves the GitHub OAuth client ID from LAZYDIFF_GITHUB_CLIENT_ID env var, ~/.config/lazydiff/config.toml, or compile-time env, instead of a hardcoded value

v0.1.0-alpha.16

04 Jun 23:25

Choose a tag to compare

bump version to 0.1.0-alpha.16

v0.1.0-alpha.15

04 Jun 20:07

Choose a tag to compare

bump version to 0.1.0-alpha.15

v0.1.0-alpha.14

04 Jun 10:49

Choose a tag to compare

Release v0.1.0-alpha.14

v0.1.0-alpha.13

03 Jun 12:59

Choose a tag to compare

Release v0.1.0-alpha.13

v0.1.0-alpha.12 — FIXED SYNTAX HIGHLIGHTING

02 Jun 15:22

Choose a tag to compare

FIXED SYNTAX HIGHLIGHTING

This release fixes the diff syntax highlighting regression and restores proper coloring for highlighted diff lines.

Also included:

  • Expanded unchanged diff sections now render with syntax highlighting.
  • Expanded sections no longer show duplicate hunk reference/context labels.
  • Mouse hit-testing in the diff buffer now lines up with rendered rows.
  • / search editing now behaves more like Vim, including Backspace/Ctrl-H, Ctrl-W, Ctrl-U, Enter, and Esc/Ctrl-C.
  • File tree/sidebar toggle is available on space t and shown in help/command menus.

v0.1.0-alpha.11

27 May 00:13

Choose a tag to compare

fix: vendor OpenSSL unconditionally for cross-compilation

The musl-only vendored OpenSSL didn't cover macOS cross-compile
(arm64 -> x86_64) where Homebrew OpenSSL is arm64-only. Vendor
unconditionally so all targets build from source.

v0.1.0-alpha.7

21 May 03:00

Choose a tag to compare

style: cargo fmt

v0.1.0-alpha.6

19 May 20:17

Choose a tag to compare

Release v0.1.0-alpha.6

v0.1.0-alpha.4

13 May 00:37

Choose a tag to compare

Streamline README and skip docs-only CI