✨ 新功能
✨ NEW FEATURES
- 支持多端同步时的手动冲突处理。
- Support manual conflict handling during multi-end synchronization.
- 新增清理过期 Web 登录令牌的接口。
- Added an interface for cleaning expired web login tokens.
🛠 修复
🛠 Fix
- 修复 WebSocket 在线客户端 IP 获取不准确的问题。
- Fixed the problem of inaccurate WebSocket online client IP acquisition.
- 修复 Git 同步拉取远程更新时报错 "object not found" 的问题。
- Fixed the issue of "object not found" error when Git pulls remote updates synchronously.
⚡️ 优化与改进
⚡️ Optimization and improvement
- 将笔记历史保存延迟设置的最低允许值修改为 1 秒。
- Modified the minimum allowed value for the note history saving delay setting to 1 second.
- 降级 JSON 解析依赖包
bytedance/sonic至 v1.15.1 以提升运行稳定性。 - Downgrade JSON parsing dependency package
bytedance/sonicto v1.15.1 to improve operational stability. - 一键安装脚本新增清理选项,并优化 Docker 与 fnOS 系统的打包构建流程。
- Added cleaning options to the one-click installation script, and optimized the packaging and build process of Docker and fnOS systems.