Release Notes
Added
- Support all YAML values in profile fields #647
- This required some major refactoring of the TUI code, particularly around template previews. If you notice any bugs, please report them.
Changed
- Remove underline from table selected row style
- Rename
Copy as ... actions to Export as ...
- Move component-specific recipe actions (URL, query params, etc.) into their own submenus
Fixed
- Fix crash in TUI when previewing a JSON body containing a streamable function call (e.g.
command() or file())
Install slumber 5.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LucasPickering/slumber/releases/download/v5.2.0/slumber-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/LucasPickering/slumber/releases/download/v5.2.0/slumber-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install LucasPickering/tap/slumber
Download slumber 5.2.0