Skip to content

v9.4.3

Choose a tag to compare

@github-actions github-actions released this 30 Jul 12:29
· 295 commits to main since this release

Changelog

All notable changes to HoloGram are documented here. This file is auto-generated from commit history — never edited by hand.

[9.4.3] — 2026-07-30

🐛 Bug Fixes

  • 修复 vite 构建时 Node.js 堆内存溢出 (OOM)
  • LSP 服务器反复重启导致设置面板误报已安装 — 恢复 engine_status warm 守卫 + 跳过已运行 server + 前端轮询等全部出结果
  • UseRef inside useEffect 导致语言依赖标签页炸掉整个 UI
  • LSP 崩溃检测 + 兜底错误消息
  • 管道不可继承,防止孙子进程卡死 exec_command
  • 虚拟列表渲染修复 — 滚动即时化、测量按消息键控、估算对齐真实排版
  • 适配 Rust 1.96 — ChildStdout/ChildStderr 无 FromRawHandle,改用 OwnedHandle 中转;RawHandle 类型从 isize 变为 *mut c_void,显式 cast
  • 补回 .chat-messages 丢失的闭合花括号 —— dev 模式下整条 chat.css 加载失败