release 0.8.11

This commit is contained in:
qiaofeng1227 2023-08-03 17:15:39 +08:00
parent 36a0277a7e
commit 3403751e6a
3 changed files with 13 additions and 7 deletions

View file

@ -1,3 +1,9 @@
## 0.8.11 release on 2023-08-03
1. Optimize interface calls
2. library artifacts directory: websoft9/plugin/library
3. add init apps: nocobase, affine
## 0.8.10 release on 2023-08-01
1. improve update.sh

View file

@ -1,3 +1,3 @@
1. improve update.sh
2. add docs to artifacts
3. improve server's hostname
1. Optimize interface calls
2. library artifacts directory: websoft9/plugin/library
3. add init apps: nocobase, affine

View file

@ -2,7 +2,7 @@
"SERVICES": {
"PORTAINER": "2.18.3",
"NGINX": "2.10.3",
"APPMANAGE": "0.8.9",
"APPMANAGE": "0.8.10",
"REDIS": "7.0.11"
},
"PLUGINS": {
@ -11,7 +11,7 @@
"MYAPPS": "0.0.3",
"APPSTORE": "0.0.4",
"SETTINGS": "0.0.2",
"LIBRARY": "0.5.2"
"LIBRARY": "0.5.3"
},
"OS_SUPPORT": {
"Fedora": [
@ -40,5 +40,5 @@
"18.04"
]
},
"VERSION": "0.8.10"
}
"VERSION": "0.8.11"
}