wails/v3/release_notes.md
github-actions[bot] 1227f140b7 v3.0.0-alpha.18
2025-08-03 02:53:39 +00:00

860 B

Added

  • Added AdditionalLaunchArgs to WindowsWindow options to allow for additional command line arguments to be passed to the WebView2 browser. in PR
  • Added Run go mod tidy automatically after wails init @triadmoko in PR
  • Windows Snapassist feature by @leaanthony in PR

Fixed

  • Add support for allowsBackForwardNavigationGestures in macOS WKWebView to enable two-finger swipe navigation gestures (#1857)
  • Fixes issue where onClick didn't work for menu items initially set as disabled by @leaanthony in PR #4469. Thanks to @IanVS for the initial investigation.
  • Fix Vite server not being cleaned up when build fails (#4403)