flutter-tsnet/CHANGELOG.md
Mathias Beaulieu-Duncan 5c9f318f5a Fix xcframework linking for pub.dev installs, bump to 0.1.1
Use DERIVED_FILE_DIR instead of symlinks for force_load path.
Symlinks in PODS_TARGET_SRCROOT fail when installed from pub cache
because Xcode validates build inputs before script phases run.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 06:53:58 -04:00

14 lines
521 B
Markdown

## 0.1.1
- Fix: xcframework linking when installed from pub.dev (use DERIVED_FILE_DIR instead of symlinks)
## 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