Skip to content

v0.2.0

Latest

Choose a tag to compare

@Takamasa045 Takamasa045 released this 04 May 10:47

⚠ BREAKING CHANGES

  • vendorize apps (drop submodule); remove sparse script; simplify README clone/setup (no submodules)

Features

  • add browser-agnostic lite renderer (b46ccba)
  • add html-in-canvas support and release checks (ede4181)
  • add remotion hub and unify dependencies (0c1486e)
  • ci: implement comprehensive monorepo improvements (d3990b0)
  • create-project: add 3D template option (-t 3d / --template 3d) with interactive prompt; docs: add usage examples (JA/EN) (4c5b7e8)
  • create-project: prompt Composition ID (default Main) and update Root.tsx/build script; docs: note default Composition ID (f890b94)
  • create-project: scaffold public/assets/{images,audio,video}; docs(template): add asset guidance (d87d5d6)
  • create-project: support --dest/-o to scaffold outside workspace; docs: add outside-repo workflow (JA/EN) (11e33c0)
  • examples: refresh forge studio and use trash for deletes (554ada0)
  • harden remotion templates and CI checks (a6970d6)
  • harden templates and optimize render demo pipeline (3080d11)
  • implement remotion forge studio workflow (23c5371)
  • implement remotion forge studio workflow (2607543)
  • port studio render preview and discovery updates from itopan (bf5c837)
  • port studio render preview and discovery updates from itopan (e45c22e)
  • redesign forge studio dashboard ux (4c335f2)
  • redesign forge studio dashboard ux (79d45e3)
  • scripts: add generic dev/preview/build runners; fix Remotion config imports; tidy tsconfig paths and template entry (33aec9e)

Bug Fixes

  • ci: include nested example app in workspace and render flow (ab5a2fb)
  • ci: parse remotion composition list safely (bf6c6ba)
  • ci: skip studio dashboard in render workflow (158ec65)
  • ci: skip studio dashboard in render workflow (ca83c6c)
  • correct pnpm catalog syntax and run install (17281d8)
  • deps: allow protobufjs build scripts (4613734)
  • deps: allow protobufjs build scripts (e91891b)
  • remove invalid BufferAttribute.dispose() calls and unused vars (4b213e9)
  • resolve conflicts for pr4 (d467cf7)

Performance Improvements

  • optimize render-demo filtering and remove any cast (67ad08d)

Code Refactoring

  • brush up shared utility packages (c08b92e)
  • brush up shared utility packages (8c7675c)
  • introduce LinkedParticles scene manager (e58fed3)
  • Remotion repo cleanup and docs (fa9edcd)

Documentation

  • add 3-command Quick Start with bash highlighting (JA/EN) for better visibility (b20f408)
  • add asset directory guidance for new apps (public/assets/images|audio|video) and sync-assets usage (12679ff)
  • add Japanese versions of documentation and update links in README.ja.md (e186993)
  • add licensing and docs notes + disclaimers per request (adfe793)
  • add module selection guide (2233775)
  • add pnpm Catalog documentation to README (EN/JA) (ed58937)
  • add R3F/@remotion/three/@drei installation notes and version hint (111b41e)
  • add README hero image and insert into JA/EN (787d957)
  • add remotion reference digest and mcp setup (ff09512)
  • add top-level README with setup, scripts, and package map (96037f2)
  • center Quick Start on 'pnpm create:project' (JA/EN); keep sparse as optional later step (d995f1e)
  • change language switcher label to EN | JA (d131f78)
  • ja: fix use-cases to match minimal template and official packages; pin @remotion/three@4.0.351 (85008d9)
  • license: add disclaimers (EN/JA) clarifying templates-only and Remotion installation (dcc6167)
  • mention 3D-template as included in public apps; update submodule pointer (2754594)
  • overhaul README with commands, runners, packages, and troubleshooting (914b666)
  • README reflects apps-public now includes only _template and demo-showcase; update submodule pointer (a14f64c)
  • readme: add Quickstart; run pnpm dev in app dir; move scripts/docs to bottom; clarify Composition ID default (afcf475)
  • readme: clarify structure vs. workspace-wide @remotion deps (JA/EN) (5589c17)
  • readme: consolidate Quickstart + common commands into 使い方; rewrite MCP setup for Claude Code and Codex CLI (1b17014)
  • README: remove doc/license notes section; now centralized in docs/remotion-reference.md (4dc7765)
  • README: remove studio-lite entry from structure (8a8f8fa)
  • recommend remotion best practices skill (af230b1)
  • refactor READMEs (dedupe quickstart, tidy features, add sparse checkout guidance) (a4681e7)
  • remotion-reference: make it link-first; replace excerpts with minimal summaries + citations (companies.remotion.dev) (b2609eb)
  • remotion-reference: remove link-first/license notes; add disclaimers (EN/JA) as requested (870acbd)
  • remove forge launch from readme (52e0845)
  • remove README disclaimer snippet per request; keep doc/license notes only (c513748)
  • remove redundant 3D caution; rely on existing 3D/R3F guide (ea473f3)
  • rename Quick Start sections (JA/EN) to Shortest Guide / Full Setup with one-line purpose notes (af17a12)
  • simplify clone instructions (SSH only), drop demo usage; default to _template + 3D-template; update sparse script/docs; workspace now excludes demo (accb7d0)
  • simplify README and reorganize documentation (87ae080)
  • slim README (JA/EN) by moving details to docs/*.md; link to Assets/3D/Deps/MCP/Structure (db9edb0)
  • standardize LRC placement next to audio (assets/audio/song.mp3 & song.lrc) with examples (5c052d9)
  • tweak remotion-reference note wording per request (2efaebd)
  • クイックスタートとサブモジュール手順を追記(日本語)\n\n- clone + submodules セットアップ\n- pnpm/Node/ffmpeg 前提と確認\n- デモ起動・ビルド、新規テンプレ生成\n- サブモジュール/ffmpeg/Node などのトラブル対処 (977523f)

Miscellaneous

  • vendorize apps (drop submodule); remove sparse script; simplify README clone/setup (no submodules) (c41b1a5)