updated CHANGELOG

This commit is contained in:
marvzhang
2020-02-20 13:51:48 +08:00
parent c18921ce4b
commit 6e3ce8a1bc
3 changed files with 10 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
### 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.
- **Long Task Support**. Users can add long-task spiders which is supposed to run without finishing. [#425](https://github.com/crawlab-team/crawlab/issues/425)
- **Spider List Optimization**. Tasks count by status, tasks detail popup, legend. [#425](https://github.com/crawlab-team/crawlab/issues/425)
- **Upgrade Check**. Check latest version and notifiy users to upgrade.
### Bug Fixes