Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat(markdown): Markdown-it 升级到 14.3.0,并增加 CJK-friendly 强调解析,优化中文、日文文本的渲染
- feat(markdown): 增加原始 HTML 容器,支持在 Markdown 内容中混合并直接渲染 HTML 区块
- feat(plugin): 扩展 API 增加基于文本范围的高亮能力,供扩展和预览交互使用
- feat(editor): 始终显示浮动编辑器提示,方便用户发现和使用该功能
- fix(markdown): 修复带语言标记的纯文本代码围栏发生重复转义的问题
- fix(editor): 修复应用启动时无法正确恢复 HTML 及其他非 Markdown 文本文件内容的问题
- fix(terminal): 避免终端横向溢出导致输入法界面发生位置偏移
- chore: Electron 升级到 41,并更新依赖和安全相关的间接依赖
- feat(markdown): Upgrade Markdown-it to 14.3.0 and add CJK-friendly emphasis parsing for Chinese and Japanese text
- feat(markdown): Add a raw HTML container that can render HTML blocks mixed with Markdown content
- feat(plugin): Add range-based text highlighting APIs for extensions and preview interactions
- feat(editor): Always show the floating editor hint so the feature remains discoverable
- fix(markdown): Avoid double escaping plain-text code fences with a language marker
- fix(editor): Restore HTML and other non-Markdown text files correctly when the app starts
- fix(terminal): Prevent IME layout offsets caused by horizontal terminal overflow
- chore: Upgrade Electron to 41 and update dependencies and security-related transitive packages
新增变更装订线扩展和审阅批注扩展。当和 AI 一起协作的时候,这些功能很有用
