Skip to content

distant v0.17.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 07:55
4223c4e

Release Notes

Added

  • New format option available for client select
    • Choices are provided via {"type": "select", "choices": ["...", ...], "current": 0}
    • Selection is specified via {"type": "selected", "choice": 0}

Fixed

  • distant client launch using --format json now properly prints out id in
    JSON format ({"type": "launched", "id": "..."})
  • distant client connect using --format json now properly prints out id in
    JSON format ({"type": "connected", "id": "..."})

Binaries

Standalone binaries are built out for Windows (x86_64), MacOS (Intel & ARM), and Linux (x86_64).

  • linux64-gnu is the x86-64 release on Linux using libc
  • linux64-musl is the x86-64 release on Linux using musl (static binary, no libc dependency)
  • macos is a universal binary for Mac OS that supports x86-64 and aarch64 (arm) platforms
  • win64 is the x86-64 release on Windows using MSVC

SHA256 Checksums

dd3e5ab1bee56f09b25e29a658c4f079472801c86170977d70ed910aa5a8e0b2  distant-macos
79b75622348b09aba9a265f8029c8605889019b423ff0d0303513a8e64bedf10  distant-win64.exe
5c0d02c23848ada1816778a4ea6122b29b0b0f9183898c6be21458bcc8238327  distant-linux64-gnu
ecf06d1d9531a8318f89a43cc9a9b0f2a0df8fb41d84134ba1af52793dfdc69d  distant-linux64-musl