Releases: LiveCaptionsHelper/SaveLiveCaptions
Releases · LiveCaptionsHelper/SaveLiveCaptions
Release list
Release v1.1.7
新版本发布!
NEW Release
Bug Fix
- 下载 Save Live Captions.exe 双击运行(无需安装 Python)。
- Download the exe to run the application.
Release v1.1.6
新版本发布!
NEW Release
更新 | Highlights
- 邮箱地址保护 (Email Protection)
增加了对邮箱地址的识别保护
Implemented protection for email addresses to prevent periods within them from being misidentified as sentence breaks. - 优化子句去重 (Sub-clause Deduplication Optimization)
- 增加快捷开启Live Captions (Dual-Launch Hotkey: Ctrl+Win+L)
在根目录新增了SaveLiveCaptionsWithLC.py,通过快捷键 "Ctrl+Win+L" 同时唤起系统级 Live Captions 和本软件,大幅提升启动效率。
AddedSaveLiveCaptionsWithLC.pyin the root directory, enabling users to launch both system Live Captions and this software simultaneously using the "Ctrl+Win+L" hotkey. - 新增快速启动安装版 (New Setup Version with Auto-Start)
在 Release 页面专门提供了名为SaveLiveCaptions_Setup的安装版本,该版本内置了快捷键自动启动功能。
Added a dedicatedSaveLiveCaptions_Setupinstaller on the Release page, featuring built-in hotkey auto-start functionality for a smoother user experience.
- 下载 .exe 文件,双击运行(无需安装 Python)。
- Download the exe to run the application.
Release v1.1.5
新版本发布!
NEW Release
🌟 更新 | Highlights
- 中文分句优化 (Enhanced Chinese Segmentation Support)
针对 Live Captions 在处理中文时频繁使用逗号分隔长句的特性,增加了中文逗号的分割逻辑,使转录文本更符合中文阅读习惯。
Added segmentation logic for Chinese commas to better handle long sentences in Live Captions, improving readability for Chinese transcriptions. - 退出保存逻辑增强 (Improved Exit Sentence Integrity)
优化了程序退出时的最后一句保存逻辑,即使是不完整的句子也能得到有效存储,防止信息丢失。
Optimized the storage of the final (potentially incomplete) sentence during program exit, ensuring no caption data is lost. - 修复 Caption 数量限制 (Fixed Caption Limit Constraint)
修复了因保存 Captions 数量限制的错误逻辑导致字幕丢失的bug。
Resolved a bug in the saved captions limit, ensuring no more loss of captions.
- 下载 Save Live Captions.exe 双击运行(无需安装 Python)。
- Download the exe to run the application.
Release v1.1.4
新版本发布!
NEW Release
🌟 更新 | Highlights
- 优化退出逻辑 (Exit Logic Optimization)
引入了退出保护机制,确保在程序关闭前完整执行保存及文件清理任务,防止数据流转被打断。
Implemented an exit protection mechanism to ensure final caption saving and file cleanup tasks are completed before the program terminates. - 优化去重功能 (Optimize Deduplication)
优化了 Clean up file 逻辑,能够识别并合并因转录修正产生的重复内容(如将 "ten" 与 "10" 视为一致),使输出文件更清爽。
Enhanced Clean up file logic to identify and merge redundant transcriptions caused by model corrections (e.g., normalizing "ten" to "10"). - 配置参数开放 (Configurable Parameters)
现在可以通过 config.py 自定义 STABLE_THRESHOLD(稳定性阈值)和 MAX_SAVED_SENTENCES(最大保存数)等参数,满足不同语速的转录需求。
Users can now customize transcription stability and cache limits via the configuration file.
- 下载 Save Live Captions.exe 双击运行(无需安装 Python)。
- Download the exe to run the application.
Release v1.1.3
新版本发布!
NEW Release
新:
- 修复了小数被错误认为句点,从而分割错误的问题
- 优化去重逻辑
New:
- Fixed incorrect sentence splitting caused by decimal points being misidentified as periods.
- Optimized the deduplication logic.
- 下载 Save Live Captions.exe 双击运行(无需安装 Python)。
- Download the exe to run the application.
Release v1.1.2
- Reduce repeat sentences
- Improve the support of Chinese Captions.
Release v1.1.0 & v1.1.1
新版本发布!
NEW Release
更新内容 / Changes
- 通过模糊匹配减少了大量的重复
- Reduce duplication with fuzzy matching
[!NOTE] The only difference between v1.1.1 and v1.1.0 is the application icon.
下载说明 / Installation
下载双击直接运行(无需安装 Python)。
Download the .exe to run the application directly.
安全建议 / Security Note
额外的 SaveLiveCaptions_setup 是通过文件夹方式打包的安装程序,其 VirusTotal 报错信息 (2) 少于单文件 .exe 版本 (5)。
SaveLiveCaptions_setup is an installation exe of the directory-based version. Its VirusTotal detection count (2) is lower than the single .exe version (5).
如果您对安全有更高要求,可以下载此版本,或直接运行源码。
If you have higher security requirements, I recommend using this version or running from the source code directly.