From b2631b9cc283dc7cccbadf2e6bfaca0d4a0a6356 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Fri, 24 Dec 2021 17:41:59 +0800 Subject: [PATCH] added changelogs --- changelog/v0.6.0-beta.20211224-zh.md | 32 ++++++++++++++++++++++++++++ changelog/v0.6.0-beta.20211224.md | 32 ++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 changelog/v0.6.0-beta.20211224-zh.md create mode 100644 changelog/v0.6.0-beta.20211224.md diff --git a/changelog/v0.6.0-beta.20211224-zh.md b/changelog/v0.6.0-beta.20211224-zh.md new file mode 100644 index 00000000..2de9e2f8 --- /dev/null +++ b/changelog/v0.6.0-beta.20211224-zh.md @@ -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 的正式版本,但是没有确定。本次发布版本将会进行更多的测试,以保证其健壮性以及生产可用。 + diff --git a/changelog/v0.6.0-beta.20211224.md b/changelog/v0.6.0-beta.20211224.md new file mode 100644 index 00000000..7c7e6daf --- /dev/null +++ b/changelog/v0.6.0-beta.20211224.md @@ -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.