Skip to content

v3.41.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 03:07
· 1216 commits to develop since this release
  1. feat: 扩展支持自动更新
  2. feat: 优化思维导图导出 PDF 和打印的效果
  3. upd: 更新镜像移除 mirror.ghproxy.com
  4. fix: 修复预览“打印”“导出”按钮背景色过于透明问题
  5. feat(plugin): ctx.utils.downloadContent 支持传入 Blob 对象
  6. refactor(plugin): 重构导出功能,增加 ctx.export 模块
  7. refactor(plugin): 移除 ctx.doc.print 方法,增加 ctx.export.printCurrentDocument 方法
  8. refactor(plugin): 移除 ctx.doc.showExport 方法,增加 ctx.export.toggleExportPanel 方法
  9. refactor(plugin): 移除 VIEW_BEFORE_EXPORT Hook,增加 EXPORT_BEFORE_PREPARE EXPORT_AFTER_PREPARE Hooks
  10. refactor(plugin): 移除 ctx.base.forceReload 方法,增加 ctx.base.reloadMainWindow 方法

  1. feat: extended support for automatic update
  2. feat: optimize the effect of mind map exporting to PDF and printing
  3. upd: update mirror to remove mirror.ghproxy.com
  4. fix: fix the problem that the background color of the preview "Print" and "Export" buttons is too transparent
  5. feat(plugin): ctx.utils.downloadContent supports passing in Blob object
  6. refactor(plugin): refactor the export function and add the ctx.export module
  7. refactor(plugin): remove ctx.doc.print method, add ctx.export.printCurrentDocument method
  8. refactor(plugin): remove ctx.doc.showExport method, add ctx.export.toggleExportPanel method
  9. refactor(plugin): remove VIEW_BEFORE_EXPORT Hook, add EXPORT_BEFORE_PREPARE EXPORT_AFTER_PREPARE Hooks
  10. refactor(plugin): remove ctx.base.forceReload method, add ctx.base.reloadMainWindow method