Skip to content

Releases: rfdonnelly/vsp-router

Version 1.0.3 (2024-08-15)

15 Aug 21:45
Compare
Choose a tag to compare

Release Notes

GitHub Release page

Fixed

  • Fixed blocking on full virtual serial port (PTY)

    Previous to this fix, vsp-router would block if a virtual serial port buffer became full.
    Now, vsp-router drops the data.
    See #16 for more details.

Download vsp-router 1.0.3

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

Version 1.0.1 (2023-08-01)

02 Aug 00:43
Compare
Choose a tag to compare

Release Notes

GitHub Release page

Fixed

  • Fixed typo in README

Download vsp-router 1.0.1

target kind download
aarch64-apple-darwin tarball vsp-router-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball vsp-router-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball vsp-router-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball vsp-router-x86_64-unknown-linux-gnu.tar.xz

Version 1.0.0 (2023-08-01)

02 Aug 00:30
4e3c077
Compare
Choose a tag to compare

Release Notes

GitHub Release page

Changed

  • Renamed the --virtual option to --create
  • Renamed the --physical option to --attach

Download vsp-router 1.0.0

target kind download
aarch64-apple-darwin tarball vsp-router-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball vsp-router-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball vsp-router-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball vsp-router-x86_64-unknown-linux-gnu.tar.xz

0.3.0

01 Aug 23:57
Compare
Choose a tag to compare

Release Notes

Added

  • Added Windows support w/o ability to create virtual serial ports
  • Added Windows binaries

Fixed

  • Fixed typo in --help

Download vsp-router 0.3.0

target kind download
aarch64-apple-darwin tarball vsp-router-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball vsp-router-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball vsp-router-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball vsp-router-x86_64-unknown-linux-gnu.tar.xz

v0.2.1

01 Aug 20:42
Compare
Choose a tag to compare

Download vsp-router 0.2.1

target kind download
aarch64-apple-darwin tarball vsp-router-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball vsp-router-x86_64-apple-darwin.tar.xz
x86_64-unknown-linux-gnu tarball vsp-router-x86_64-unknown-linux-gnu.tar.xz

v0.2.0

29 Oct 19:38
Compare
Choose a tag to compare

Changed

  • Upgraded from clap v3 to clap v4
  • Replaced tokio::select! + tokio_util::sync::CancellationToken with futures_util::future::Abortable