- feat: 扩展支持自动更新
- feat: 优化思维导图导出 PDF 和打印的效果
- upd: 更新镜像移除
mirror.ghproxy.com - fix: 修复预览“打印”“导出”按钮背景色过于透明问题
- feat(plugin):
ctx.utils.downloadContent支持传入Blob对象 - refactor(plugin): 重构导出功能,增加
ctx.export模块 - refactor(plugin): 移除
ctx.doc.print方法,增加ctx.export.printCurrentDocument方法 - refactor(plugin): 移除
ctx.doc.showExport方法,增加ctx.export.toggleExportPanel方法 - refactor(plugin): 移除
VIEW_BEFORE_EXPORTHook,增加EXPORT_BEFORE_PREPAREEXPORT_AFTER_PREPAREHooks - refactor(plugin): 移除
ctx.base.forceReload方法,增加ctx.base.reloadMainWindow方法
- feat: extended support for automatic update
- feat: optimize the effect of mind map exporting to PDF and printing
- upd: update mirror to remove
mirror.ghproxy.com - fix: fix the problem that the background color of the preview "Print" and "Export" buttons is too transparent
- feat(plugin):
ctx.utils.downloadContentsupports passing inBlobobject - refactor(plugin): refactor the export function and add the
ctx.exportmodule - refactor(plugin): remove
ctx.doc.printmethod, addctx.export.printCurrentDocumentmethod - refactor(plugin): remove
ctx.doc.showExportmethod, addctx.export.toggleExportPanelmethod - refactor(plugin): remove
VIEW_BEFORE_EXPORTHook, addEXPORT_BEFORE_PREPAREEXPORT_AFTER_PREPAREHooks - refactor(plugin): remove
ctx.base.forceReloadmethod, addctx.base.reloadMainWindowmethod