Fix startup timing measurement

Bump the version to 0.3.1 and record startup timing after the main window is actually shown.

Keep autostart launches distinct in History by recording a separate tray-start message when the UI intentionally starts hidden.
This commit is contained in:
mixeme
2026-06-17 22:57:23 +03:00
parent 94033e794f
commit 2f7bbe4fca
3 changed files with 24 additions and 8 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.0"
var Version = "0.3.1"