Releases: skim-rs/skim
Releases · skim-rs/skim
1.0.0-pre4 - 2026-01-14
Release Notes
🚀 Features
- 120 FPS
🐛 Bug Fixes
- (cmd) [breaking] Always use
shfor all command executions
⚙️ Miscellaneous Tasks
- Regenerate CHANGELOG.md
Install skim 1.0.0-pre4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/skim-rs/skim/releases/download/v1.0.0-pre4/skim-installer.sh | shDownload skim 1.0.0-pre4
| File | Platform | Checksum |
|---|---|---|
| skim-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| skim-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| skim-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| skim-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| skim-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
Version 1.0.0-pre3
Release Notes
Install skim 1.0.0-pre3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/skim-rs/skim/releases/download/v1.0.0-pre3/skim-installer.sh | shDownload skim 1.0.0-pre3
| File | Platform | Checksum |
|---|---|---|
| skim-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| skim-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| skim-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| skim-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| skim-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
Version 1.0.0-pre1
Release Notes
This release marks the success of a (way too long) migration of skim's TUI backend to Ratatui. It brings its relatively small set of breaking changes with it.
Breaking changes
execute(...)will still run the command if no item is selected. To get the previous behavior back, useif-non-matched()+execute(...)- field expansion in
executeandpreviewwill no longer support arbitrary spaces, for instance{ }will not get expanded as{} - interactive mode will not use stdin/skim default command when starting up.
expectbind is deprecated- interactive mode will now expand like other commands, except that
{}will keep expanding to the current query.
Install skim 1.0.0-pre1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/skim-rs/skim/releases/download/v1.0.0-pre1/skim-installer.sh | shDownload skim 1.0.0-pre1
| File | Platform | Checksum |
|---|---|---|
| skim-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| skim-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| skim-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| skim-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| skim-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
skim-v0.20.5
skim-v0.20.4
🐛 Bug Fixes
- (options) allow border to be used without args
- (cli) allow value for border arg
skim-v0.20.3
⚙️ Miscellaneous Tasks
- Update Cargo.toml dependencies - (0000000)
skim-v0.20.2
fix: fix parsing position cursor report escape sequences in tuikit #783
What's Changed
- docs(e2e): add contributing section by @LoricAndre in #817
- fix: fix parsing position cursor report escape sequences in tuikit by @azat in #783
- chore(release): release by @skim-rs-bot in #818
New Contributors
Full Changelog: v0.20.1...v0.20.2
skim-v0.20.1
skim-v0.20.0
⛰️ Features
- ui: Respect NO_COLOR environment variable (#804) - (0f4b13e) (by @saidelmark)
Contributors
skim-v0.19.0
⛰️ Features
- Add min query length option (#806) - (71b82d0) (by @LoricAndre)
⚙️ Miscellaneous Tasks
- Update Cargo.toml dependencies - (0000000)