mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# 0.4.8 (TBC)
|
||||
# 0.4.8 (2020-03-11)
|
||||
### 功能 / 优化
|
||||
- **支持更多编程语言安装**. 现在用户可以安装或预装更多的编程语言,包括 Java、.Net Core、PHP.
|
||||
- **更多 Git 支持**. 允许用户查看 Git Commits 记录,并 Checkout 到相应 Commit.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -38,7 +38,7 @@ task:
|
||||
workers: 4
|
||||
other:
|
||||
tmppath: "/tmp"
|
||||
version: 0.4.7
|
||||
version: 0.4.8
|
||||
setting:
|
||||
allowRegister: "N"
|
||||
enableTutorial: "N"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user