updated CHANGELOG

This commit is contained in:
marvzhang
2020-07-31 13:41:54 +08:00
parent 006c5ab752
commit a53695a23d
2 changed files with 6 additions and 2 deletions

View File

@@ -1,8 +1,10 @@
# 0.5.1 (TBC)
# 0.5.1 (2020-07-31)
### 功能 / 优化
- **加入错误详情信息**.
- **加入 Golang 编程语言支持**.
- **加入 Chrome Driver Firefox Web Driver 安装脚本**.
- **支持系统任务**. "系统任务"跟普通爬虫任务相似允许用户查看诸如安装语言之类的任务日志.
- **将安装语言从 RPC 更改为系统任务**.
### Bug 修复
- **修复在爬虫市场中第一次下载爬虫时会报500错误**. [#808](https://github.com/crawlab-team/crawlab/issues/808)

View File

@@ -1,8 +1,10 @@
# 0.5.1 (TBC)
# 0.5.1 (2020-07-31)
### Features / Enhancement
- **Added error message details**.
- **Added Golang programming language support**.
- **Added web driver installation scripts for Chrome Driver and Firefox**.
- **Support system tasks**. A "system task" is similar to normal spider task, it allows users to view logs of general tasks such as installing languages.
- **Changed methods of installing languages from RPC to system tasks**.
### Bug Fixes
- **Fixed first download repo 500 error in Spider Market page**. [#808](https://github.com/crawlab-team/crawlab/issues/808)