v3.41.0
github-actions
released this
23 Oct 03:07
·
1216 commits
to develop
since this release
- 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_EXPORT
Hook,增加EXPORT_BEFORE_PREPARE
EXPORT_AFTER_PREPARE
Hooks - 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.downloadContent
supports passing inBlob
object - refactor(plugin): refactor the export function and add the
ctx.export
module - refactor(plugin): remove
ctx.doc.print
method, addctx.export.printCurrentDocument
method - refactor(plugin): remove
ctx.doc.showExport
method, addctx.export.toggleExportPanel
method - refactor(plugin): remove
VIEW_BEFORE_EXPORT
Hook, addEXPORT_BEFORE_PREPARE
EXPORT_AFTER_PREPARE
Hooks - refactor(plugin): remove
ctx.base.forceReload
method, addctx.base.reloadMainWindow
method