Releases: wailsapp/wails
Wails v3.0.0-alpha.67
Wails v3 Alpha Release - v3.0.0-alpha.67
Added
- Added how to do
One Time Handlersin the docs forListening to Events in JavaScriptby @AbdelhadiSeddar
Changed
- Changed the use of
EventintoEventsaccording to changes in@wailsio/runtimeand appropriate function calls in the docs inFeatures/Events/Event Systemby @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/runtimenpm 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]Wails v3.0.0-alpha.66
Wails v3 Alpha Release - v3.0.0-alpha.66
Added
- Add
UseApplicationMenuoption toWebviewWindowOptionsallowing windows on Windows/Linux to inherit the application menu set viaapp.Menu.Set()by @leaanthony
Changed
- Move
EnabledFeatures,DisabledFeatures, andAdditionalBrowserArgsfrom per-window options to application-levelOptions.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\dialogsby @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, andAdditionalLaunchArgsfrom per-windowWindowsWindowoptions. Use application-levelOptions.Windows.EnabledFeatures,Options.Windows.DisabledFeatures, andOptions.Windows.AdditionalBrowserArgsinstead. 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]Wails v3.0.0-alpha.65
Wails v3 Alpha Release - v3.0.0-alpha.65
Added
- Add support for using
.iconfiles (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]Wails v3.0.0-alpha.64
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 withwails3 task build:server. Seeexamples/serverfor 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]Wails v3.0.0-alpha.63
Wails v3 Alpha Release - v3.0.0-alpha.63
Fixed
- Fix
Position()andSetPosition()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]Wails v3.0.0-alpha.62
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]Wails v3.0.0-alpha.61
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.Addby @ndianabasi - Fix documentation regarding generating custom binding, must use
-d Stringinstead 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]Wails v3.0.0-alpha.60
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]Wails v3.0.0-alpha.59
Wails v3 Alpha Release - v3.0.0-alpha.59
Changed
- Update the README for the
Drag N Dropexample and highlights thatInternal Drag and Dropis 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]Wails v3.0.0-alpha.58
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]