diff --git a/CHANGELOG-zh.md b/CHANGELOG-zh.md index 70d347e3..b5ac2734 100644 --- a/CHANGELOG-zh.md +++ b/CHANGELOG-zh.md @@ -7,6 +7,7 @@ - **自动生成结果集**. 如果没有设置,自动设置结果集为 `results_`. - **优化项目列表**. 项目列表中不展示 "No Project". - **升级 Node.js**. 将 Node.js 版本从 v8.12 升级到 v10.19. +- **定时任务增加运行按钮**. 允许用户在定时任务界面手动运行爬虫任务. ### Bug 修复 - **爬虫每日数据缺失**. [#684](https://github.com/crawlab-team/crawlab/issues/684) diff --git a/CHANGELOG.md b/CHANGELOG.md index 890953e3..ab81f618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - **Auto Results Collection**. Set results collection to `results_` if it is not set. - **Optimized Project List**. Not display "No Project" item in the project list. - **Upgrade Node.js**. Upgrade Node.js version from v8.12 to v10.19. +- **Add Run Button in Schedule Page**. Allow users to manually run task in Schedule Page. ### Bug Fixes - **Missing daily stats in spider**. [#684](https://github.com/crawlab-team/crawlab/issues/684)