github bgreenwell/xleak v0.2.6
0.2.6 - 2026-05-24

5 hours ago

Release Notes

Added

  • NetBSD installation via pkgin install xleak (thanks @0323pin! #40)
  • Automated AUR, WinGet, and Scoop publishing via GitHub Actions
  • Warn when formula cells are blank due to uncached xlsx values (NOTE: before table, suggests --formulas or re-saving in Excel/LibreOffice)

Changed

  • Upgrade calamine 0.26 → 0.34 and dirs 5.0 → 6.0 for Debian packaging compatibility (thanks @nadzyah! #43)
  • Nix flake version now read dynamically from Cargo.toml; homepage URL fixed
  • Replaced prettytable-rs with comfy-table for non-interactive output, enabling correct multiline cell wrapping with --wrap (#44)
  • Non-interactive table output: green bold headers, red errors, green formula-mode cells

Fixed

  • CSV and text export wrote large numbers with thousands separators (e.g. "18,441,600,422" instead of 18441600422), making them unparseable as numbers (#34)
  • AUR xleak-bin PKGBUILD: package() missing cd "$srcdir/..." caused install failures
  • ? help keybinding not firing on macOS — macOS terminals omit SHIFT for symbol chars
  • Formulas fixture: Formula column now shows expression text; Result holds the live formula

Install xleak 0.2.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bgreenwell/xleak/releases/download/v0.2.6/xleak-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/bgreenwell/xleak/releases/download/v0.2.6/xleak-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install bgreenwell/tap/xleak

Download xleak 0.2.6

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

Don't miss a new xleak release

NewReleases is sending notifications on new releases.