Skip to content

Releases: krillinai/KlicStudio

v1.2.1-hotfix-2

27 May 15:03
Compare
Choose a tag to compare

Hotfix

  • 修复新版task id在输入源为youtube链接时出错的问题
  • 修复新版阿里云语音识别句子处理错误的问题

v1.2.1版本用户请直接切换到此版本,v1.2.1版本的具体更新内容请见上一个release。

v1.2.1

26 May 12:31
cb789e3
Compare
Choose a tag to compare

新增

  • 语音合成支持OpenAI TTS
  • 桌面端任务失败后,增加失败信息提示并停止状态查询
  • 桌面端配置页移除保存按钮,切换tab和关闭软件时会自动保存
  • 桌面端配置变化后,在启动任务前会自动重启服务端确保配置都生效
  • 勾选合成视频后,生成的语音现在会合入最终的视频

优化

  • 重新组织配置文件结构,更便于理解
  • 任务id及任务文件夹名现在会基于上传的文件生成,增加可识别性
  • 重写阿里云语音合成,提高任务稳定性
  • 优化纯音乐音频片段的处理
  • 调整默认的并发配置值
  • 优化配置项文案

修复

  • 音频克隆源文件上传失败
  • 桌面端代理配置不生效
  • 没有开启双语字幕时配音失败

此版本配置文件结构有较大调整,请参照最新的config-example.toml,更新前最好备份一下原来的配置文件。

v1.1.5

06 May 15:18
c2644f6
Compare
Choose a tag to compare

新增(New Features)

  • web&桌面版支持选择多个本地文件,依次处理
  • Multi-file Support: Web and desktop versions now support selecting multiple local files for sequential processing.
  • 支持分别配置转录和翻译的并发数,提高任务处理效率
  • Concurrent Configuration: Supports setting separate concurrency numbers for transcription and translation to improve task processing efficiency.
  • 支持配置转录和翻译的最大重试次数
  • Retry Configuration: Supports configuring the maximum number of retries for transcription and translation.

修复(Fixes)

  • 某些情况下勾选合成字幕嵌入视频后,出现ytdlp相关报错
  • Subtitle Embedding Issue: Fixed ytdlp-related errors that occurred in some cases when embedding synthesized subtitles into videos.

此版本配置文件有变化,web版请参考最新的config-example.toml,桌面版请关注配置页面转录和翻译相关配置项(有默认值)。
The configuration file has been updated in this version. For the web version, please refer to the latest config-example.toml. For the desktop version, please pay attention to the transcription and translation-related settings on the configuration page (default values are provided).

v1.1.4

23 Apr 14:59
d32920b
Compare
Choose a tag to compare

修复(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

v1.1.3

19 Apr 14:35
ff12bbd
Compare
Choose a tag to compare

新增

  • 文本转录本地模型支持whispercpp(当前只支持windows系统,后续再补充)
  • 源语言支持马来语
  • 目标语言扩充至101种

修复

  • 桌面端黑暗主题看不见语言选择项

其它

  • 桌面端源语言默认选项调整为英文
  • 更新了视频下载器安装源,之前版本过旧了(视频下载失败的话可以尝试把bin下面的ytdlp文件删掉然后重启软件安装新版)
  • Docker部署问题修复

v1.1.2

13 Apr 16:30
fed4bdd
Compare
Choose a tag to compare
  • 修复 桌面端遗漏server配置项
  • Fixed the missing server configuration item on the desktop version.
  • 修复 桌面端下载语音文件失败
  • Fixed the issue where the desktop version failed to download audio files.
  • 修复 桌面端切换左侧tab时任务进度丢失
  • Fixed the issue where task progress was lost when switching tabs on the left side of the desktop version.
  • 修复 桌面端可能出现api路径错误的问题
  • Fixed the potential issue of incorrect API path on the desktop version.

v1.1.1

11 Apr 14:30
e1489e4
Compare
Choose a tag to compare
  • Added English language support for desktop version
  • 新增 桌面端英文
  • Fixed intermittent subtitle file write failures
  • 修复 字幕文件几率写入失败

v1.1.0

30 Mar 14:44
Compare
Choose a tag to compare
  • 新增 桌面端[下方文件名含desktop的版本,测试中,欢迎反馈问题,mac版的桌面版无法直接双击打开,要稍微用一下命令,详见文档]
  • 优化 错误处理
  • 优化 增加字幕结果检测机制,如果模型遗漏内容较多会重新执行
  • 优化 任务存储机制
  • 优化 字幕时间戳对齐算法

v1.0.0

06 Mar 15:11
0df4f48
Compare
Choose a tag to compare

Changelog

  • 新增 在openai配置下补充了whisper的单独配置,可实现分别自定义llm与whisper服务地址
  • 新增 支持M芯片MacOS使用本地whisper(基于whisperkit)
  • 新增 俄语作为输入语言
  • 修复 fasterwhisper某些情况下报错的问题(为fasterwhisper官方bug,采用绕过逻辑处理)
  • 优化 流式接收大模型消息

此版本配置文件有变化,请参考最新的config-example.toml

v1.0.0-beta.7

22 Jan 12:05
085d1f4
Compare
Choose a tag to compare
  • 新增 链接作为源的任务也支持合成字幕到视频
  • 新增 韩语输入语言
  • 修复 合成竖屏视频中文字幕错乱
  • 修复 空音频分段导致任务出错
  • 修复 使用单语字幕时任务启动失败
  • 修复 字母语言位于字幕上方时格式出错
  • 优化 字幕时间戳对齐算法
  • 优化 翻译效果
  • 优化 合成字幕亚洲地区语言字幕溢出屏幕
  • 优化 任务错误信息提示
  • 优化 UI界面样式优化、增加动效
  • 优化 音视频下载使用网络代理
  • 其它 支持docker部署、ci

修复若干重要问题,建议所有用户更新。此版本配合deepseek v3模型食用更佳。