Releases: rfdonnelly/vsp-router
Releases · rfdonnelly/vsp-router
Version 1.0.3 (2024-08-15)
15 Aug 21:45
Compare
Sorry, something went wrong.
No results found
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
Version 1.0.1 (2023-08-01)
02 Aug 00:43
Compare
Sorry, something went wrong.
No results found
Version 1.0.0 (2023-08-01)
02 Aug 00:30
Compare
Sorry, something went wrong.
No results found
Release Notes
GitHub Release page
Changed
Renamed the --virtual option to --create
Renamed the --physical option to --attach
Download vsp-router 1.0.0
0.3.0
01 Aug 23:57
Compare
Sorry, something went wrong.
No results found
Release Notes
Added
Added Windows support w/o ability to create virtual serial ports
Added Windows binaries
Fixed
Download vsp-router 0.3.0
v0.2.1
01 Aug 20:42
Compare
Sorry, something went wrong.
No results found
Download vsp-router 0.2.1
v0.2.0
29 Oct 19:38
Compare
Sorry, something went wrong.
No results found
Changed
Upgraded from clap v3 to clap v4
Replaced tokio::select! + tokio_util::sync::CancellationToken with futures_util::future::Abortable