Skip to content

Releases: wailsapp/wails

Wails v3.0.0-alpha.67

04 Feb 03:04

Choose a tag to compare

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

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

Added

  • Added how to do One Time Handlers in the docs for Listening to Events in JavaScript by @AbdelhadiSeddar

Changed

  • Changed the use of Event into Events according to changes in @wailsio/runtime and appropriate function calls in the docs in Features/Events/Event System by @AbdelhadiSeddar

Fixed

  • Fix "ghost windows" issue on macOS caused by not accessing AppKit APIs from the Main Thread in App.Window.Current() (#4947) by @wimaha
  • Fix HTML <input type="file"> not working on macOS by implementing WKUIDelegate runOpenPanelWithParameters (#4862)
  • Fix native file drag-and-drop not working when using @wailsio/runtime npm module on macOS/Linux (#4953) by @leaanthony
  • Fix binding generation for cross-package type aliases (#4578) by @fbbdev

πŸ€– 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.66

03 Feb 03:07

Choose a tag to compare

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

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

Added

  • Add UseApplicationMenu option to WebviewWindowOptions allowing windows on Windows/Linux to inherit the application menu set via app.Menu.Set() by @leaanthony

Changed

  • Move EnabledFeatures, DisabledFeatures, and AdditionalBrowserArgs from per-window options to application-level Options.Windows (#4559) by @leaanthony

Fixed

  • Fix OpenFileDialog crash on Linux due to GTK thread safety violation (#3683) by @ddmoney420
  • Fix SIGSEGV crash when calling Focus() on a hidden or destroyed window (#4890) by @ddmoney420
  • Fix potential panic when setting empty icon or bitmap on Linux (#4923) by @ddmoney420
  • Fix ErrorDialog crash when called from service binding on macOS (#3631) by @leaanthony
  • Make menus to be displayed on Windows OS in v3\examples\dialogs by @ndianabasi
  • Fix race condition causing TypeError during page reload (#4872) by @ddmoney420
  • Fix incorrect output from binding generator tests by removing global state in the Collector.IsVoidAlias() method (#4941) by @fbbdev
  • Fix <input type="file"> file picker not working on macOS (#4862) by @leaanthony

Removed

  • BREAKING: Remove EnabledFeatures, DisabledFeatures, and AdditionalLaunchArgs from per-window WindowsWindow options. Use application-level Options.Windows.EnabledFeatures, Options.Windows.DisabledFeatures, and Options.Windows.AdditionalBrowserArgs instead. These flags apply globally to the shared WebView2 environment (#4559) by @leaanthony

πŸ€– 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.65

01 Feb 03:10

Choose a tag to compare

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

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

Added

  • Add support for using .icon files (Apple Icon Composer format) for generating Liquid Glass icons and asset catalogs (macOS) (#4934) by @wimaha

πŸ€– 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.64

26 Jan 02:56

Choose a tag to compare

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

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

Added

  • Add experimental server mode for headless/web deployments (-tags server). Enables running Wails apps as HTTP servers without native GUI dependencies. Build with wails3 task build:server. See examples/server for details.

πŸ€– 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.63

25 Jan 02:55

Choose a tag to compare

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

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

Fixed

  • Fix Position() and SetPosition() using inconsistent coordinate systems on macOS, causing window position drift when saving/restoring state (#4816) by @leaanthony

πŸ€– 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.62

22 Jan 02:51

Choose a tag to compare

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

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

Fixed

  • Fix SetProcessDpiAwarenessContext "Access is denied" error when DPI awareness is already set via application manifest (#4803)

πŸ€– 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.61

20 Jan 02:48

Choose a tag to compare

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

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

Fixed

  • Update the docs page for keyboard shortcuts and corrects the type of the callback parameter for KeyBinding.Add by @ndianabasi
  • Fix documentation regarding generating custom binding, must use -d String instead of -o String

πŸ€– 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.60

14 Jan 02:50

Choose a tag to compare

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

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

Fixed

  • Fix menu not clearing children on menu.Update()

πŸ€– 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.59

11 Jan 02:54

Choose a tag to compare

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

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

Changed

  • Update the README for the Drag N Drop example and highlights that Internal Drag and Drop is demonstrated with the example @ndianabasi

πŸ€– 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.58

09 Jan 02:46

Choose a tag to compare

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

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

Fixed

  • Fix outdated Manager API references in documentation (31 files updated to use new pattern like app.Window.New(), app.Event.Emit(), etc.) by @leaanthony
  • Fix Linux crash on panic in JS-bound Go methods due to WebKit overriding signal handlers (#3965) by @leaanthony

πŸ€– 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.