Skip to content

v3.53.3

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 05:48
· 442 commits to develop since this release

Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb

  1. feat: plantuml 支持本地 svg 渲染
  2. feat: 表格编辑支持一次性插入多行/列
  3. feat: 当端口被占用时候增加提示
  4. feat: 优化自动更新功能
  5. feat: 代码高亮为 nasm 语言增加别名: asm, s, assembly, masm
  6. feat: 编辑器分词分割字符增加中文标点
  7. fix: 修复重命名功能不能仅更改文件名大小写问题
  8. fix: 修复导出的 HTML TODO 列表不能正确显示勾选状态问题
  9. fix: 修复打开文档历史面板会导致自定义的编辑器主题失效问题
  10. feat(plugin): 上下文菜单支持自定义 Vue 组件

  1. feat: enable local SVG rendering for PlantUML.
  2. feat: support inserting multiple rows/columns at once in table editing.
  3. feat: add prompt when the port is already occupied.
  4. feat: optimize the automatic update feature.
  5. feat: add aliases for nasm code highlighting: asm, s, assembly, masm.
  6. feat: include chinese punctuation in the word segmentation and character splitting of the editor.
  7. fix: fix the issue that the rename function fails to change only the file name capitalization.
  8. fix: fix the issue that the exported HTML TODO list could not correctly display the check status
  9. fix: fix the issue that opening the document history panel causes the custom editor theme to be invalidated.
  10. feat(plugin): support custom Vue components in the context menu.