Skip to content

Releases: Ataraxy-Labs/lazydiff

v0.1.0-alpha.17

Choose a tag to compare

@rs545837 rs545837 released this 07 Jun 17:15
cdc837a

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

Choose a tag to compare

@github-actions github-actions released this 04 Jun 23:25
bump version to 0.1.0-alpha.16

v0.1.0-alpha.15

Choose a tag to compare

@github-actions github-actions released this 04 Jun 20:07
bump version to 0.1.0-alpha.15

v0.1.0-alpha.14

Choose a tag to compare

@github-actions github-actions released this 04 Jun 10:49
Release v0.1.0-alpha.14

v0.1.0-alpha.13

Choose a tag to compare

@github-actions github-actions released this 03 Jun 12:59
Release v0.1.0-alpha.13

v0.1.0-alpha.12 — FIXED SYNTAX HIGHLIGHTING

Choose a tag to compare

@Palanikannan1437 Palanikannan1437 released this 02 Jun 15:22

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

Choose a tag to compare

@github-actions github-actions released this 27 May 00:13
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

Choose a tag to compare

@github-actions github-actions released this 21 May 03:00
style: cargo fmt

v0.1.0-alpha.6

Choose a tag to compare

@github-actions github-actions released this 19 May 20:17
Release v0.1.0-alpha.6

v0.1.0-alpha.4

Choose a tag to compare

@github-actions github-actions released this 13 May 00:37
Streamline README and skip docs-only CI