@ai-matrx/capture 0.4.2 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -80,3 +80,7 @@ Deliberately not copied from the app this borrows its shape from: fixed duration
80
80
  ## 0.4.2 — 2026-08-30
81
81
 
82
82
  - Release-only correction: ships the same verified 0.4.1 code with its synchronized workspace lockfile so the canonical frozen-lockfile publisher can install and publish reproducibly.
83
+
84
+ ## 0.4.3 — 2026-08-30
85
+
86
+ - Filmstrip video tiles paint their first frame on iOS (`#t=0.01` media fragment) — a `preload="metadata"` tile rendered black.
package/dist/react.cjs CHANGED
@@ -766,7 +766,7 @@ function FilmstripThumb({ item }) {
766
766
  /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
767
767
  "video",
768
768
  {
769
- src: url,
769
+ src: `${url}#t=0.01`,
770
770
  muted: true,
771
771
  playsInline: true,
772
772
  preload: "metadata",