Skip to content

v3.60.1

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 07:25
· 354 commits to develop since this release

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

  1. feat: 增加双击侧栏标题聚焦当前打开文档功能
  2. feat: 优化编辑体验,调整编辑器自动包裹、符号配对等细节功能
  3. feat: 侧栏上下文菜单增加“添加文件”功能
  4. feat: 升级 PlantUML 到 v1.2023.10
  5. feat: 升级 markdown-it-multimd-table 到 4.2.3
  6. fix: 修复脑图内存泄露问题
  7. refactor(plugin): ctx.editor.getIsDefault 更名为 ctx.editor.isDefault
  8. refactor(plugin): 增加 ctx.editor.isDirty 方法
  9. feat(plugin): 增加 DOC_PRE_ENSURE_CURRENT_FILE_SAVED, DOC_PRE_SWITCH 钩子
  10. feat(plugin): 增加 ctx.utils.waitCondition 方法

  1. feat: add double-click sidebar title to focus on the currently open document function
  2. feat: optimize editing experience, adjust editor automatic wrapping, symbol pairing and other details
  3. feat: add "Add File" function to the sidebar context menu
  4. feat: upgrade PlantUML to v1.2023.10
  5. feat: upgrade markdown-it-multimd-table to 4.2.3
  6. fix: fix mind map memory leak issue
  7. refactor(plugin): rename ctx.editor.getIsDefault to ctx.editor.isDefault
  8. refactor(plugin): add ctx.editor.isDirty method
  9. feat(plugin): add DOC_PRE_ENSURE_CURRENT_FILE_SAVED, DOC_PRE_SWITCH hooks
  10. feat(plugin): add ctx.utils.waitCondition method