Releases: Ataraxy-Labs/lazydiff
Releases · Ataraxy-Labs/lazydiff
v0.1.0-alpha.17
Fixes
- Fix /dev/null phantom entries — deleted files no longer show as
/dev/nullin 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_IDenv var,~/.config/lazydiff/config.toml, or compile-time env, instead of a hardcoded value
v0.1.0-alpha.16
bump version to 0.1.0-alpha.16
v0.1.0-alpha.15
bump version to 0.1.0-alpha.15
v0.1.0-alpha.14
Release v0.1.0-alpha.14
v0.1.0-alpha.13
Release v0.1.0-alpha.13
v0.1.0-alpha.12 — FIXED SYNTAX HIGHLIGHTING
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 tand shown in help/command menus.
v0.1.0-alpha.11
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
style: cargo fmt
v0.1.0-alpha.6
Release v0.1.0-alpha.6
v0.1.0-alpha.4
Streamline README and skip docs-only CI