Skip to content

0.3.0

Choose a tag to compare

@github-actions github-actions released this 01 Mar 16:56
b759660

Release Notes

Features

  • In-place text editing — press e to edit CLAUDE.md files and settings files directly in the TUI using tui-textarea, with dirty tracking, explicit save (Ctrl+S), atomic writes, and double-Esc to discard unsaved changes

Fixes

  • File list navigationj/k now skip folder nodes so the cursor always lands on a file, preventing the content pane from appearing unresponsive

Internal

  • Crate structure — moved business logic from main.rs to lib.rs, eliminating duplicate module compilation during tests

Install jigolo 0.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/freyr/jigolo/releases/download/v0.3.0/jigolo-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/freyr/jigolo/releases/download/v0.3.0/jigolo-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install freyr/tap/jigolo

Download jigolo 0.3.0

File Platform Checksum
jigolo-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
jigolo-x86_64-apple-darwin.tar.xz Intel macOS checksum
jigolo-x86_64-pc-windows-msvc.zip x64 Windows checksum
jigolo-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
jigolo-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum