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
docs(changelog): backfill 0.2.0 entries missed in the merge churn
Audit of merged PRs since v0.1.2 surfaced user-facing changes absent from
both changelogs: Flutter warmup/unload + async symmetry (#293), boltffi
0.25.3 error-drop/buffer-leak fix (#276), strip-safe 16KB Android .so
(#287), Kotlin exhaustive displayMessage (#273), iOS-sim bindgen triple
(#274), RN Expo example (#294), and the prebuilt-natives CI pipeline
(#281-#291). Build-only CI plumbing left out of the consumer changelog.
Copy file name to clipboardExpand all lines: bindings/flutter/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ real-time camera vision primitives behind Studio's live loop.
23
23
* Raw-frame path avoids per-frame JPEG re-encoding: `imageRaw` packs RGB pixel buffers straight through to the multimodal runtime; the encoded `image` path remains the fallback (xybrid-ai/xybrid#245)
24
24
* Streaming TTS support on top of the new audio generation path (xybrid-ai/xybrid#245)
25
25
* Live-mode telemetry is rate-limited by a per-session sampler (≈1 row/sec/session), so live camera sessions no longer emit a telemetry row per frame (xybrid-ai/xybrid#245)
26
+
*`XybridModel.warmup` / `unload` are now exposed on the Flutter binding, completing the sync/async method symmetry (xybrid-ai/xybrid#293)
26
27
* Fixed: TTS text chunking is now UTF-8-safe — multi-byte codepoints are no longer split mid-character (xybrid-ai/xybrid#249)
27
28
* Fixed: `.npz` voice files are detected by magic header rather than file extension (xybrid-ai/xybrid#252)
28
29
* Fixed: `tokens_out` is now emitted on local LLM telemetry paths (xybrid-ai/xybrid#253)
0 commit comments