v3.67.1
·
539 commits
to develop
since this release
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 在 macOS 上增加“服务”菜单
- feat: 增加 HTML 文件预览功能
- feat: 放开 Markdown
style
标签解析 - feat: 编辑器中支持 Vue 代码块高亮(HTML模式)
- fix: 修复引入自定义编辑器后 Markdown 渲染性能轻微退化
- fix: 修复图片更新后,图片被缓存的问题
- fix: 修复内置终端可能不能响应窗口尺寸变化问题
- fix: 修复终端运行 python 代码缩进不正确问题
- fix: 修复打开自定义编辑器支持的文件,可能编辑器加载异常问题
- fix: 修复从系统中打开文件,路径获取正确问题
- feat(plugin): 支持注册自定义渲染器
ctx.renderer.registerRenderer
- refactor(plugin):
ctx.api.watchFile
被命名为ctx.api.watchFs
- refactor(plugin):
ctx.markdown.getRenderCache
被命名为ctx.renderer.getRenderCache
- feat: Add "Services" menu on macOS
- feat: Add HTML file preview functionality
- feat: Allow parsing of Markdown
style
tags - feat: Support Vue code block highlighting in the editor (HTML mode)
- fix: Fix slight performance degradation in Markdown rendering after introducing custom editor
- fix: Fix caching issue with updated images
- fix: Fix potential unresponsiveness of built-in terminal to window size changes
- fix: Fix incorrect indentation of Python code in terminal execution
- fix: Fix editor loading issue when opening files supported by custom editor
- fix: Fix correct path retrieval when opening files from the system
- feat(plugin): Support registering custom renderer
ctx.renderer.registerRenderer
- refactor(plugin): Rename
ctx.api.watchFile
toctx.api.watchFs
- refactor(plugin): Rename
ctx.markdown.getRenderCache
toctx.renderer.getRenderCache