update to 0.8.19

This commit is contained in:
qiaofeng1227 2023-08-23 09:13:02 +08:00
parent 57fa480e7a
commit e815a30a6e
4 changed files with 21 additions and 9 deletions

View file

@ -1,3 +1,8 @@
## 0.8.18 release on 2023-08-23
1. New App Store preview push function added
2. Fix some known bugs
## 0.8.18 release on 2023-08-17 ## 0.8.18 release on 2023-08-17
1. appmanage volumes bug edit 1. appmanage volumes bug edit

View file

@ -1 +1,2 @@
1. appmanage volumes bug edit 1. New App Store preview push function added
2. Fix some known bugs

View file

@ -19,5 +19,11 @@
"sv-se": null, "sv-se": null,
"tr-tr": null, "tr-tr": null,
"uk-ua": null "uk-ua": null
} },
"docs": [
{
"label": "Documentation",
"url": "https://support.websoft9.com/en/docs/"
}
]
} }

View file

@ -6,13 +6,13 @@
"REDIS": "7.0.11" "REDIS": "7.0.11"
}, },
"PLUGINS": { "PLUGINS": {
"PORTAINER": "0.0.5", "PORTAINER": "0.0.6",
"NGINX": "0.0.4", "NGINX": "0.0.5",
"MYAPPS": "0.0.7", "MYAPPS": "0.0.8",
"APPSTORE": "0.0.6", "APPSTORE": "0.0.7",
"SETTINGS": "0.0.4", "SETTINGS": "0.0.5",
"NAVIGATOR": "0.5.10", "NAVIGATOR": "0.5.10",
"LIBRARY": "0.5.3" "LIBRARY": "0.5.4"
}, },
"OS_SUPPORT": { "OS_SUPPORT": {
"Fedora": [ "Fedora": [
@ -43,5 +43,5 @@
"18.04" "18.04"
] ]
}, },
"VERSION": "0.8.18" "VERSION": "0.8.19"
} }