Skip to content

v3.61.1

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 02:16
· 404 commits to develop since this release

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

  1. feat: 应用关联 Markdown 文件:支持在文件管理器中直接打开、拖拽到应用内打开文件。非仓库文件将以安全模式渲染
  2. feat: 配置项:渲染配置增加 markdown-it-multimd-table 插件更多配置;编辑器增加控制是否键入时候展示建议提示的配置
  3. feat: 编辑体验优化:从侧栏拖动文档或图片到编辑器中时,自动插入文档链接或图片链接;选中文本后粘贴链接时,自动插入链接并以选中文本作为链接文本
  4. feat: 优化检查更新速度:应用在一些时候会通过 yank-note.com 检查更新
  5. feat: 优化界面 UI:调整上下文菜单、优化渲染外链图标不单独换行、侧栏和大纲中的显示的数字尽量对齐等
  6. feat: 优化交互:仓库内搜索面板展示时自动聚焦搜索框并选中文本;
  7. feat: 编辑过的文件将添加到任务栏或 Dock 中应用图标上下文菜单中,方便快速打开
  8. feat: 升级 Electron 到 22.3.24
  9. fix: 修复插入附件或链接文件时,文件名中包含特殊字符不能展示为 Markdown 链接的问题
  10. feat(plugin): 增加 ctx.base.getAllRepos ctx.doc.getAllRepos ctx.doc.switchDocByPath 方法

  1. feat: application-associated Markdown files: supports opening files directly in the file manager and dragging them into the application to open files. Non-warehouse files will be rendered in safe mode
  2. feat: configuration items: The rendering configuration adds more configurations of the markdown-it-multimd-table plug-in; the editor adds a configuration to control whether to display suggestion prompts when typing.
  3. feat: editing experience optimization: when dragging a document or image from the sidebar into the editor, a document link or image link is automatically inserted; when a link is pasted after selecting text, the link is automatically inserted and the selected text is used as the link text.
  4. feat: optimize the speed of checking updates: the application will sometimes check for updates through yank-note.com
  5. feat: optimize the interface UI: adjust the context menu, optimize the rendering of external link icons so that they do not wrap separately, and align the numbers displayed in the sidebar and outline as much as possible, etc.
  6. feat: optimize interaction: when the search panel in the warehouse is displayed, the search box will be automatically focused and text selected;
  7. feat: the edited file will be added to the application icon context menu in the taskbar or Dock for quick opening.
  8. feat: upgrade Electron to 22.3.24
  9. fix: when inserting attachments or linked files, the file name containing special characters cannot be displayed as a Markdown link.
  10. feat(plugin): add ctx.base.getAllRepos ctx.doc.getAllRepos ctx.doc.switchDocByPath methods