v1.1.4
krillinai/OpenCreatorv1.1.4Apr 23, 2025by github-actions[bot]
AI Summary
This release fixes desktop subtitle orientation issues, resolves voiceover connection timeouts with Alibaba Cloud, and addresses empty text file outputs. It also enhances security by removing sensitive configuration details from logs and improves error handling for Large Language Model (LLM) output mismatches.
Key Highlights
- Fixed subtitle orientation options on desktop
- Resolved voiceover service connection timeouts
- Prevented accidental key leakage by sanitizing logs
- Graceful handling of LLM output mismatches
Full Release Notes
### 修复(Fixes) * 字幕嵌入横竖屏选项在桌面端不生效 * Subtitle orientation (landscape/portrait) option not working on desktop * 配音连接阿里云服务超时 * Voiceover service connection timeout with Alibaba Cloud * 某些情况下输出的文本文件是空 * Empty output text files in some cases ### 其它(Others) * 日志打印移除配置内容,防止密钥不小心泄露 * Removed configuration details from logs to prevent accidental key leakage * 大模型输出内容和原文不匹配的时候不再中断流程,改为输出warn日志 * No longer interrupts process when LLM output doesn't match source - now outputs warn logs instead