Skip to content

v0.5.1 - 2026-07-25

Choose a tag to compare

@github-actions github-actions released this 25 Jul 23:49

Release Notes

Bug Fixes

  • (bridge) keep the canvas toolbar clear of the minimap - (0143b0d) - Josey Morton
  • (bridge) stop stating the same fact twice and make the pickers show what is selected - (1703996) - Josey Morton
  • (cli) treat an unreaped exited server as stopped, not still running - (1d0bc39) - Josey Morton
  • (cli) give a SIGTERM'd server room to shut down before calling it stuck - (1513911) - Josey Morton
  • (release) ship the dashboard in released binaries and say so when it is absent - (7cdc02f) - Josey Morton

Documentation

  • point the quickstart at the published crates - (14d7302) - Josey Morton
  • explain what a salvor is - (471c0be) - Josey Morton
  • tighten the README and show the Bridge - (833093a) - Josey Morton

Build system

  • give the remaining internal dependencies the version crates.io requires - (22c80d1) - Josey Morton
  • keep the two internal dev-dependency cycles out of published manifests - (6042ee7) - Josey Morton

Continuous Integration

  • run the Bridge jobs on a Node the Angular CLI supports - (4367e04) - Josey Morton

Miscellaneous Chores

  • (cli) document the lean build on docs.rs - (2b013a2) - Josey Morton
  • add crates.io discovery metadata and use the installed binary name in docs - (4c4db61) - Josey Morton
  • declare the supported Rust version and add contributor and security docs - (1227183) - Josey Morton

Install salvor-cli 0.5.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/joseym/salvor/releases/download/v0.5.1/salvor-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/joseym/salvor/releases/download/v0.5.1/salvor-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install joseym/tap/salvor

Install prebuilt binaries into your npm project

npm install salvor@0.5.1

Download salvor-cli 0.5.1

File Platform Checksum
salvor-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
salvor-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
salvor-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
salvor-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
salvor-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum