Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

Wails v3.0.0-alpha2.108

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

Added

  • Add global (system-wide) keyboard shortcuts via app.GlobalShortcut (Register, Unregister, UnregisterAll, IsRegistered, GetAll). Shortcuts fire even when the application is not focused. Implemented natively per platform with no third party dependencies: Carbon hot keys on macOS, RegisterHotKey on Windows, XGrabKey on X11, and the XDG Desktop Portal global shortcuts interface on Wayland.
  • Add built-in MCP server: a Model Context Protocol server that starts automatically when the application is built with the mcp tag, letting LLM agents test and control a running Wails application — window control, DOM inspection, JavaScript evaluation, bound method calls, events and simulated mouse/keyboard input rendered with an animated on-screen cursor. No user code required: the mcp tag is added automatically by wails3 build/wails3 dev when WAILS_MCP=1 is set. Configured entirely via environment variables (WAILS_MCP_HOST, WAILS_MCP_PORT, WAILS_MCP_TIMEOUT, WAILS_MCP_HIDE_CURSOR).

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)

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

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

Wails v3.0.0-alpha2.107

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

Added

  • Add experimental Wake documentation with sidebar navigation in PR by @​leaanthony

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

Wails v3.0.0-alpha2.106

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

Changed

Fixed

  • Fix Linux GTK4 menu updates by clearing and rebuilding the native menu in PR by @​taliesin-ai

... (truncated)

Commits
  • cce97f8 chore(v3): bump to v3.0.0-alpha2.108 and update changelog [skip ci]
  • ee0fdbf feat(v3): global (system-wide) keyboard shortcuts (#5686)
  • 885963f ci: fix runtime publish (tag/Node), commit regenerated runtime back, auto-com...
  • 4a31edc docs(changelog): credit contributors whose fixes landed via parallel PRs (#5683)
  • 9566cbb feat(v3): built-in MCP server (experimental) (#5682)
  • e8086da chore(v3): bump to v3.0.0-alpha2.107 and update changelog [skip ci]
  • 820ee9a chore(changelog): auto-add entry for PR #5613 — fix(v3/wake): propagate inclu...
  • 027886d fix(v3/wake): propagate included Taskfile vars so preconditions expand correc...
  • 680fb66 chore: update sponsors.svg (#5674)
  • e89f815 chore: update sponsors.svg (#5660)
  • 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.108.
- [Release notes](https://github.com/wailsapp/wails/releases)
- [Commits](wailsapp/wails@v3.0.0-alpha.96...v3.0.0-alpha2.108)

---
updated-dependencies:
- dependency-name: github.com/wailsapp/wails/v3
  dependency-version: 3.0.0-alpha2.108
  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 Jun 29, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #11.

@dependabot dependabot Bot closed this Jul 6, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/wailsapp/wails/v3-3.0.0-alpha2.108 branch July 6, 2026 01:07
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