Skip to content

v3.38.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 13:37
· 1050 commits to develop since this release
  1. feat: 文件侧栏支持拖拽移动/拷贝(按住 Alt/Option 键)文档
  2. feat: 增加切换侧栏“文件”/”大纲“视图的快捷键 Shift + Alt/Option + O
  3. feat: 打开大纲面板时候自动聚焦筛选输入框
  4. feat: 升级 markdown-it13.0.1,元素属性书写支持转义
  5. feat: 图片不再全部作为块元素渲染,现在仅在段落只有一张图片时才渲染为块元素
  6. feat: 增加 Emoji 解析
  7. feat: 点击锚点跳转时高亮标题
  8. feat: 增加编辑器字体配置项
  9. fix: 修复锚点链接大写时无法跳转的问题
  10. fix: 修复文档历史面板中的编辑器可能尺寸不正确问题
  11. fix: 修复编辑器补全菜单会被遮挡的问题
  12. fix: 修复临时标签被固定时候字体还是斜体的问题
  13. fix: 删除/移动文件如果和当前打开的文件无关,不再校验当前文件是否保存
  14. feat(plugin): 增加 ctx.api.copyFile 方法
  15. feat(plugin): 增加 ctx.doc.isMarkdownFile 方法
  16. feat(plugin): toast 支持传入 Vue 组件或 VNode 对象自定义渲染内容
  17. feat(plugin): 增加 layout.toggle-outline Action

  1. feat: document sidebar supports drag and drop to move/copy (hold Alt/Option key) documents
  2. feat: add shortcut key for switching sidebar "File"/"Outline" view Shift + Alt/Option + O
  3. feat: auto-focus filter input box when opening outline panel
  4. feat: upgrade markdown-it to 13.0.1, element attribute writing supports escaping
  5. feat: images are no longer rendered as block elements at all, they are now rendered as block elements only when a paragraph has only one image
  6. feat: add Emoji parsing
  7. feat: highlight title when clicking anchor to jump
  8. feat: add editor font configuration item
  9. fix: fix the problem that the anchor cannot jump when capitalized
  10. fix: fix the issue that the editor in the document history panel may be incorrectly sized
  11. fix: fix the issue that the editor completion menu will be overflow
  12. fix: fix the problem that the font is still italic when the temporary label is fixed
  13. fix: If deleting/moving a file has nothing to do with the currently opened file, it no longer checks whether the current file is saved or not
  14. feat(plugin): add ctx.api.copyFile method
  15. feat(plugin): add ctx.doc.isMarkdownFile method
  16. feat(plugin): toast supports custom rendering content by passing in Vue component or VNode objects
  17. feat(plugin): add layout.toggle-outline Action