✨ 新功能
✨ NEW FEATURES
- 文件上传后会主动推送同步消息给在线客户端,接口上传和 WebSocket 上传都能收到更新。
- After the file is uploaded, synchronization messages will be actively pushed to the online client, and both interface upload and WebSocket upload will receive updates.
🛠 修复
🛠 Fix - WebSocket 正常断开、超时和网络中断不再记成错误日志。
- WebSocket normal disconnection, timeout and network interruption are no longer recorded in the error log.
- 文件上传完成判断同时看字节数和分片数,避免分片齐了但流程不收尾。
- When judging the completion of file upload, look at the number of bytes and the number of fragments at the same time to avoid completing the fragments but not ending the process.
- 同一路径重复发起上传前会先清掉旧会话,减少重复同步和资源占用。
- Old sessions will be cleared before repeated uploads are initiated on the same path to reduce repeated synchronization and resource usage.
⚡️ 优化与性能
⚡️ Optimization and Performance - 文件上传后会主动推送同步消息给在线客户端,接口上传和 WebSocket 上传都能收到更新。
- After the file is uploaded, synchronization messages will be actively pushed to the online client, and both interface upload and WebSocket upload will receive updates.
- WebGUI 登录 Token 支持单独配置有效期和是否绑定客户端 IP,Cloudflare Tunnel 场景可关闭 IP 绑定。
- WebGUI login token supports separate configuration of validity period and whether to bind client IP. IP binding can be turned off in Cloudflare Tunnel scenario.
💄 其他/体验
💄 Other/Experience - 新增 GitHub
bug report和feature request模板,提问题更方便。 - Added GitHub
bug reportandfeature requesttemplates to make it easier to ask questions.
What's Changed
New Contributors
Full Changelog: 3.0.3...3.0.4