Skip to content

build(deps): bump github.com/wailsapp/wails/v3 from 3.0.0-alpha.88 to 3.0.0-alpha.8.3#98

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/wailsapp/wails/v3-3.0.0-alpha.8.3
May 15, 2026
Merged

build(deps): bump github.com/wailsapp/wails/v3 from 3.0.0-alpha.88 to 3.0.0-alpha.8.3#98
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/wailsapp/wails/v3-3.0.0-alpha.8.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Bumps github.com/wailsapp/wails/v3 from 3.0.0-alpha.88 to 3.0.0-alpha.8.3.

Release notes

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

v3.0.0-alpha.8.3

  • Patch main wails CLI

v3.0.0-alpha.8.2

  • Update task fork

v3.0.0-alpha.8.1

  • Using fork of Taskfile to fix version issues when installing using go install by @​leaanthony

Full Changelog: wailsapp/wails@v3.0.0-alpha.8...v3.0.0-alpha.8.1

Wails v3.0.0-alpha.91

Wails v3 Alpha Release - v3.0.0-alpha.91

Changed

  • Update sponsors SVG in PR by @​github-actions[bot]
  • BREAKING (macOS): Normalise the macOS coordinate system so GetScreens, Position, and SetPosition all use the same space — logical points, Y-down, with (0,0) at the top-left of the primary screen. This matches Windows, GTK and the public APIs of Electron and the web. Screens physically above the primary now report negative Bounds.Y (previously positive), and Position()/SetPosition() values are now in logical points instead of points × primaryScale. Round-tripping Position()SetPosition() is preserved; absolute values logged from earlier alpha builds or hand-computed workarounds (e.g. multiplying by primaryScale or flipping Y against a screen height) will need to be updated. Resolves #5117.

Fixed

  • Defensively validate DBus signal name and body length to prevent panics in PR by @​leaanthony
  • Fix memory safety issue in GTK menu handling on Linux in PR by @​leaanthony
  • Detect NVIDIA GPUs and disable DMA-BUF renderer on Linux in PR by @​leaanthony
  • Fix SetPosition cross-screen Y conversion on macOS: use primary screen height as global reference so windows land at the correct position on monitors that are vertically offset from the primary display in #5117
  • Fix git PR template to point to the correct feedback URL in PR by @​wayneforrest
  • Fix a family of Windows systray SetMenu crashes caused by a broken DestroyMenu syscall that was passing four arguments instead of one, so every call returned FALSE and freed nothing. Also release HMENU and HBITMAP handles (including those allocated at runtime via MenuItem.SetBitmap) on menu rebuilds, reset stale checkbox/radio maps in Win32Menu.Update, and drop a redundant Update() call in systemtray.updateMenu that doubled allocations. Long-running systray apps no longer leak GDI/USER objects on each menu rebuild.

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

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

Wails v3.0.0-alpha.90

Wails v3 Alpha Release - v3.0.0-alpha.90

Added

  • Add configurable application name for WKWebView User-Agent on macOS in PR by @​vinhvoit225
  • Adds indirect dependency github.com/coder/websocket to gin-service example in PR by @​taliesin-ai
  • Add deep equality comparison support to build assets tests in PR by @​leaanthony

Changed

... (truncated)

Commits

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.88 to 3.0.0-alpha.8.3.
- [Release notes](https://github.com/wailsapp/wails/releases)
- [Commits](wailsapp/wails@v3.0.0-alpha.88...v3.0.0-alpha.8.3)

---
updated-dependencies:
- dependency-name: github.com/wailsapp/wails/v3
  dependency-version: 3.0.0-alpha.8.3
  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 May 15, 2026
@github-actions github-actions Bot merged commit 4a877f8 into main May 15, 2026
2 of 3 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/wailsapp/wails/v3-3.0.0-alpha.8.3 branch May 15, 2026 00:32
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