From da97daf5f7f04943b9aac57e5c389335052e9845 Mon Sep 17 00:00:00 2001 From: librelad Date: Wed, 12 Aug 2026 23:19:02 +0100 Subject: [PATCH] fix(apps): move Application Version to the Advanced tab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It sets the image tag, so a wrong value stops the app starting — that belongs with the other expert settings, not beside feature toggles. Tooltip now explains the split it participates in: automatic updates apply rebuilds OF this version, changing it moves between releases. Co-Authored-By: Claude Opus 5 --- .../generators/categories/webui_create_app_field_mappings.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/webui/data/generators/categories/webui_create_app_field_mappings.sh b/scripts/webui/data/generators/categories/webui_create_app_field_mappings.sh index 75a5675..13bb9b2 100755 --- a/scripts/webui/data/generators/categories/webui_create_app_field_mappings.sh +++ b/scripts/webui/data/generators/categories/webui_create_app_field_mappings.sh @@ -209,10 +209,11 @@ PORTEOF "default": true }, "VERSION": { - "category": "features", + "category": "advanced", "label": "Application Version", "type": "text", - "tooltip": "Specific version of the application to deploy" + "advanced": true, + "tooltip": "The release line this app tracks — it sets the image tag. Automatic updates apply rebuilds OF this version (patches); changing it here is how you move between releases. Leave it alone unless you know the version exists upstream." }, "TIMEOUT": { "category": "features",