ver 1.1.0
Fixes
- The connect toggle only worked once. Turning the extension off left the
browser on a direct connection, and turning it back on never restored the
proxy — you had to reload the extension. A regression from the previous
release's fix for ERR_PROXY_CONNECTION_FAILED. - Firefox leaked a dead proxy handler. Every disconnect left a handler
pointing at a port that was no longer listening, and every reconnect added
another. - The exit node picker never hid itself, leaving an empty dropdown on
screen whenever there was nothing to pick. - The install command pointed at upstream, so following it produced a
backend with no exit node support. - The native host did not compile for Windows at all. It builds now;
registering it there is still unimplemented.
Changes
- The Firefox extension has caught up with the Chrome one: exit node picker,
working login link, honest connection states. - Inter is bundled instead of fetched from Google Fonts — opening the popup
no longer reports to a third party, and the UI survives being offline. - tailscale.com updated to v1.102.2.
- Test suites for both extensions and CI across six build targets.
Install
Load the unpacked extension from the zip below, open the popup, and run the
command it prints. Requires Go and macOS or Linux.
Firefox note: this build's Firefox copy passes its test suite but has not
been run in a real Firefox.