Release Notes
Note for SDK users: SkimOptions.info is now skim::tui::statusline::Info, wrappiing the previous skim::tui::statusline::InfoDisplay in its display field. This change should not affect SkimOptionsBuilder::info() calls as it internally calls Into::into(), but if you were using SkimOptions.info directly, you may need to call .into() or access Info.display instead. The intended usage is to use the builder, which is why this release wasn't a major bump, don't hesitate to call me out if it introduces issues on your side
🚀 Features
- Allow negative sizes (closes #1040) (#1043)
- Add border none (closes #1041) (#1044)
- Add more info variants (closes #1042) (#1048)
🐛 Bug Fixes
- Theme not being set with multiple values (#1049)
- Ignore missing files for ssh completion (closes #1054)
- Remove breaking change introduced with 7375d30
⚙️ Miscellaneous Tasks
- Unpin wide-used dependencies (closes #1050)
New Contributors
Install skim 4.6.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/skim-rs/skim/releases/download/v4.6.0/skim-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/skim-rs/skim/releases/download/v4.6.0/skim-installer.ps1 | iex"Download skim 4.6.0
| 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 |