3.0.6
✨ 新功能
✨ NEW FEATURES
- MCP 新增
file_write工具,支持第三方客户端通过 Base64 编码直接写入附件或文件并实时同步至各端(不能上传过大文件,否则可能会因为内存不足OOM)。 - MCP has added the
file_writetool, which supports third-party clients to directly write attachments or files through Base64 encoding and synchronize them to each end in real time (too large files cannot be uploaded, otherwise OOM may occur due to insufficient memory). - 新增 自定义
header头,支持在配置文件中为所有 HTTP 服务和 WebSocket 握手阶段自定义统一的响应头, 如需修改请参考 最新版本配置文件config.yaml中的server.custom-response-headers选项。 - Added custom
headerheader, which supports customizing unified response headers for all HTTP services and WebSocket handshake phases in the configuration file. If you need to modify it, please refer to theserver.custom-response-headersoption in the latest version of the configuration fileconfig.yaml.
⚡️ 优化与改进
⚡️ Optimization and improvement
- WebGUI 笔记列表支持笔记或附件拖动移动功能, 你现在可以将笔记通过拖动移动到根目录或者其他子目录。
- The WebGUI note list supports the drag and move function of notes or attachments. You can now drag and move notes to the root directory or other subdirectories.
- WebGUI 笔记编辑页 和 分享笔记页 现在可以正确显示 Obsidian 笔记的属性。
- WebGUI note editing page and share note page now correctly display the properties of Obsidian notes.
- WebGUI 笔记编辑页 增加分享笔记按钮入口。
- WebGUI note editing page adds Share Notes button entry.
🛠 修复
🛠 Fix
- 修复 macOS 自启动服务因权限不足无法正常运行的问题,FNS 快捷安装脚本安装后无法正常执行的问题。
- Fixed the problem that the macOS self-starting service cannot run normally due to insufficient permissions, and the FNS quick installation script cannot be executed normally after installation.
- 修复配置文件中显式将默认开启的布尔配置(如 webgui-login-token-bind-ip,OSS、S3、MinIO 等云存储启用开关及 WebSocket 并行/压缩选项)设为
false后依然被覆盖还原为默认值的问题。 - Fixed an issue where Boolean configurations that are enabled by default (such as webgui-login-token-bind-ip, OSS, S3, MinIO and other cloud storage enablement switches and WebSocket parallel/compression options) are explicitly set to
falsein the configuration file and are still overwritten and restored to the default value. - 修复 WebGUI 界面在加载图片或附件资源时,由于浏览器直接请求没有携带特定客户端头部信息( Client Header )导致文件被拦截报错的问题。
- Fixed the issue where when the WebGUI interface loads images or attachment resources, the file is intercepted and an error is reported because the browser's direct request does not carry specific client header information (Client Header).
- 修复 WebGUI 编辑标题显示多余路径的问题。
- Fixed the issue where redundant paths are displayed in the WebGUI editing title.
Full Changelog: 3.0.5...3.0.6