Skip to content

Releases: dantraynor/tailchrome

v0.1.11

Choose a tag to compare

@github-actions github-actions released this 04 Jun 05:22
5913aa0

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

Choose a tag to compare

@github-actions github-actions released this 29 May 02:26
f044ef9

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:

Full Changelog: v0.1.9...v0.1.10

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 05 May 20:05
946c0cf

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 undefined labels) and keeps the selected radio stable while the host catches up.
  • Removed the noisy toast that fired on every suggestion; suggest-exit-node failures 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

Choose a tag to compare

@github-actions github-actions released this 10 Apr 05:05

Automated release for v0.1.8

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 09 Apr 08:22

Automated release for v0.1.7

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 03 Apr 23:07

Automated release for v0.1.6

v0.1.5

Choose a tag to compare

@dantraynor dantraynor released this 26 Mar 04:58

What's Changed

  • Remember exit node selection across reconnections

Full Changelog: v0.1.4...v0.1.5

v0.1.4

Choose a tag to compare

@dantraynor dantraynor released this 13 Mar 09:04

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

Choose a tag to compare

@dantraynor dantraynor released this 13 Mar 04:05

Add test suite for background scripts, MIT license, and revised README with installation details.

v0.1.2

Choose a tag to compare

@dantraynor dantraynor released this 09 Mar 01:20

Defer state re-renders while sub-views are active to prevent background updates from clobbering exit node and profile picker overlays.