- Add README.md and CHANGELOG.md (required by pub.dev) - Add .pubignore / ios/.pubignore to include xcframework in published package - Add Gitea Actions workflow: builds xcframework and publishes on release - Release tag must match pubspec version with no v prefix (e.g. "0.1.0") - Requires PUB_TOKEN secret in Gitea repo settings Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
10 lines
412 B
Markdown
10 lines
412 B
Markdown
## 0.1.0
|
|
|
|
- Initial release
|
|
- iOS support (arm64 device + simulator)
|
|
- `start()` / `stop()` — join/leave a Tailnet with an auth key
|
|
- `startProxy()` / `stopProxy()` — localhost TCP proxy through WireGuard tunnel
|
|
- `status()` / `tailscaleIP()` — query Tailscale connection state
|
|
- Built with `go build -buildmode=c-archive` (production Go approach)
|
|
- No VPN entitlement required — uses userspace netstack
|