3.4.0 - 2025-08-17
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 deletesubcommand to remove collections from history - Add
slumber history rmas an alias forslumber history delete - Add filter box to collection select dialog. Less scrolling, more typing!
Changed
slumber collections migratenow accepts collection IDs in addition to pathsslumber collections listnow includes an ID column in its output
Fixed
- Shell completion for the global
--file/-fflag will now only.yml/.yamlfiles slumber collections migratenow 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 | shInstall 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/slumberDownload 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 |