Skip to content

Commit

Permalink
added changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Dec 24, 2021
1 parent 8a616f7 commit b2631b9
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
32 changes: 32 additions & 0 deletions changelog/v0.6.0-beta.20211224-zh.md
Original file line number Diff line number Diff line change
@@ -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 的正式版本但是没有确定本次发布版本将会进行更多的测试以保证其健壮性以及生产可用

32 changes: 32 additions & 0 deletions changelog/v0.6.0-beta.20211224.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit b2631b9

Please sign in to comment.