Skip to content

Releases: thxnlo/tether

tether v3.0.3

Choose a tag to compare

@thxnlo thxnlo released this 06 Aug 18:57

ADB sharing is now self-healing: if a remote adb daemon grabs port 5037 while the tunnel is down (which used to block rebinding forever), the supervisor evicts it with adb kill-server and rebinds automatically. The remote side binds explicitly to IPv4 so a partial bind can no longer masquerade as success.

tether v3.0.2

Choose a tag to compare

@thxnlo thxnlo released this 06 Aug 18:52

ADB device sharing and reverse tunnels to IPv4-only local services were broken on Windows (localhost resolves to ::1 inside the tunnel) — bare ports now expand to 127.0.0.1. Spawned ssh/adb children now die with the app via a kill-on-close job object, so a crashed or force-killed instance can no longer leave an orphaned tunnel squatting the remote port.

tether v3.0.1

Choose a tag to compare

@thxnlo thxnlo released this 06 Aug 16:15

Fixes from the post-release code review: double-click could upload the same screenshot twice; a network drop during a broadcast send or outbox fetch could hang a worker thread indefinitely; files dropped in the outbox while disconnected were not picked up on reconnect (inotifywait only reports new events).

tether v3.0

Choose a tag to compare

@thxnlo thxnlo released this 06 Aug 16:08

First release under the new name (formerly copy-to-ssh). Screenshots and files to SSH hosts from the clipboard, supervised SSH tunnels with keep-alive, ADB device sharing, receive-from-server outbox, multi-host broadcast, light/dark theme. Old config and start-at-login entries migrate automatically.