[0.2.2] - 2026-07-16
🚀 新功能
- (website) Changelog 页支持稳定版/前沿版渠道切分
- (mobile) 协议唤起携带建议文件名并支持批量追加分享
- (engine) 便携版数据目录整合,统一迁移至 portable_data/ 子目录
- (protocol) Fluxdown:// 协议扩展支持桌面端
- (queue) 新增队列启停/定时/排序与稍后下载
- (website) 功能投票并入反馈 issue 体系并加分页/详情弹窗
- (settings) 设置页「插件」「组件」合并为「扩展」分类
🐛 问题修复
- (server) 本地开发构建版本号固定为 dev 并跳过更新检测
- (synology) 修复 DSM 桌面应用图标不显示
- (ui) 修正详情面板拖拽把手高亮线的起始位置
- (linux) .desktop 文件 CRLF 换行导致 appimagetool 校验失败
- (ci) Rinf CLI 缓存键区分 runner OS 版本,避免 glibc 不匹配
🚜 重构
- (ua-presets) 统一 UA 预设为共享模块
📚 文档
- (website) 补齐队列启停/定时/稍后下载相关文档
🎨 样式
- (ui) 侧边栏拖拽分隔线增加悬浮/拖拽态视觉反馈
⚙️ 杂项任务
- (release) 发布分支模型由 rc 更名为 develop
[0.2.2] - 2026-07-16
🚀 Features
- (website) Add stable/nightly channel split to the changelog page
- (mobile) Protocol launch now carries a suggested filename and supports batch append sharing
- (engine) Consolidate portable edition data directory, migrate to the portable_data/ subdirectory
- (protocol) Extend fluxdown:// protocol support to desktop
- (queue) Add queue start/stop, scheduling, sorting, and download-later
- (website) Merge feature voting into the feedback issue system, add pagination and detail dialog
- (settings) Merge "Plugins" and "Components" into an "Extensions" category on the settings page
🐛 Bug Fixes
- (server) Pin local dev build version to
devand skip update checks - (synology) Fix desktop app icon not showing on DSM
- (ui) Fix the starting position of the highlight line on the detail panel's drag handle
- (linux) Fix appimagetool validation failure caused by CRLF line endings in the .desktop file
- (ci) Differentiate Rinf CLI cache key by runner OS version to avoid glibc mismatch
🚜 Refactor
- (ua-presets) Unify UA presets into a shared module
📚 Documentation
- (website) Complete documentation for queue start/stop, scheduling, and download-later
🎨 Styling
- (ui) Add hover/drag state visual feedback to the sidebar drag divider
⚙️ Miscellaneous Tasks
- (release) Rename release branch model from
rctodevelop