Skip to content

v1.3.2 - Fix Telegram CJK Pipe Table Native Bypass Signature

Choose a tag to compare

@shali10 shali10 released this 29 Aug 03:00
· 22 commits to main since this release

🚀 hermes-patches v1.3.2 紧急关键修复

🐛 核心修复

  • 📑 彻底修复 Telegram CJK 原生表格放行补丁因注释特征码不匹配被跳过的重大缺陷
    • 修复了上游 adapter.py 函数注释与旧版 AST 签名不匹配导致 patch_telegram_cjk_rich 被误判为 UNCHANGED 未真正修改磁盘文件的严重 Bug。
    • 改为动态精确覆写 _has_telegram_desktop_cjk_rich_garble_shape 函数体,100% 确保含有中文字符的 Markdown Pipe Table 原生放行渲染,彻底根治中文字符表格被降级为无序圆点列表的问题。

📦 极速安装一行命令

curl -fsSL https://raw.githubusercontent.com/shali10/hermes-patches/main/install.sh | bash