added changelogs

This commit is contained in:
Marvin Zhang
2021-12-24 17:41:59 +08:00
parent dca2853a33
commit 8cce59010b
2 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# 更新日志 (v0.6.0-beta.20211224)
## 概览
这是下个重大版本 v0.6.0 的第三次 beta 发布伴随着更多功能和优化正式版本 v0.6.0 将会很快发布了
## 升级优化
- [x] **国际化**. 支持中文.
- [x] **命令行工具上传爬虫**. [#1020](https://github.com/crawlab-team/crawlab/issues/1020)
- [x] **官方插件**. 允许用户在 Crawlab 用户界面上安装 [官方插件](https://docs-next.crawlab.cn/zh/guide/use-crawlab/public-plugins/).
- [x] **更多文档**. 加入了关于插件和命令行工具的文档.
## Bug 修复
- [x] **上传文件问题** [#990](https://github.com/crawlab-team/crawlab/issues/990) [#1014](https://github.com/crawlab-team/crawlab/issues/1014) [#1022](https://github.com/crawlab-team/crawlab/issues/1022)
- [x] **无法重命名文件** [#1008](https://github.com/crawlab-team/crawlab/issues/1008)
## TODOs
- [ ] **关联任务**. 如果任务执行模式为 所有节点 指定节点那么将会有主任务和子任务之分
- [ ] **Crontab 编辑器**. 可视化 Crontab 编辑的前端组件
- [ ] **结果去重**.
- [ ] **环境变量**.
- [ ] **前端易用性优化**. 更多高级功能例如表格形式保存
- [ ] **日志自动清理**.
- [ ] **跟多文档**.
- [ ] **前端输出文件大小优化**.
## 未来计划
下一个版本有可能是 v0.6.0 的正式版本但是没有确定本次发布版本将会进行更多的测试以保证其健壮性以及生产可用

View File

@@ -0,0 +1,32 @@
# Change Log (v0.6.0-beta.20211224)
## Overview
This is the third beta release for the next major version v0.6.0. With more features and optimization coming in, the release of official version v0.6.0 is approaching soon.
## Enhancement
- [x] **Internationalization**. Support Chinese.
- [x] **CLI Upload Spider**. [#1020](https://github.com/crawlab-team/crawlab/issues/1020)
- [x] **Official Plugins**. Allow users to install [official plugins](https://docs-next.crawlab.cn/en/guide/use-crawlab/public-plugins/) on Crawlab web UI.
- [x] **More Documentation**. Added documentation for plugins and CLI.
## Bug Fixes
- [x] **Upload File Issue** [#990](https://github.com/crawlab-team/crawlab/issues/990) [#1014](https://github.com/crawlab-team/crawlab/issues/1014) [#1022](https://github.com/crawlab-team/crawlab/issues/1022)
- [x] **Unable to Rename File** [#1008](https://github.com/crawlab-team/crawlab/issues/1008)
## TODOs
- [ ] **Associated Tasks**. There will be main tasks and their sub-tasks if task mode is "all nodes" or "selected nodes".
- [ ] **Crontab Editor**. Frontend component that visualize the crontab editing.
- [ ] **Results Deduplication**.
- [ ] **Environment Variables**.
- [ ] **Frontend Utility Enhancement**. Advanced features such as saved table customization.
- [ ] **Log Auto Cleanup**.
- [ ] **More Documentation**.
- [ ] **E2E Tests**.
- [ ] **Frontend Output File Size Optimization**.
## What Next
The next version could the official release of v0.6.0, but not determined yet. There will be more tests running against the current beta version to ensure robustness and production-ready deployment.