Releases: rfdonnelly/vsp-router
Releases · rfdonnelly/vsp-router
Version 1.0.3 (2024-08-15)
Release Notes
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)
Release Notes
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)
Release Notes
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
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
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
Changed
- Upgraded from clap v3 to clap v4
- Replaced
tokio::select!
+tokio_util::sync::CancellationToken
withfutures_util::future::Abortable