Skip to content

v3.77.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Nov 15:52
· 0 commits to develop since this release

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

  1. feat: 增加仓库索引机制,增加查看文档反向链接功能
  2. feat: 上传图片时候自动重命名重名的图片
  3. feat: 下载网络图片尽量保持原文件名
  4. feat: PicGo 上传图片支持远程模式,api 接口地址如果包含 key 参数则认为是远程模式
  5. feat: 支持从操作系统中拖拽复制文件到仓库中
  6. feat: 优化文本片段对选中文本的处理
  7. feat: 增加“启用触发建议灯泡”配置
  8. feat: 优化打开大仓库时候目录树性能
  9. fix: 修复编辑器关闭有序列表序号自动补全时仍然自动添加序号问题
  10. fix: 修复 Windows 上通过托盘菜单可能不能打开设置面板问题
  11. fix: 修复 PlantUML 图像缓存加载异常问题
  12. fix: 修复不能在“弹出预览”窗口中显示 file:// 协议图片问题
  13. fix: 修复读取断开的符号链接文件导致的错误问题
  14. fix: 修复导出 PDF 设置缩放比例不生效问题
  15. fix: 修复打开仓库外文件自动补全路径计算问题
  16. plugin: 增加 VIEW_BEFORE_RENDER 钩子
  17. plugin: 增加 ctx.repo 模块
  18. plugin: 增加 ctx.indexer 模块

  1. feat: Implement a repository indexing mechanism, and add a feature to view document backlinks.
  2. feat: Automatically rename duplicate images when uploading.
  3. feat: Download network images while preserving the original filenames as much as possible.
  4. feat: Support remote mode for PicGo image uploads; if the API interface address contains a key parameter, it is considered to be in remote mode.
  5. feat: Support dragging and dropping files from the operating system into the warehouse.
  6. feat: Optimize the processing of text snippets for selected text.
  7. feat: Add a configuration for "Enable trigger suggestion lightbulb."
  8. feat: Optimize the performance of the directory tree when opening large warehouses.
  9. fix: Fix the issue where the editor still automatically adds numbers when closing an ordered list with auto-complete numbers.
  10. fix: Fix the issue where the settings panel might not open through the tray menu on Windows.
  11. fix: Fix the exception issue with loading PlantUML image cache.
  12. fix: Fix the issue of not being able to display file:// protocol images in the "pop-up preview" window.
  13. fix: Fix the error caused by reading disconnected symbolic link files.
  14. fix: Fix the issue where the export PDF setting for scaling ratio does not take effect.
  15. fix: Fix the issue with automatic path calculation when opening files outside the warehouse.
  16. plugin: Add the VIEW_BEFORE_RENDER hook.
  17. plugin: Add the ctx.repo module.
  18. plugin: Add the ctx.indexer module.