diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d9daf17..720c6a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 1. appmanage volumes bug edit diff --git a/changelog_latest.md b/changelog_latest.md index 4114f807..b53c1ea3 100644 --- a/changelog_latest.md +++ b/changelog_latest.md @@ -1 +1,2 @@ -1. appmanage volumes bug edit +1. New App Store preview push function added +2. Fix some known bugs diff --git a/cockpit/menu_override/shell.override.json b/cockpit/menu_override/shell.override.json index 10d0ec85..ce1aeeb1 100644 --- a/cockpit/menu_override/shell.override.json +++ b/cockpit/menu_override/shell.override.json @@ -19,5 +19,11 @@ "sv-se": null, "tr-tr": null, "uk-ua": null - } + }, + "docs": [ + { + "label": "Documentation", + "url": "https://support.websoft9.com/en/docs/" + } + ] } \ No newline at end of file diff --git a/version.json b/version.json index e0bf68d6..d2ca6670 100644 --- a/version.json +++ b/version.json @@ -6,13 +6,13 @@ "REDIS": "7.0.11" }, "PLUGINS": { - "PORTAINER": "0.0.5", - "NGINX": "0.0.4", - "MYAPPS": "0.0.7", - "APPSTORE": "0.0.6", - "SETTINGS": "0.0.4", + "PORTAINER": "0.0.6", + "NGINX": "0.0.5", + "MYAPPS": "0.0.8", + "APPSTORE": "0.0.7", + "SETTINGS": "0.0.5", "NAVIGATOR": "0.5.10", - "LIBRARY": "0.5.3" + "LIBRARY": "0.5.4" }, "OS_SUPPORT": { "Fedora": [ @@ -43,5 +43,5 @@ "18.04" ] }, - "VERSION": "0.8.18" + "VERSION": "0.8.19" } \ No newline at end of file