# Release version 0.6.11
- fix: override Python monarch tokenizer to fix triple-quoted string highlighting. - fix: add KaTeX CSS and normalize LaTeX math delimiters for proper formula rendering. - chore: bump ACP agent SDK (Claude Code, OpenCode) versions in registry. ----------------------------- # 发布版本 0.6.11 - 修复:覆盖 Python monarch 分词器,修复三引号字符串高亮显示问题; - 修复:添加 KaTeX CSS 并规范化 LaTeX 数学公式分隔符,修复公式渲染; - 维护:更新 ACP 代理 SDK(Claude Code、OpenCode)注册表版本。
This commit is contained in:
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@@ -853,7 +853,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
|
||||
|
||||
[[package]]
|
||||
name = "codeg"
|
||||
version = "0.6.10"
|
||||
version = "0.6.11"
|
||||
dependencies = [
|
||||
"agent-client-protocol-schema",
|
||||
"async-trait",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "codeg"
|
||||
version = "0.6.10"
|
||||
version = "0.6.11"
|
||||
description = "Agent Code Generation App"
|
||||
authors = ["feitao"]
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "codeg",
|
||||
"version": "0.6.10",
|
||||
"version": "0.6.11",
|
||||
"identifier": "app.codeg",
|
||||
"build": {
|
||||
"beforeDevCommand": "pnpm dev",
|
||||
|
||||
Reference in New Issue
Block a user