v1.2.1
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 genericoutput.docx.process.pyemits a ready-made, slug-safesuggested_docx_namein 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