Skip to content

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 08 Jun 19:06
· 13 commits to main since this release

A small follow-up to v1.1.0 focused on how the output document is named.

Added

  • Title-based output naming. The produced Word document is now named after the video(s) analyzed plus the word "analysis" (for example how-to-bake-bread-analysis.docx) instead of a generic output.docx. process.py emits a ready-made, slug-safe suggested_docx_name in the manifest (falling back to the source's basename when a title isn't available, and always ending in -analysis.docx), and the builder uses it, including a combined name for multi-video documents.

Full Changelog: v1.1.0...v1.2.1