2025/5/26
🚀 新功能
- 新增支持设置
定时更新间隔
,命令行
GUI
Docker
均可实现定时间隔更新,可通过配置update_interval
设置执行更新任务时间的间隔,默认12小时
,不作用于工作流,工作流依旧每日6点与18点
执行更新
🌟 优化
- 更新频道别名数据,欢迎提供更多别名,参见:💖 频道别名收集计划
🐛 修复
🗑️ 移除
- 移除Docker
UPDATE_CRON
环境变量,请使用config/config.ini
文件中update_interval
参数控制更新时间间隔
English
🚀 New Features
- Added support for setting
scheduled update interval
. BothCLI
,GUI
, andDocker
now support scheduled interval
updates. You can set the interval for executing update tasks via theupdate_interval
configuration. The default is
12 hours
. This does not apply to workflows, which still update daily at
6:00 and 18:00
.
🌟 Optimization
- Updated channel alias data. Contributions for more aliases are welcome. See:
💖 Channel Alias Collection Plan
🐛 Bug Fixes
- Fixed the application of the public streaming APP_HOST configuration (#1094)
- Fixed the issue where results were not saved when speed test was not enabled in some scenarios (#1092)
- Fixed failure to "unfreeze" channel cache results
- Fixed some devices unable to open the
GUI
interface
🗑️ Removal
- Removed Docker
UPDATE_CRON
environment variable. Please use theupdate_interval
parameter in the
config/config.ini
file to control the update interval.