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
+5
View File
@@ -2,6 +2,11 @@
All notable GoSentry changes are recorded in this file.
## 0.3.1 - 2026-06-17
- Changed startup timing in History to measure until the main window is actually shown instead of stopping during UI construction.
- Added a separate startup History message for autostart launches that begin hidden in the tray.
## 0.3.0 - 2026-06-17
- Renamed the project from PySentry to GoSentry across the GUI, module path, build scripts, generated artifacts, desktop integration, and documentation.