Skip to content

3.3.0 - 2025-07-23

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 22:32

Release Notes

Added

  • Add collection switcher modal #536
    • You can now switch between any collection that you've opened in the past without having to close Slumber
  • Add optional root-level name field to collections
    • This allows you to provide a descriptive name for the collection to show in the new switcher modal
    • The name is purely descriptive and does not need to be unique

Changed

  • Update to Rust 1.88

Fixed

  • Fix empty actions modal queuing when opening actions while another modal is already open
  • Fix crash when a select modal is opened with a very long option

Install slumber 3.3.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries via Homebrew

brew install LucasPickering/tap/slumber

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