Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 增加仓库索引机制,增加查看文档反向链接功能
- feat: 上传图片时候自动重命名重名的图片
- feat: 下载网络图片尽量保持原文件名
- feat: PicGo 上传图片支持远程模式,api 接口地址如果包含
key
参数则认为是远程模式 - feat: 支持从操作系统中拖拽复制文件到仓库中
- feat: 优化文本片段对选中文本的处理
- feat: 增加“启用触发建议灯泡”配置
- feat: 优化打开大仓库时候目录树性能
- fix: 修复编辑器关闭有序列表序号自动补全时仍然自动添加序号问题
- fix: 修复 Windows 上通过托盘菜单可能不能打开设置面板问题
- fix: 修复 PlantUML 图像缓存加载异常问题
- fix: 修复不能在“弹出预览”窗口中显示
file://
协议图片问题 - fix: 修复读取断开的符号链接文件导致的错误问题
- fix: 修复导出 PDF 设置缩放比例不生效问题
- fix: 修复打开仓库外文件自动补全路径计算问题
- plugin: 增加
VIEW_BEFORE_RENDER
钩子 - plugin: 增加
ctx.repo
模块 - plugin: 增加
ctx.indexer
模块
- feat: Implement a repository indexing mechanism, and add a feature to view document backlinks.
- feat: Automatically rename duplicate images when uploading.
- feat: Download network images while preserving the original filenames as much as possible.
- 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. - feat: Support dragging and dropping files from the operating system into the warehouse.
- feat: Optimize the processing of text snippets for selected text.
- feat: Add a configuration for "Enable trigger suggestion lightbulb."
- feat: Optimize the performance of the directory tree when opening large warehouses.
- fix: Fix the issue where the editor still automatically adds numbers when closing an ordered list with auto-complete numbers.
- fix: Fix the issue where the settings panel might not open through the tray menu on Windows.
- fix: Fix the exception issue with loading PlantUML image cache.
- fix: Fix the issue of not being able to display
file://
protocol images in the "pop-up preview" window. - fix: Fix the error caused by reading disconnected symbolic link files.
- fix: Fix the issue where the export PDF setting for scaling ratio does not take effect.
- fix: Fix the issue with automatic path calculation when opening files outside the warehouse.
- plugin: Add the
VIEW_BEFORE_RENDER
hook. - plugin: Add the
ctx.repo
module. - plugin: Add the
ctx.indexer
module.