v3.60.1
github-actions
released this
05 Sep 07:25
·
538 commits
to develop
since this release
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 增加双击侧栏标题聚焦当前打开文档功能
- feat: 优化编辑体验,调整编辑器自动包裹、符号配对等细节功能
- feat: 侧栏上下文菜单增加“添加文件”功能
- feat: 升级 PlantUML 到 v1.2023.10
- feat: 升级 markdown-it-multimd-table 到 4.2.3
- fix: 修复脑图内存泄露问题
- refactor(plugin):
ctx.editor.getIsDefault
更名为ctx.editor.isDefault
- refactor(plugin): 增加
ctx.editor.isDirty
方法 - feat(plugin): 增加
DOC_PRE_ENSURE_CURRENT_FILE_SAVED
,DOC_PRE_SWITCH
钩子 - feat(plugin): 增加
ctx.utils.waitCondition
方法
- feat: add double-click sidebar title to focus on the currently open document function
- feat: optimize editing experience, adjust editor automatic wrapping, symbol pairing and other details
- feat: add "Add File" function to the sidebar context menu
- feat: upgrade PlantUML to v1.2023.10
- feat: upgrade markdown-it-multimd-table to 4.2.3
- fix: fix mind map memory leak issue
- refactor(plugin): rename
ctx.editor.getIsDefault
toctx.editor.isDefault
- refactor(plugin): add
ctx.editor.isDirty
method - feat(plugin): add
DOC_PRE_ENSURE_CURRENT_FILE_SAVED
,DOC_PRE_SWITCH
hooks - feat(plugin): add
ctx.utils.waitCondition
method