Skip to content

v1.1.5

Choose a tag to compare

@gibsonchan-5 gibsonchan-5 released this 19 Aug 02:09
· 10 commits to main since this release

Bug 修复\n\n- 修复批注气泡定位失败问题(去掉预高亮,改为保存后在 DOM 稳定时再高亮)\n- 修复数据保存时序问题(在 modal 关闭前捕获 filePath,避免 getActiveFile() 返回 null)\n- 添加文本匹配回退机制(wrapAndStyle 失败时用 _collectByTextMatch 重新定位)\n\n## 技术改进\n\n- 优化批注保存流程:先保存数据 → 关闭弹窗 → 等待 focus 稳定 → 高亮文本 → 创建气泡 → 刷新侧边栏\n- 修复 removeComment 按 annId 删除(原按 comment 文本过滤会误删多条)