Skip to content

Releases: genonullfree/teleporter

v0.10.8

27 Feb 02:49
622abe5
Compare
Choose a tag to compare

New release with scan command and improved backend stuff
🎉

v0.10.7

27 Feb 00:08
74cd45a
Compare
Choose a tag to compare

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

24 Feb 11:55
844e634
Compare
Choose a tag to compare
  • Clean up utils implementation by moving functions into associated impls
  • Add TeleportFeatures impl to add and check features to improve code readability

v0.10.5

21 Feb 23:12
e7536eb
Compare
Choose a tag to compare

Yet
Another
New
Release


Removes most unnecessary unwraps

v0.10.4

21 Feb 02:00
c03a660
Compare
Choose a tag to compare

Consolidate logic into library

v0.10.3

10 Feb 03:57
d42e03a
Compare
Choose a tag to compare

Now supports hostname resolution and IPv6!
🎉

v0.10.2

03 Feb 15:28
4c35131
Compare
Choose a tag to compare

Fix dependency yank

v0.10.1

31 Oct 02:46
ca86816
Compare
Choose a tag to compare
  • Update clap
  • Fix unwrap error on listener threads
  • Better error printing on listener threads

v0.10.0

28 Oct 21:21
13e2718
Compare
Choose a tag to compare
  • Reworked the CLI
  • Cleaned up some outstanding issues

v0.9.5

17 Apr 01:53
0d8d221
Compare
Choose a tag to compare

Fixed regression with multiple files being passed to -i not being processed properly after upgrading from StructOpt to Clap.