diff --git a/appinfo/info.xml b/appinfo/info.xml
index b4bae3fd..1bbc07cb 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -42,7 +42,7 @@ Vrij en open source onder de EUPL-licentie.
**Ondersteuning:** Voor ondersteuning, neem contact op via support@conduction.nl. Voor een Service Level Agreement (SLA), neem contact op via sales@conduction.nl.
]]>
- 0.2.1
+ 0.2.2
agpl
Conduction
SoftwareCatalog
diff --git a/package-lock.json b/package-lock.json
index a1616aa0..3853a19a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
"dependencies": {
"@babel/core": "^7.29.0",
"@codemirror/lang-json": "^6.0.0",
- "@conduction/nextcloud-vue": "^1.0.0-beta.97",
+ "@conduction/nextcloud-vue": "^1.0.0-beta.101",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@nextcloud/axios": "^2.5.0",
@@ -2068,9 +2068,9 @@
}
},
"node_modules/@conduction/nextcloud-vue": {
- "version": "1.0.0-beta.97",
- "resolved": "https://registry.npmjs.org/@conduction/nextcloud-vue/-/nextcloud-vue-1.0.0-beta.97.tgz",
- "integrity": "sha512-jlRpA1tjIX3ysP8a42S6lrbrcZfN63yHDzgWMBNaf9Ofs0jvVqqkYawLuEj8vGMU1H4hwvyb0lEOHIsNRmHP6g==",
+ "version": "1.0.0-beta.101",
+ "resolved": "https://registry.npmjs.org/@conduction/nextcloud-vue/-/nextcloud-vue-1.0.0-beta.101.tgz",
+ "integrity": "sha512-UVxKWUU7pf6oHr7Oly5HWPC1e8OK3z2lmdS5xgs28+sYZPNj53co9+xs3tb0mqCGXZ8Oqit9NMapI8ir0fy2iA==",
"license": "EUPL-1.2",
"dependencies": {
"@codemirror/autocomplete": "^6.0.0",
diff --git a/package.json b/package.json
index ba46be29..ffa92d84 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"@babel/core": "^7.29.0",
"@codemirror/lang-json": "^6.0.0",
- "@conduction/nextcloud-vue": "^1.0.0-beta.97",
+ "@conduction/nextcloud-vue": "^1.0.0-beta.101",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@nextcloud/axios": "^2.5.0",
diff --git a/src/manifest.json b/src/manifest.json
index e01918e5..7e8be220 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -69,6 +69,14 @@
"section": "footer",
"order": 90
},
+ {
+ "id": "FeaturesRoadmapMenu",
+ "label": "Features & roadmap",
+ "icon": "icon-toggle",
+ "route": "FeaturesRoadmap",
+ "section": "footer",
+ "order": 95
+ },
{
"id": "SettingsMenu",
"label": "Settings",
@@ -501,6 +509,15 @@
}
}
},
+ {
+ "id": "FeaturesRoadmap",
+ "route": "/features-roadmap",
+ "type": "roadmap",
+ "title": "Features & roadmap",
+ "config": {
+ "documentationUrl": "https://softwarecatalog.conduction.nl"
+ }
+ },
{
"id": "Settings",
"route": "/settings",