chore: 发布 v0.1.3 补丁版本

- 更新版本号到 0.1.3
- 更新 CHANGELOG.md 记录 hotfix 修复内容
- 修复了 Windows 上 FFmpeg 命令行闪现问题
This commit is contained in:
imeepos
2025-07-13 23:09:57 +08:00
parent 464a0ce708
commit 3553ba3c06
5 changed files with 24 additions and 6 deletions

View File

@@ -5,6 +5,26 @@ All notable changes to MixVideo Desktop will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.3] - 2025-01-13
### 🐛 Fixed
- **命令行闪现问题**: 修复了 Windows 上 FFmpeg/FFprobe 执行时命令行窗口闪现的问题
- **用户体验改善**: 使用 CREATE_NO_WINDOW 标志隐藏控制台窗口,操作更加流畅
### 🔧 Technical
- 添加 Windows 特定的 CommandExt 导入
- 创建 `create_hidden_command()` 辅助函数统一处理命令执行
- 替换所有 FFmpeg/FFprobe 命令调用使用隐藏控制台模式
- 保持所有功能完整性和性能不变
### 📦 Affected Components
- FFmpeg 可用性检查
- 视频/音频元数据提取
- 场景检测功能
- 视频切分操作
- 缩略图生成
- 版本信息获取
## [0.1.2] - 2025-01-13
### 🚀 Added