From d5c63cf4b4d6626b63fb435e382283c994861d12 Mon Sep 17 00:00:00 2001 From: linyq Date: Fri, 3 Apr 2026 13:09:26 +0800 Subject: [PATCH] chore: bump version to 0.7.8 --- README-en.md | 1 + README.md | 1 + config.example.toml | 2 +- project_version | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README-en.md b/README-en.md index 8bedd97..5c57ef6 100644 --- a/README-en.md +++ b/README-en.md @@ -33,6 +33,7 @@ NarratoAI is an automated video narration tool that provides an all-in-one solut ## Latest News +- 2026.04.03 Released version 0.7.8, refactored the documentary frame-analysis pipeline with a shared service and improved extraction, caching, vision batching, and narration generation - 2025.05.11 Released new version 0.6.0, supports **short drama commentary** and optimized editing process - 2025.03.06 Released new version 0.5.2, supports DeepSeek R1 and DeepSeek V3 models for short drama mixing - 2024.12.16 Released new version 0.3.9, supports Alibaba Qwen2-VL model for video understanding; supports short drama mixing diff --git a/README.md b/README.md index 6c4c4fc..6f1a00f 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ NarratoAI 是一个自动化影视解说工具,基于LLM实现文案撰写、 本项目仅供学习和研究使用,不得商用。如需商业授权,请联系作者。 ## 最新资讯 +- 2026.04.03 发布新版本 0.7.8,重构纪录片逐帧分析链路,统一共享服务并优化抽帧、缓存、视觉并发与文案生成流程 - 2026.03.27 发布新版本 0.7.7,出于安全考虑,已移除 LiteLLM 依赖,统一使用 OpenAI 兼容请求链路 - 2025.11.20 发布新版本 0.7.5,新增 [IndexTTS2](https://github.com/index-tts/index-tts) 语音克隆支持 - 2025.10.15 发布新版本 0.7.3,升级大模型供应商管理能力 diff --git a/config.example.toml b/config.example.toml index 4d49d61..781aaa6 100644 --- a/config.example.toml +++ b/config.example.toml @@ -1,5 +1,5 @@ [app] - project_version="0.7.6" + project_version="0.7.8" # LLM API 超时配置(秒) llm_vision_timeout = 120 # 视觉模型基础超时时间 diff --git a/project_version b/project_version index 11d9d6c..e7c7d3c 100644 --- a/project_version +++ b/project_version @@ -1 +1 @@ -0.7.7 \ No newline at end of file +0.7.8