Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 增加 MCP 集成,包含本地 MCP 端点、设置开关、仓库列表、用户动作调用、Markdown 特性文档、文档导出和主窗口重载
- feat: 支持将
.mdx和.markdown作为 Markdown 文档处理,包含编辑器语言模式和预览 - feat: 增强 HTML 导出,支持可选的代码行号、复制按钮,并改进渲染资源等待
- feat: 支持绝对路径图片附件和外部图片路径的回退处理
- feat: 支持在图片本地化时处理
file://图片 - feat: 仓库文件树默认显示点号开头的隐藏文件
- fix: 修复终端浅色模式下选择文本颜色不清晰的问题
- fix: 修复创建以斜杠结尾的新文件夹时路径判断错误的问题
- fix: 避免在不支持的 Windows 版本上加载代码高亮字体
- test: 增加 Markdown 特性测试文档和 Draw.io 示例文件
- chore(deps): 更新
koa、lodash、lodash-es、node-forge、rollup、undici、uuid、yaml以及安全相关的间接依赖
English
- feat: Add MCP integration, including the local MCP endpoint, settings switch, repository listing, user action execution, Markdown feature documentation, document export, and main window reload
- feat: Support
.mdxand.markdownfiles as Markdown documents, including editor language mode and preview - feat: Improve HTML export with optional code line numbers, copy buttons, and better rendered resource waiting
- feat: Support fallback handling for absolute-path image attachments and external image paths
- feat: Support localizing
file://images when converting images to local assets - feat: Show dot files in the repository tree by default
- fix: Improve terminal text selection colors in light mode
- fix: Fix creating new folders when the requested path ends with a trailing slash
- fix: Avoid loading syntax-highlight fonts on unsupported Windows versions
- test: Add Markdown feature test documents and Draw.io sample fixtures
- chore(deps): Update dependencies including
koa,lodash,lodash-es,node-forge,rollup,undici,uuid,yaml, and security-related transitive packages
这次新增的 MCP 和 @yank-note/cli 可以把正在运行的 Yank Note 交给本机脚本或 AI Agent 调用。给 AI 工具使用时,推荐直接使用 CLI 项目里的 Skill,让它按约定读取仓库、调用动作、获取 Markdown 特性说明和导出文档。
同时,Sidebar Terminal、Git Push 等扩展也做了配套升级。AI Agent 可以放进 Yank Note 侧栏,常用终端命令可以配置成按钮,Git 同步命令也可以按自己的工作流定制。
