Skip to content

5.2.0 - 2026-03-17

Choose a tag to compare

@github-actions github-actions released this 17 Mar 20:26

Release Notes

Added

  • Support all YAML values in profile fields #647
    • This required some major refactoring of the TUI code, particularly around template previews. If you notice any bugs, please report them.

Changed

  • Remove underline from table selected row style
  • Rename Copy as ... actions to Export as ...
  • Move component-specific recipe actions (URL, query params, etc.) into their own submenus

Fixed

  • Fix crash in TUI when previewing a JSON body containing a streamable function call (e.g. command() or file())

Install slumber 5.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LucasPickering/slumber/releases/download/v5.2.0/slumber-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/LucasPickering/slumber/releases/download/v5.2.0/slumber-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install LucasPickering/tap/slumber

Download slumber 5.2.0

File Platform Checksum
slumber-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
slumber-x86_64-apple-darwin.tar.xz Intel macOS checksum
slumber-x86_64-pc-windows-msvc.zip x64 Windows checksum
slumber-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
slumber-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum