Skip to content

5.1.0 - 2026-02-20

Choose a tag to compare

@github-actions github-actions released this 20 Feb 15:38

Release Notes

Added

  • Add mime_overrides config field to modify response Content-Type #721

Changed

  • Upgrade to Rust 1.90
  • Sidebar now only closes with the toggle keybind (s)
    • Pressing Enter/Esc on the Profile/History sidebars will revert to the Recipe sidebar

Fixed

  • Fix request being persisted incorrectly when changing collections while in-flight
  • Fix Exchange pane fullscreening as the Profile pane if the Profile list was the last opened sidebar

Install slumber 5.1.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries via Homebrew

brew install LucasPickering/tap/slumber

Download slumber 5.1.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