Skip to content

Releases: wailsapp/wails

Wails v3.0.0-alpha2.117

Pre-release

Choose a tag to compare

@leaanthony leaanthony released this 08 Jul 15:48
Immutable release. Only release title and notes can be modified.

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

Added

Changed

  • Configure WebView2 monitor-scale detection based on UseVisualHosting in PR by @wayneforrest

🤖 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.117

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

Wails v3.0.0-alpha2.116

Pre-release

Choose a tag to compare

@leaanthony leaanthony released this 07 Jul 15:55
Immutable release. Only release title and notes can be modified.

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

Added

  • Update FAQ documentation to focus on Wails v3 features and guidance in PR by @taliesin-ai

🤖 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.116

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

Wails v3.0.0-alpha2.115

Pre-release

Choose a tag to compare

@leaanthony leaanthony released this 06 Jul 16:09
Immutable release. Only release title and notes can be modified.

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

Fixed

  • Fix Menu.Update() not rebuilding the native menu on GTK4 Linux (#5659, independently diagnosed and fixed by @puneetdixit200 in #5539)
  • Fix crash enumerating macOS screens on display change by copying screen id/name strings and snapshotting the count (#5565, independently diagnosed and fixed by @x-haose in #5584)
  • Fix crash on Windows when WM_ERASEBKGND paints a solid background during a minimise/restore transition where GetClientRect returns nil (guard reported by @sinspired in #5636)
  • Fix frontend bindings error always parses as text by @mbaklor in #5690
  • Fix Windows build failure when using the server build tag, caused by Windows GUI files missing the !server build constraint that the macOS and Linux equivalents already have (#5680)

🤖 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.115

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

Wails v2.13.0

Choose a tag to compare

@leaanthony leaanthony released this 06 Jul 10:44
Immutable release. Only release title and notes can be modified.

Installation

go install github.com/wailsapp/wails/v2/cmd/wails@v2.13.0

Changes

Added

  • Added example demonstrating events usage in the documentation #5026 by @iamhabbeboy

Added

Fixed

  • Fixed wake (experimental WAILS_USE_WAKE=true build runner) running precondition sh: strings without template expansion, causing a spurious "garble is required for obfuscated builds" error on every build by @leaanthony
  • Fixed nil pointer crash in application.Quit when called before Run or after Run returned early #5452 by @c-tonneslan

Wails v3.0.0-alpha2.114

Pre-release

Choose a tag to compare

@leaanthony leaanthony released this 05 Jul 15:30
Immutable release. Only release title and notes can be modified.

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

Added

  • Implement Update Manifest protocol and endpoint provider in PR by @taliesin-ai

Changed

  • Fold the webview2 binding into the v3 module as v3/internal/webview2, removing the standalone module, its nightly release/sync workflows, and the go.mod version dance (v3 is its only consumer) in PR by @taliesin-ai

Fixed

  • Move WebView2 monitor-scale detection and DPI-change host resync fix to Unreleased section in PR by @taliesin-ai
  • Update WebView2 COM marshaling for float64 and BOOL parameters in PR by @wayneforrest
  • Prevent panic and nil dereference in Windows system tray icon updates and destruction in PR by @wayneforrest
  • Fixes hidden windows not re-hiding correctly on Windows in PR by @wayneforrest
  • Synchronize WebView2 controller visibility with window minimize/maximize/restore in PR by @wayneforrest

🤖 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.114

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

Wails v3.0.0-alpha2.113

Pre-release

Choose a tag to compare

@leaanthony leaanthony released this 04 Jul 15:28
Immutable release. Only release title and notes can be modified.

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

Added

  • Add a warning when building a release AAB without ANDROID_KEYSTORE_FILE set (Google Play rejects debug-signed bundles) and document App Bundle packaging and signing in PR by @taliesin-ai
  • Add why-wails.mdx documentation in multiple languages in PR by @taliesin-ai
  • Support mapping Go time.Time to JS Date or string in bindings in PR by @fbbdev
  • Add Android App Bundle (AAB) packaging tasks (bundle, bundle:fat, assemble:aab, assemble:aab:release) for Play Store submission — APK tasks remain for local/emulator testing in PR by @mortenolsrud (fixes #5726)
  • Add Android physical device task targets and resume camera/location permissions in PR by @taliesin-ai

Changed

  • Bump webview2 to v1.0.28 (release notes).
  • Bump the Android template compileSdk/targetSdk from 34 to 35, which Google Play requires for new app submissions in PR by @taliesin-ai

Fixed

  • Fix baked avatar masks in sponsorkit in PR by @leaanthony
  • Fix Android AVD auto-creation picking the wrong system image or cmdline-tools version due to lexicographic version sorting in PR by @taliesin-ai
  • Fix the setup wizard suggesting an outdated Android NDK version (now 26.3.11579264, matching the documented requirement) in PR by @taliesin-ai
  • Update French documentation for SvelteKit and options in PR by @leaanthony
  • Re-enable WebView2 monitor-scale detection and gate host resync on DPI change in PR by @taliesin-ai
  • Fix SIGSEGV on macOS screen enumeration during display changes in PR by @flofreud

🤖 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.113

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

webview2 v1.0.28

Choose a tag to compare

@github-actions github-actions released this 04 Jul 13:35
Immutable release. Only release title and notes can be modified.

webview2 v1.0.28

  • [v3][windows] Re-enable WebView2 monitor-scale detection to fix mixed-DPI GPU-process crash (#5732) (#5734)

Full diff: webview2/v1.0.27...webview2/v1.0.28

Wails v3.0.0-alpha2.112

Pre-release

Choose a tag to compare

@leaanthony leaanthony released this 03 Jul 15:42
Immutable release. Only release title and notes can be modified.

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

Added

  • Add Go-based contributors SVG generator and update docs/website credits pages in PR by @taliesin-ai
  • Support mapping Go time.Time to JS Date or string in bindings in PR by @fbbdev

Changed

  • Replace Node-based sponsor image pipeline with Go generator in PR by @taliesin-ai

Fixed

  • Fix Android build asset dependency installation script in PR by @taliesin-ai
  • Reject the U+0085 (NEXT LINE) control character in ValidateAndSanitizeURL, completing the whitespace coverage of the URL validator
  • Recalculate DWM frame on DPI change for frameless windows in PR by @leaanthony
  • Fix DnD dropzone detection failing at non-100% scaling on Windows in PR by @yulesxoxo
  • Add explicit Objective-C memory management for Cocoa objects across Darwin dialogs, menus, tray, and notifications in PR by @taliesin-ai
  • Fixes Linux CGO backend bugs and system tray issues in PR by @taliesin-ai

🤖 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.112

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

Wails v3.0.0-alpha2.111

Pre-release

Choose a tag to compare

@leaanthony leaanthony released this 01 Jul 15:54
Immutable release. Only release title and notes can be modified.

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

Added

  • Add HappyTools to community showcase in PR by @Aliuyanfeng
  • Add Indonesian locale support and comprehensive documentation in PR by @triadmoko
  • Add DisableMenu option to WindowsWindow in PR by @leaanthony

Changed

  • Update Taskfile template and CLI to dispatch build/package tasks with GOOS and ARCH in PR by @leaanthony

Fixed

Removed

  • Remove German translated MDX files from contributing, features, and guides in PR by @taliesin-ai

🤖 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.111

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

Wails v3.0.0-alpha2.110

Pre-release

Choose a tag to compare

@leaanthony leaanthony released this 30 Jun 15:55
Immutable release. Only release title and notes can be modified.

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

Added

  • Implement macOS WebView reload and force reload, and add recovery for WebContent process termination in PR by @wayneforrest
  • Add comprehensive German documentation for contributing, features, and guides in PR by @leaanthony
  • Enhance notifications with sound, attachments, scheduling, and update API in PR by @popaprozac

Fixed

  • Recalculate DWM frame on DPI change for frameless windows in PR by @leaanthony
  • Fix DnD dropzone detection failing at non-100% scaling on Windows in PR by @yulesxoxo

🤖 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.110

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