Skip to content

v3.67.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 10:54
· 81 commits to develop since this release

Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb

  1. feat: 在 macOS 上增加“服务”菜单
  2. feat: 增加 HTML 文件预览功能
  3. feat: 放开 Markdown style 标签解析
  4. feat: 编辑器中支持 Vue 代码块高亮(HTML模式)
  5. fix: 修复引入自定义编辑器后 Markdown 渲染性能轻微退化
  6. fix: 修复图片更新后,图片被缓存的问题
  7. fix: 修复内置终端可能不能响应窗口尺寸变化问题
  8. fix: 修复终端运行 python 代码缩进不正确问题
  9. fix: 修复打开自定义编辑器支持的文件,可能编辑器加载异常问题
  10. fix: 修复从系统中打开文件,路径获取正确问题
  11. feat(plugin): 支持注册自定义渲染器 ctx.renderer.registerRenderer
  12. refactor(plugin): ctx.api.watchFile 被命名为 ctx.api.watchFs
  13. refactor(plugin): ctx.markdown.getRenderCache 被命名为 ctx.renderer.getRenderCache

  1. feat: Add "Services" menu on macOS
  2. feat: Add HTML file preview functionality
  3. feat: Allow parsing of Markdown style tags
  4. feat: Support Vue code block highlighting in the editor (HTML mode)
  5. fix: Fix slight performance degradation in Markdown rendering after introducing custom editor
  6. fix: Fix caching issue with updated images
  7. fix: Fix potential unresponsiveness of built-in terminal to window size changes
  8. fix: Fix incorrect indentation of Python code in terminal execution
  9. fix: Fix editor loading issue when opening files supported by custom editor
  10. fix: Fix correct path retrieval when opening files from the system
  11. feat(plugin): Support registering custom renderer ctx.renderer.registerRenderer
  12. refactor(plugin): Rename ctx.api.watchFile to ctx.api.watchFs
  13. refactor(plugin): Rename ctx.markdown.getRenderCache to ctx.renderer.getRenderCache