Skip to content

3.1.2 - 2025-05-30

Choose a tag to compare

@github-actions github-actions released this 30 May 14:27

Release Notes

Changed

  • Use a dedicated error state if collection fails to load on TUI launch
  • Update dependency persisted to 1.0
    • A few pieces of your UI state, such as selected tabs, will be lost during the upgrade due to this

Fixed

  • Fix TUI crash when using an empty select list
  • Fix automatic collection reloading in Windows
    • I don't use Windows so I'm not sure exactly what scenarios it may have been broken in, but new unit tests indicate it's working now
  • Fix config loading failing for read-only config files (#504)

Install slumber 3.1.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/LucasPickering/slumber/releases/download/v3.1.2/slumber-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install LucasPickering/tap/slumber

Download slumber 3.1.2

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