Skip to content

Releases: skim-rs/skim

1.0.0-pre4 - 2026-01-14

14 Jan 18:19

Choose a tag to compare

Pre-release

Release Notes

🚀 Features

  • 120 FPS

🐛 Bug Fixes

  • (cmd) [breaking] Always use sh for 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 | sh

Download 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

14 Jan 16:27

Choose a tag to compare

Version 1.0.0-pre3 Pre-release
Pre-release

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 | sh

Download 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

13 Jan 10:39
c364c5f

Choose a tag to compare

Version 1.0.0-pre1 Pre-release
Pre-release

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, use if-non-matched()+execute(...)
  • field expansion in execute and preview will no longer support arbitrary spaces, for instance { } will not get expanded as {}
  • interactive mode will not use stdin/skim default command when starting up.
  • expect bind 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 | sh

Download 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

09 Aug 17:37
06c3a13

Choose a tag to compare

🐛 Bug Fixes

  • compile without the cli feature (#834)

Contributors

skim-v0.20.4

02 Aug 16:38
706620c

Choose a tag to compare

🐛 Bug Fixes

  • (options) allow border to be used without args
  • (cli) allow value for border arg

skim-v0.20.3

27 Jul 15:08
58ec498

Choose a tag to compare

⚙️ Miscellaneous Tasks

  • Update Cargo.toml dependencies - (0000000)

skim-v0.20.2

29 Jun 16:29
992814c

Choose a tag to compare

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

  • @azat made their first contribution in #783

Full Changelog: v0.20.1...v0.20.2

skim-v0.20.1

21 Jun 23:35
1c1dffb

Choose a tag to compare

🐛 Bug Fixes

Contributors

skim-v0.20.0

21 Jun 23:15
3f3f2da

Choose a tag to compare

⛰️ Features

Contributors

skim-v0.19.0

21 Jun 22:59
e73e7f8

Choose a tag to compare

⛰️ Features

⚙️ Miscellaneous Tasks

  • Update Cargo.toml dependencies - (0000000)

Contributors