- TODO: Add description
- Initial release of local web UI (Frontend uses Next.js, backend uses Express.js)
- Server API support (--server) (gets API keys from environment variables)
- Added image, voice, and subtitle customization support
- Added option to not include background music or video
- Reworked AI script generation by giving each video type its own prompt to build its data object
- Support for getting API keys from environment variables (
.env
file) - OpenAI API support
- Google Gemini AI API support
- Anthropic (Claude) API support
- Added video orientation support (vertical, horizontal)
- Forked
ffcreator
andinkpaint
as internal dependencies inpackages
directory
- Fixed bug that prevented the program from running
- Initial release