You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace capture profiles with explicit capabilities (#58)
Remove the production/exploration capture-profile API.
Use an independent capture lifecycle with explicit capability grants for scene inventory, semantic maps, diagnostics, and action context. Keep the privacy-safe defaults and publish tugboat and tugboat_dio 0.9.0.
Copy file name to clipboardExpand all lines: docs/releases/compatibility.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
| Adapter | Adapter version | Native runtime |
4
4
| --- | --- | --- |
5
+
| Flutter `tugboat`| 0.9.0 | Android `capture-runtime``0.1.0`; Apple `TugboatCaptureRuntime``0.1.1`; mode-free capture API with additive evidence capabilities. |
5
6
| Flutter `tugboat`| 0.8.17 | Android `capture-runtime``0.1.0`; Apple `TugboatCaptureRuntime``0.1.1`; blank iOS engine captures retry with explicit hierarchy coverage. |
6
7
| Apple `TugboatCaptureRuntime`| 0.1.1 | Rejects transparent and near-white captures and validates explicit view-hierarchy capture before encoding. |
7
8
| Flutter `tugboat`| 0.8.16 | Same hosted runtimes as 0.8.15. iOS plugin looks up `registrar.viewController` at runtime so Flutter 3.35 hosts compile. |
8
9
| Flutter `tugboat`| 0.8.15 | Android `com.gettugboat.sdk:capture-runtime:0.1.0` from Maven Central. Apple `TugboatCaptureRuntime``0.1.0` from CocoaPods trunk. Plugin iOS floor 15. |
9
10
| Flutter `tugboat`| 0.8.14 | Android `com.gettugboat.sdk:capture-runtime:0.1.0` from Maven Central. Apple `TugboatCaptureRuntime` 0.1.x compiled from monorepo sources (unpublished CocoaPod is not required). Plugin iOS floor 12; native capture still reports unsupported below iOS 15. |
10
11
| Flutter `tugboat`| 0.8.13 | Android `capture-runtime` 0.1.x compiled from monorepo sources (hosted Maven is not required). Apple `TugboatCaptureRuntime` 0.1.x compiled from monorepo sources (unpublished CocoaPod is not required). Plugin iOS floor 12; native capture still reports unsupported below iOS 15. |
0 commit comments