updated version

This commit is contained in:
marvzhang
2020-03-11 15:53:51 +08:00
parent bb1bd8282b
commit a13d2254af
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# 0.4.8 (TBC)
# 0.4.8 (2020-03-11)
### 功能 / 优化
- **支持更多编程语言安装**. 现在用户可以安装或预装更多的编程语言包括 Java.Net CorePHP.
- **更多 Git 支持**. 允许用户查看 Git Commits 记录 Checkout 到相应 Commit.

View File

@@ -1,4 +1,4 @@
# 0.4.8 (TBC)
# 0.4.8 (2020-03-11)
### Features / Enhancement
- **Support Installations of More Programming Languages**. Now users can install or pre-install more programming languages including Java, .Net Core and PHP.
- **More Git Support**. Allow users to view Git Commits record, and allow checkout to corresponding commit.

View File

@@ -38,7 +38,7 @@ task:
workers: 4
other:
tmppath: "/tmp"
version: 0.4.7
version: 0.4.8
setting:
allowRegister: "N"
enableTutorial: "N"

View File

@@ -1,6 +1,6 @@
{
"name": "crawlab",
"version": "0.4.7",
"version": "0.4.8",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --ip=0.0.0.0 --mode=development",