Skip to content

2.4.0 - 2024-12-27

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Dec 20:45

Release Notes

Added

  • Add filter box to the recipe list
    • This behavior is not necessarily final. Please leave feedback if you think it could be improved.

Changes

  • Wrap long error messages in response pane
  • Include data path in config/collection deserialization errors
    • This should make errors much less cryptic and frustrating
  • Improve UX of query text box
    • The query is now auto-applied when changed (with a 500ms debounce), and drops focus on the text box when Enter is pressed
  • Refactor UI event handling logic
    • This shouldn't have any noticable impact on the user, but if you notice any bugs please open an issue
  • Include request duration in History modal
  • Rename viewer config field to pager
    • The old field name viewer is still supported for backward compatibility, but the docs have been updated to suggest the newer name instead
  • Load pager command from the PAGER environment variable if available, similar to the EDITOR environment variable

Fixed

  • Don't show request cancellation dialog if the selected request isn't building/loading

Install slumber 2.4.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries via Homebrew

brew install LucasPickering/tap/slumber

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