Release version 0.2.5
Bump the application version to 0.2.5 and update documented artifact names. Document the Windows VirtualBox/RDP OpenGL startup failure and the Mesa software OpenGL workaround. Record the tray-icon double-click limitation in the roadmap for future Fyne or platform-specific tray work.
This commit is contained in:
@@ -2,6 +2,15 @@
|
||||
|
||||
All notable PySentry changes are recorded in this file.
|
||||
|
||||
## 0.2.5 - 2026-06-16
|
||||
|
||||
- Stabilized the Jobs details panel so long selected-job fields do not resize the right pane or application window.
|
||||
- Switched Windows autostart from `HKCU Run` entries to a Startup folder shortcut, fixing executable paths that contain spaces.
|
||||
- Added `--start-in-tray` autostart launches for Windows and Linux so sign-in startup does not open the main window.
|
||||
- Added Windows shortcut tests and Linux autostart desktop-entry tests for the new startup-in-tray behavior.
|
||||
- Updated autostart documentation and architecture notes for the Startup shortcut and XDG desktop-entry behavior.
|
||||
- Documented the Windows VirtualBox/RDP OpenGL startup failure and the Mesa software OpenGL workaround.
|
||||
|
||||
## 0.2.4 - 2026-06-16
|
||||
|
||||
- Prevented repeated application launches by forwarding a second start attempt to the already running instance.
|
||||
|
||||
@@ -38,6 +38,16 @@ Cleanup checklist:
|
||||
- Recheck `.gitignore`, Docker scripts, and packaging scripts for rules or
|
||||
branches that only supported early experiments.
|
||||
|
||||
## Tray Interaction
|
||||
|
||||
Improve tray icon interaction after choosing a tray backend path.
|
||||
|
||||
- Add double-click on the tray icon to show and focus the main window.
|
||||
- Current Fyne 2.5.3 desktop tray API exposes menu and icon setup, but does not
|
||||
expose click or double-click callbacks for the tray icon itself.
|
||||
- Revisit when Fyne exposes this callback, or evaluate a small platform-specific
|
||||
tray integration if the behavior becomes important enough.
|
||||
|
||||
## Delivery And Packaging
|
||||
|
||||
Keep a single portable binary as the baseline delivery format. It is simple to
|
||||
|
||||
Reference in New Issue
Block a user