chore: release 0.1.10 (docs, store listings, remove Diagnostics action)#80
Merged
Conversation
Move the native-messaging design notes under docs/design/ and drop personal editor/tooling paths from the tracked .gitignore; these stay ignored locally via the repository info/exclude.
The footer "Diagnostics" link triggered Tailscale's bug-report upload, whose reference marker is only resolvable by Tailscale support and isn't actionable for tailchrome issues. Drop the link and its extension-side plumbing (message types, background handling, toast formatter) along with the related tests and docs. ping/netcheck diagnostics are unchanged; the native helper still implements bug-report but it is no longer reachable from the extension.
Set tailscale.com/version short/longStamp from the pinned go.mod version so the embedded tsnet node reports a clean version (e.g. 1.94.2) instead of the plain-go-build "-ERR-BuildInfo"/"-dev" fallback. Derived from go.mod so it tracks the dependency automatically when bumped.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepares the 0.1.10 release. The user-facing features already landed in #76, #77, and #78 — this brings the version bump, docs, and store listings up to date, tidies the repo layout, and removes the Diagnostics popup action.
Included
packages/extension,packages/shared, the built manifests, andEXPECTED_HOST_VERSION.docs/DOCUMENTATION.md(nativelogincommand,supportsLogin,authURL+ login fallback, updated module rows),README.md,STORE_LISTING.md,docs/FEATURE_PARITY.md,docs/privacy-policy.md, and the Firefox AMO launch/review notes (newdomainSplitConfig/autoConnectOnStart/autoConnectHandledstorage keys).docs/design/and trim local-only editor/tooling entries from the tracked.gitignore.Removed
ping/netcheckare unchanged; the native helper still implementsbug-reportbut it is no longer reachable from the extension.Shipping in 0.1.10
Verified locally
pnpm typecheck✓pnpm test— 339 passing (293 shared + 46 extension) ✓pnpm build(Chrome + Firefox MV3) ✓pnpm review:firefox— 0 errors, publish validation passed ✓pnpm validate:release-tag v0.1.10✓pnpm e2e:full:chrome— 20/20 ✓ ·pnpm e2e:full:firefox— 14/14 ✓Tag
v0.1.10after merge to trigger the release build.