Skip to content

v0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jun 07:31

What's Changed

  • 新增任务取消与恢复能力:任务中断后可直接点击复原重新加入任务队列,无需删除后重新下载。
  • 重构下载页与任务中心联动,优化下载任务管理流程。
  • 增强任务列表:支持显示 URL,并持久化任务表格列宽。
  • 增强历史记录与订阅页面:加入来源 URL / 源字段相关展示与处理。
  • 新增历史、订阅、任务页面的列管理能力,支持自定义表格字段显示。
  • 增强订阅管理:完善订阅源导入后的刷新与选中流程,并加入作者筛选 / 排序体验。
  • 增强设置页与订阅相关配置管理。
  • 改进 API、历史记录和资源管理的数据处理逻辑。
  • 更新构建配置,并补充 Linux 二进制文件的快速开始说明。
  • 补充 NFO 与核心流程相关测试覆盖。

Feature Commits

  • 99e2945 feat: implement restore functionality for cancelled tasks and enhance subscription source handling
  • d7bf9ef feat: update build configuration and enhance quick start instructions for Linux binaries
  • 1f539bd feat: Enhance history and subscription interfaces with source URL handling
  • 8ad9dc9 feat: add column management functionality to history, subscription, and task interfaces
  • a98e941 feat: enhance settings and subscription management
  • de72ee3 feat: improve resource management and data handling in API and history modules
  • cf1e32c feat(task_page): enhance task management with URL display and persistent table widths
  • d4d31e4 feat: refactor download interface and task center integration
  • d64a4fa feat: add cancel functionality to task management interface