Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
jq
function to the template language, to query and transform JSON with jqselect()
now accepts a list of objects{"label": "Label", "value": "Value"}
in addition to a list of strings #609select([{"label": "User 1", "value": 1}, {"label": "User 2", "value": 2}])
Changed
Edit Collection
TUI has been replaced byEdit Recipe
, which opens the file to the selected recipeBody
andAuthentication
tabs of theRecipe
pane are now disabled if the recipe doesn't have a body/authentication (respectively)slumber show config --edit
andslumber show collection --edit
now display the error if the file is invalid after editingInstall slumber 4.2.0
Install prebuilt binaries via shell script
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/LucasPickering/slumber/releases/download/v4.2.0/slumber-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
Download slumber 4.2.0
View the full release notes at https://github.com/LucasPickering/slumber/releases/tag/v4.2.0.