Wails v3 Alpha Release - v3.0.0-alpha.38
Added
- Add 
systray-clockexample showing a headless tray with live tooltip updates (#4653). 
Changed
- Windows trays now honor 
SystemTray.Show()/Hide()by togglingNIS_HIDDEN, so apps can truly disappear and return (#4653). - Tray registration reuses resolved icons, sets 
NOTIFYICON_VERSION_4once, and enablesNIF_SHOWTIPso tooltips recover after Explorer restarts (#4653). 
Fixed
- Track 
HICONownership so only user-created handles are destroyed, preventing Explorer recycling crashes (#4653). - Release the Windows system-theme listener and retained tray icons during destroy to stop leaking goroutines and device contexts (#4653).
 - Truncate tray tooltips at 127 UTF-16 units to avoid corrupting surrogate pairs and multi-byte glyphs (#4653).
 
🤖 This is an automated nightly release generated from the latest changes in the v3-alpha branch.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha.38⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.