Release Notes
🐛 Bug Fixes
- (matcher) An inverse query only checks the first --nth field (#1159)
- Do not feed items through a fifo in zsh completions (#1164)
- (filter) --filter hangs when the query is below --min-query-length (#1158)
- Path_name_offset returns bytes while Rank::begin is a char index (#1160)
🤖 CI
- Automatically update PRs on pushes to master
- Fix auto update branch
⚙️ Miscellaneous Tasks
- Clippy & fmt after cargo update
Install skim 5.6.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/skim-rs/skim/releases/download/v5.6.6/skim-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/skim-rs/skim/releases/download/v5.6.6/skim-installer.ps1 | iex"Download skim 5.6.6
| File | Platform | Checksum |
|---|---|---|
| skim-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| skim-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| skim-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| skim-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| skim-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| skim-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| skim-aarch64-unknown-linux-musl.tar.xz | ARM64 MUSL Linux | checksum |
| skim-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |