Skip to content

v6.2.1

Choose a tag to compare

@YuanX1a0 YuanX1a0 released this 19 Aug 18:08
· 3 commits to master since this release

v6.2.1 更新

修复

  • 模糊缓存误命中:缓存模糊匹配时,若文本中的数字信息不同(例如货箱数量 4 个 vs 3 个),不再复用之前的旧翻译,会重新翻译
  • 大日志解析卡死:点「解析」读取超大聊天日志不再卡死窗口——解析移到后台线程,界面保持响应;日志过大时界面只显示最近 15000 行(「保存」仍导出完整内容);自动解析同样异步化且防止任务重叠

v6.2.1 Release Notes

Fixes

  • Fuzzy cache false hit: When the numbers in the text differ (e.g. "4 crates" vs "3 crates"), the stale cached translation is no longer reused; the message is translated again.
  • UI freeze on huge logs: Parsing a very large chat log no longer freezes the window. Parsing now runs on a background thread and the UI stays responsive; oversized logs show only the latest 15,000 lines on screen (the "Save" button still exports the full contents). Auto-parsing is also async and prevents overlapping runs.