diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 0627c15..d76ae3a 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -1,5 +1,29 @@ # 更新日志 +## 1.1.6 + +*2021-02-07* + +### New features +- add ssh key path +- server host support domain + +### Optimization +- add git url tips +- delete server install module + + +## 1.1.5 + +*2021-01-20* + +### Optimization +- deploy detail filters + +### Bug fixes +- fix detail loading +- fix missing sql + ## 1.1.4 *2021-01-07* diff --git a/web/src/views/project/index.vue b/web/src/views/project/index.vue index 7e52bff..8b2ff95 100644 --- a/web/src/views/project/index.vue +++ b/web/src/views/project/index.vue @@ -92,7 +92,16 @@ - + + {{ $t('projectURL') }} + + + ssh://[username:password@]host.xz[:port]/path/to/repo.git/ + git@host.xz[:port]/path/to/repo.git/ + http[s]://[username:password@]host.xz[:port]/path/to/repo.git/ + + +