Skip to content

3.4.0 - 2025-08-17

Choose a tag to compare

@github-actions github-actions released this 17 Aug 12:58

Release Notes

This release focuses on improving collection history management. The slumber collections subcommand is fairly niche, but is now a bit more powerful and user friendly.

Added

  • Add slumber collections delete subcommand to remove collections from history
  • Add slumber history rm as an alias for slumber history delete
  • Add filter box to collection select dialog. Less scrolling, more typing!

Changed

  • slumber collections migrate now accepts collection IDs in addition to paths
  • slumber collections list now includes an ID column in its output

Fixed

  • Shell completion for the global --file/-f flag will now only .yml/.yaml files
  • slumber collections migrate now accepts paths for files that don't exist on disk (as long as they existed as collections at some point)

Install slumber 3.4.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries via Homebrew

brew install LucasPickering/tap/slumber

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