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--formulasor re-saving in Excel/LibreOffice)
Changed
- Upgrade
calamine0.26 → 0.34 anddirs5.0 → 6.0 for Debian packaging compatibility (thanks @nadzyah! #43) - Nix flake version now read dynamically from Cargo.toml; homepage URL fixed
- Replaced
prettytable-rswithcomfy-tablefor 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 of18441600422), making them unparseable as numbers (#34) - AUR
xleak-binPKGBUILD:package()missingcd "$srcdir/..."caused install failures ?help keybinding not firing on macOS — macOS terminals omit SHIFT for symbol chars- Formulas fixture:
Formulacolumn now shows expression text;Resultholds 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 | shInstall 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/xleakDownload 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 |