Releases: dantraynor/tailchrome
Releases · dantraynor/tailchrome
v0.1.11
Fixes
- Windows: the native helper now updates itself while the browser is running. Previously, Windows file-locking on the running executable could leave the helper stuck on "Update Available." The updater now swaps the old binary aside and installs the new one in place (the old copy is removed on the next reboot). If the prompt ever persists, fully quit and reopen the browser. (#86)
Maintenance
- Updated vitest to 4.1.0 and resolved the remaining Dependabot security alerts across the Go and npm dependencies (vite, postcss, ws, tmp, fast-uri, defu, brace-expansion, edwards25519). (#85, #82)
Documentation
- Moved the store listing into
docs/to tidy the documentation layout. (#81)
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
Highlights
- feat: split-tunneling domain rules (bypass / only) by @dantraynor in #76
- feat: opt-in auto-connect on start preference by @dantraynor in #78
Fixes
- Fix Log In button when Tailscale auth URL is missing by @dantraynor in #77
Other changes
- chore: release 0.1.10 (docs, store listings, remove Diagnostics action) by @dantraynor in #80
Thanks
These shipped thanks to community requests and reports:
- Split-tunneling domain rules — requested by @DxTa (#74)
- Auto-connect on start — suggested by @wont-stream (#64)
- Log In button fix — reported by @brandonchrome-prog (#75)
Full Changelog: v0.1.9...v0.1.10
v0.1.9
Highlights
- Side panel mode — open the popup as a Chrome side panel / Firefox sidebar so it survives click-away. Toggle "Open as side panel" in quick settings.
- "Best available" exit node — the picker now surfaces a Recommended row that chooses the best Mullvad VPN location, with country flag and subtitle.
- Chromium-family browsers — the native helper now installs into Chrome Beta/Dev/Canary, Brave, Edge, Vivaldi, Opera, and Arc on Linux, macOS, and Windows.
Fixes
- Exit node recommendation no longer suggests personal exit nodes or far-away Mullvad locations.
- Picker handles partial location payloads (no more
undefinedlabels) and keeps the selected radio stable while the host catches up. - Removed the noisy toast that fired on every suggestion;
suggest-exit-nodefailures no longer surface as sticky errors. - Stale Recommended row clears when the host can no longer provide a suggestion.
Release pipeline
- Release artifacts now use the signed and notarized Darwin binaries. Earlier releases silently shipped unsigned copies.
- Publish workflow aborts on missing or duplicate checksum rows.
Full changelog: v0.1.8...v0.1.9
v0.1.8
Automated release for v0.1.8
v0.1.7
Automated release for v0.1.7
v0.1.6
Automated release for v0.1.6
v0.1.5
v0.1.4
What's Changed
- Fix helper detection, exit node rendering, and state management race conditions
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Add test suite for background scripts, MIT license, and revised README with installation details.
v0.1.2
Defer state re-renders while sub-views are active to prevent background updates from clobbering exit node and profile picker overlays.