Skip to content

chore(deps): bump github.com/wailsapp/wails/v3 from 3.0.0-alpha.96 to 3.0.0-alpha2.114#11

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/wailsapp/wails/v3-3.0.0-alpha2.114
Closed

chore(deps): bump github.com/wailsapp/wails/v3 from 3.0.0-alpha.96 to 3.0.0-alpha2.114#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/wailsapp/wails/v3-3.0.0-alpha2.114

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/wailsapp/wails/v3 from 3.0.0-alpha.96 to 3.0.0-alpha2.114.

Release notes

Sourced from github.com/wailsapp/wails/v3's releases.

Wails v3.0.0-alpha2.114

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

Added

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

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

... (truncated)

Commits
  • 1961c27 chore(v3): bump to v3.0.0-alpha2.114 and update changelog [skip ci]
  • efc1722 chore(changelog): auto-add entry for PR #5720 — feat(v3/updater): open Wails ...
  • 94d6d4b feat(v3/updater): open Wails Update Manifest protocol + endpoint provider (#5...
  • 0e3e354 chore(changelog): auto-add entry for PR #5750 — docs(changelog): credit #5734...
  • 0390e39 docs(changelog): credit #5734's co-contributors (git-attributed) (#5750)
  • cd3779d ci: retire webview2 release machinery after the fold (#5748)
  • f87ff5b refactor(v3): fold webview2 module into v3/internal/webview2 (#5711)
  • 1913ff3 chore(changelog): auto-add entry for PR #5741 — fix(webview2): pass by-value ...
  • d8320ef fix(webview2): pass by-value COM doubles as bit patterns, not pointers (#5741)
  • 8ac5995 chore(changelog): auto-add entry for PR #5703 — fix(v3/windows): systray panic
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/wailsapp/wails/v3](https://github.com/wailsapp/wails) from 3.0.0-alpha.96 to 3.0.0-alpha2.114.
- [Release notes](https://github.com/wailsapp/wails/releases)
- [Commits](wailsapp/wails@v3.0.0-alpha.96...v3.0.0-alpha2.114)

---
updated-dependencies:
- dependency-name: github.com/wailsapp/wails/v3
  dependency-version: 3.0.0-alpha2.114
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 6, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #12.

@dependabot dependabot Bot closed this Jul 13, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/wailsapp/wails/v3-3.0.0-alpha2.114 branch July 13, 2026 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants