Improve command execution modes

This commit is contained in:
mixeme
2026-06-18 00:13:12 +03:00
parent eb6a1907e6
commit 975829ed70
10 changed files with 600 additions and 51 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ package core
// Version is the application version shown in the GUI and used by build
// scripts in artifact names. It is a var rather than a const so release builds
// can override it with Go ldflags when CI tags a build.
var Version = "0.3.1"
var Version = "0.3.2"