Release Notes
Changed
- Set extension on temporary file when editing recipe body in TUI
- When editing a JSON body in the TUI, the created temp file will have
.json as the extension, so your editor can use syntax highlighting and other language-specific features.
Fixed
- Fix crash when previewing a profile value that returns a binary value
- Prompts in CLI/Python frontend no longer block other request building tasks
Install slumber 5.2.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LucasPickering/slumber/releases/download/v5.2.5/slumber-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/LucasPickering/slumber/releases/download/v5.2.5/slumber-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install LucasPickering/tap/slumber
Download slumber 5.2.5