diff --git a/CHANGELOG-zh.md b/CHANGELOG-zh.md index 38738789..7a411d38 100644 --- a/CHANGELOG-zh.md +++ b/CHANGELOG-zh.md @@ -1,3 +1,10 @@ +# 0.4.7 (unknown) +### 功能 / 优化 +- **更好的支持 Scrapy**. 爬虫识别,`settings.py` 配置,日志级别选择,爬虫选择. [#435](https://github.com/crawlab-team/crawlab/issues/435) +- **Git 同步**. 允许用户将 Git 项目同步到 Crawlab. + +### Bug 修复 + # 0.4.6 (2020-02-13) ### 功能 / 优化 - **Node.js SDK**. 用户可以将 SDK 应用到他们的 Node.js 爬虫中. diff --git a/CHANGELOG.md b/CHANGELOG.md index 707dd09d..784b2063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.4.7 (unknown) +### Features / Enhancement +- **Better Support for Scrapy**. Spiders identification, `settings.py` configuration, log level selection, spider selection. [#435](https://github.com/crawlab-team/crawlab/issues/435) +- **Git Sync**. Allow users to sync git projects to Crawlab. + +### Bug Fixes + # 0.4.6 (2020-02-13) ### Features / Enhancement - **SDK for Node.js**. Users can apply SDK in their Node.js spiders.