Releases: genonullfree/teleporter
Releases · genonullfree/teleporter
v0.10.8
v0.10.7
Add scan
command to be able to scan all IPv4 subnets on all interfaces (except loopback). This only works on v0.10.7 and later.
Cleans up some backend stuff that should make it a bit easier to start implementing additional commands.
v0.10.6
- Clean up utils implementation by moving functions into associated
impl
s - Add
TeleportFeatures
impl
to add and check features to improve code readability
v0.10.5
Yet
Another
New
Release
Removes most unnecessary unwrap
s
v0.10.4
Consolidate logic into library
v0.10.3
Now supports hostname resolution and IPv6!
🎉
v0.10.2
Fix dependency yank
v0.10.1
- Update clap
- Fix
unwrap
error on listener threads - Better error printing on listener threads
v0.10.0
- Reworked the CLI
- Cleaned up some outstanding issues
v0.9.5
Fixed regression with multiple files being passed to -i
not being processed properly after upgrading from StructOpt
to Clap
.