You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for setting scheduled update interval. Both CLI, GUI, and Docker now support scheduled interval
updates. You can set the interval for executing update tasks via the update_interval configuration. The default is 12 hours. This does not apply to workflows, which still update daily at 6:00 and 18:00.
Fixed the application of the public streaming APP_HOST configuration (Guovin#1094)
Fixed the issue where results were not saved when speed test was not enabled in some scenarios (Guovin#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 the update_interval parameter in the config/config.ini file to control the update interval.