feat: App-Version aus pom.xml im Header anzeigen

- Versionsnummer neben "Workflow Editor" in Klammern und kleinerer Schrift
- tasklist.app-version per Maven-Resource-Filtering (@project.version@) gefüllt
- @Value-Injection in MainView; Anzeige nur bei real gefülltem Wert

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-30 09:49:18 +02:00
parent cdfc779bc8
commit 5f85074653
3 changed files with 19 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
<groupId>de.assecutor</groupId>
<artifactId>tasklist-editor</artifactId>
<version>0.2.0</version>
<version>0.9.0</version>
<name>TaskList Editor</name>
<description>n8n-inspired editor for task list workflows</description>