Skip to content

Releases: Saganaki22/ContentMachine

0.1.6

02 Mar 19:14
4819f9f

Choose a tag to compare

Fix ReferenceError: autoSaveSession accessed before initialization
Move usePipelineStore() destructuring above the auto-save useEffect that references autoSaveSession.

0.1.5

24 Feb 01:44
1725b1d

Choose a tag to compare

ZIP export (export.js):

  • Videos: now exports ALL versions — videos/scene_NN_v1.mp4, v2.mp4, …, _selected.mp4 — not just the selected one
  • Thumbnails: split into thumbnail/selected/ (what you picked) and thumbnail/all/ (every generated thumbnail from the grid)

Auto-save (session.js):

  • Removed dead no-op loop (was an Object.entries call with an empty body)
  • Videos now downloaded to disk: videos/scene_NN_selected.mp4, videos/history/scene_NN_vN.mp4 — CDN links no longer relied on for persistence

LTX-2 Fast duration (claude.js):

  • avgDuration in the user message was still 10 despite system prompt saying 14 — fixed to 14
  • Action sequence rapid cuts: hardcoded 6s → 8s minimum for LTX-2 Fast
  • Standard beats: hardcoded 6-8s → 12-14s for LTX-2 Fast
  • Example JSON duration_seconds is now model-aware (14 for LTX-2 Fast)

README:

  • README.zh.md — full Chinese translation
  • README.ja.md — full Japanese translation
  • README.md — updated output folder structure and ZIP contents to reflect new video/thumbnail layout

0.1.4

23 Feb 02:01
0de65af

Choose a tag to compare

Initial public release