Skip to content

YN Translation Workshop 2.0.1

Choose a tag to compare

@TohmaN233 TohmaN233 released this 16 Aug 22:41
· 7 commits to main since this release

2.0.1

  • 修复 EPUB 校对模式下译文路径选错的问题:页面手选的译文文件优先;如果翻译结束后 HTML 已绑定 translated、而前端一开始没手选,则自动跟上,避免读到临时快照后卡死。
  • 模型选择新增 Grok (OAuth)。可用 SuperGrok / X Premium+ 官方登录,或导入本机 ~/.grok/auth.json;与原来的 xAI API key 入口分开,失败时不会静默回退到 API key。
  • 将 Provider 流空闲等待上限提高到 3000 秒。测试 Grok 时发现它和 GPT 不同,会彻底思考完再写入,原先等待时间太短。

2.0.1

  • Fixed EPUB proofreading using the wrong translation path. A hand-picked frontend translation file wins; if the HTML later binds translated and the page never chose one, the binding updates automatically so Host does not get stuck on a temporary snapshot.
  • Added Grok (OAuth) to model selection. Sign in with SuperGrok / X Premium+ or import ~/.grok/auth.json. This stays separate from the xAI API-key provider and does not fall back to a key on OAuth failure.
  • Raised the provider-stream inactivity limit to 3000 seconds. Grok, unlike GPT, finishes thinking before writing; the previous wait was too short.