Skip to content

codeg v0.15.4

Choose a tag to compare

@github-actions github-actions released this 09 Jun 02:56
· 39 commits to main since this release

Release version 0.15.4

  • fix(appearance): The interface now defaults to the System UI font rather than a monospace face, and the editor font is confined to the code editor. Choosing an editor font no longer reaches the rest of the app — conversation text, file paths, tool-call parameters, command menus, and shortcut chips follow the interface font and a stable system monospace instead.
  • fix(chat): A finished turn's execution-time tooltip now matches the live timer above the composer, using the same localized "Xh Ym Zs" format instead of a separate "1.5m" / "30.0s" style.

发布版本 0.15.4

  • 修复(外观):界面默认字体改为系统 UI 字体,不再使用等宽字体;编辑器字体也被限定在代码编辑器内。选择编辑器字体不会再影响应用的其他部分——会话正文、文件路径、工具调用参数、命令菜单和快捷键标签改为跟随界面字体与稳定的系统等宽字体。
  • 修复(聊天):回合结束后,执行时长的提示框现在与输入框上方的实时计时器保持一致,采用相同的本地化“时 分 秒”格式,而不再是单独的“1.5m”/“30.0s”样式。