github wailsapp/wails v3.0.0-alpha.38
Wails v3.0.0-alpha.38

pre-release8 hours ago

Wails v3 Alpha Release - v3.0.0-alpha.38

Added

  • Add systray-clock example showing a headless tray with live tooltip updates (#4653).

Changed

  • Windows trays now honor SystemTray.Show()/Hide() by toggling NIS_HIDDEN, so apps can truly disappear and return (#4653).
  • Tray registration reuses resolved icons, sets NOTIFYICON_VERSION_4 once, and enables NIF_SHOWTIP so tooltips recover after Explorer restarts (#4653).

Fixed

  • Track HICON ownership 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.

Don't miss a new wails release

NewReleases is sending notifications on new releases.