Skip to content

Releases: wailsapp/wails

Wails v3.0.0-alpha.40

13 Nov 02:38

Choose a tag to compare

Wails v3.0.0-alpha.40 Pre-release
Pre-release

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

Fixed

  • Fix Windows systray icon not defaulting to application icon when no custom icon is provided (#4704)

🤖 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/[email protected]

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

Wails v3.0.0-alpha.39

12 Nov 02:38

Choose a tag to compare

Wails v3.0.0-alpha.39 Pre-release
Pre-release

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

Added

Changed

  • When emitting a custom event with zero or one data argument, the data value will be assigned directly to the Data field without wrapping it in a slice by @fbbdev in #4633

🤖 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/[email protected]

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

v2.11.0

08 Nov 02:37

Choose a tag to compare

Added

  • Add origin verification for bindings by @APshenkin in PR
  • Configure Vite timeout by @leaanthony in PR
  • Added ContentProtection option to allow hiding the application window from screen sharing software #4241 by @Taiterbase
  • Added build:tags to project specification for automatically adding compilation tags by @symball in PR
  • Support for binding generics in PR by @ktsivkov

Fixed

Wails v3.0.0-alpha.38

04 Nov 02:38

Choose a tag to compare

Wails v3.0.0-alpha.38 Pre-release
Pre-release

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/[email protected]

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

Wails v3.0.0-alpha.37

02 Nov 02:39

Choose a tag to compare

Wails v3.0.0-alpha.37 Pre-release
Pre-release

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

Fixed

  • Fix Windows package task failure (#4667)

🤖 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/[email protected]

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

Wails v3.0.0-alpha.36

15 Oct 02:36

Choose a tag to compare

Wails v3.0.0-alpha.36 Pre-release
Pre-release

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

Fixed

  • Fix Linux appimage appicon variable in Linux taskfile PR #4644
  • Fix Windows build error caused by go-webview2 v1.0.22 signature change (#4513, #4645)

🤖 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/[email protected]

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

Wails v3.0.0-alpha.35

14 Oct 02:34

Choose a tag to compare

Wails v3.0.0-alpha.35 Pre-release
Pre-release

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

Fixed

  • Fix Linux appimage appicon variable in Linux taskfile PR #4644

🤖 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/[email protected]

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

Wails v3.0.0-alpha.34

06 Oct 02:35

Choose a tag to compare

Wails v3.0.0-alpha.34 Pre-release
Pre-release

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

Added

Fixed

  • Fixed linux desktop.tmpl protocol range, by removing <.Info.Protocol> to <.Protocol> by @Tolfx in #4510
  • Fixed redefinition error for liquid glass demo in #4542 by @Etesam913

🤖 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/[email protected]

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

Wails v3.0.0-alpha.33

04 Oct 02:28

Choose a tag to compare

Wails v3.0.0-alpha.33 Pre-release
Pre-release

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

Fixed


🤖 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/[email protected]

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

Wails v3.0.0-alpha.32

02 Oct 02:32

Choose a tag to compare

Wails v3.0.0-alpha.32 Pre-release
Pre-release

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

Fixed

  • Fix the white window appearing on Windows when creating a hidden window by @leaanthony in #4612
  • Fix notifications package import path in documentation by @rxliuli in #4617
  • Fix drag-and-drop not working when using npm package @wailsio/runtime (#4489) by @leaanthony in #4616

🤖 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/[email protected]

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.