Small fixes aside (#29)

* version string was not set in correct place
* add new item buttons and edit masks.
* localized reset password form
* common layout
buttons:
Save left green
Cancel right red

* added help-icon
* setting version improved
make the handling to set versions more convenient. Decoupled setting versions, committing files and tagging.
This commit is contained in:
Bardioc26
2026-02-04 22:18:37 +01:00
committed by GitHub
parent 95f0fc0b7a
commit 6943e678a9
20 changed files with 1431 additions and 216 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
)
// Version is the application version
const Version = "0.2.2"
const Version = "0.2.3"
var (
// GitCommit will be set by build flags or detected at runtime