Commit c6ccbb5
committed
Fix About dialog version display for local and GitHub Actions builds
🔧 Version Display Fixes:
- Fixed appVersion to remove 'v' prefix for consistent display
- Updated buildNumber to handle both local (git hash) and GitHub Actions (number) builds
- Updated gitHash to show first 7 characters for better readability
- Added comments explaining different build scenarios
📱 About Dialog Improvements:
- Version now displays as '1.0.28' instead of 'v1.0.28'
- Build number shows git commit hash for local builds
- Git hash shows shortened format (ee22656) for readability
- Consistent formatting across different build types
This ensures About dialog shows correct version information for both local development builds and GitHub Actions releases.1 parent ee22656 commit c6ccbb5
2 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| 82 | + | |
| 83 | + | |
81 | 84 | | |
82 | 85 | | |
83 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments