Skip to content

Releases: beam-transfer/wails

webview2 v1.0.25

Choose a tag to compare

@github-actions github-actions released this 05 Jul 14:27

webview2 v1.0.25

Full diff: webview2/v1.0.24...webview2/v1.0.25

Wails v3.0.0-alpha2.107

Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Jun 17:19

Wails v3 Alpha Release - v3.0.0-alpha2.107

Changed

  • Bump webview2 to v1.0.24.
    • ci(webview2): fix release build (cross-compile Windows + complete go.sum) (wailsapp#5671)
    • fix(webview2): recover from transient runtime COM errors instead of exiting (wailsapp#5658)
    • fix(webview2): never treat a failed SetSize/PutBounds as fatal (wailsapp#5597)
    • feat: add go workspace for cross-module development
    • fix(webview2): guard Focus() until controller initialisation completes (wailsapp#5568)
    • fix(v3/webview2): use log instead of fmt for error and stack trace output (wailsapp#5453)
    • chore(webview2): import scripts/ from go-webview2
    • feat: migrate go-webview2 into wails monorepo (wailsapp#5317)

🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha2.107

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

webview2 v1.0.24

Choose a tag to compare

@github-actions github-actions released this 25 Jun 15:38

webview2 v1.0.24

  • ci(webview2): fix release build (cross-compile Windows + complete go.sum) (wailsapp#5671)
  • fix(webview2): recover from transient runtime COM errors instead of exiting (wailsapp#5658)
  • fix(webview2): never treat a failed SetSize/PutBounds as fatal (wailsapp#5597)
  • feat: add go workspace for cross-module development
  • fix(webview2): guard Focus() until controller initialisation completes (wailsapp#5568)
  • fix(v3/webview2): use log instead of fmt for error and stack trace output (wailsapp#5453)
  • chore(webview2): import scripts/ from go-webview2
  • feat: migrate go-webview2 into wails monorepo (wailsapp#5317)