Skip to content

v0.1.52

Choose a tag to compare

@github-actions github-actions released this 03 Jul 17:23

[0.1.52] - 2026-07-03

🚀 新功能

  • (app) 外部下载请求改用独立快速下载小窗
  • (website) 下载区新增 FluxDown Server 独立发布支持

🐛 问题修复

  • (downloader) 修复 CORS 预检 OPTIONS 被误当下载请求回放

📚 文档

  • (website) 演示站文档新增公开令牌说明并去掉 URL 携带 token

⚡ 性能优化

  • (downloader) 连接池空闲上限提升到 64 匹配多核分段数

🧪 测试

  • (engine) 新增暂停恢复并发度全链路复现测试

[0.1.52] - 2026-07-03

🚀 Features

  • (app) Switched external download requests to a dedicated quick-download mini window
  • (website) Added independent release support for FluxDown Server in the download section

🐛 Bug Fixes

  • (downloader) Fixed CORS preflight OPTIONS requests being mistakenly replayed as download requests

📚 Documentation

  • (website) Added public token documentation for the demo site and removed tokens from URLs

⚡ Performance

  • (downloader) Raised the connection pool idle cap to 64 to match multi-core segment count

🧪 Testing

  • (engine) Added an end-to-end reproduction test for pause/resume concurrency