Skip to content

build(deps): bump github.com/wailsapp/wails/v3 from 3.0.0-alpha2.119 to 3.0.0-beta.3 - #155

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/wailsapp/wails/v3-3.0.0-beta.3
Aug 7, 2026
Merged

build(deps): bump github.com/wailsapp/wails/v3 from 3.0.0-alpha2.119 to 3.0.0-beta.3#155
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/wailsapp/wails/v3-3.0.0-beta.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/wailsapp/wails/v3 from 3.0.0-alpha2.119 to 3.0.0-beta.3.

Release notes

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

Wails v3.0.0-beta.3

Wails v3 Beta Release - v3.0.0-beta.3

Added

  • Document Phase 10 beta verification completion in implementation details in PR by @​leaanthony

Fixed

  • Pass window handle to Windows dark-mode API and validate arguments in PR by @​leaanthony
  • Centralize macOS title-bar button state resolution for frameless windows in PR by @​taliesin-ai
  • Prevent unreadable native menu text when a Windows application requests dark mode while the Windows app theme is light. The menu now uses the matching light native background until Windows can render dark menu text.
  • Fix unreadable native menus on Windows 10 1809 / Windows Server 2019 (build 17763). The dark-mode uxtheme exports were gated on build 18334, so the app-level dark-mode opt-in never ran on those hosts: the menu background was painted dark but Windows kept drawing menu text in the light theme, leaving dark text on a dark background. The ordinals exist from 17763, so the gate now matches.

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

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

Wails v3.0.0-beta.2

Wails v3 Beta Release - v3.0.0-beta.2

Changed

  • Promote v3 from alpha to beta
  • Document system tray smart defaults and popup auto-hide behaviour, with regression coverage for click-handler selection (#5840).
  • GitHub updater excludes Windows installer assets by default in PR by @​leaanthony
  • Add support for rounded, square, and custom radius corners on macOS frameless windows in PR by @​leaanthony

Fixed

  • Report live GTK4 window sizes and emit resize, maximise, minimise, and fullscreen state events from the configured surface (#5830).
  • Fix Linux WebKit crash when sending Blob or FormData in fetch requests in PR by @​taliesin-ai
  • Fetch shim passes undefined for missing Blob/FormData headers 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-beta.2

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

Wails v3.0.0-beta.1

Full Changelog: wailsapp/wails@v3.0.0-beta.0...v3.0.0-beta.1

... (truncated)

Commits
  • e5a901c chore(v3): bump to v3.0.0-beta.3 and update changelog [skip ci]
  • 9b1e3ef ci(v3): skip nightly releases for bookkeeping-only changes (#5882)
  • 56fe67e chore(changelog): auto-add entry for PR #5881 — docs(linux): record GTK beta ...
  • 73ae9f6 docs(linux): record GTK beta verification evidence (#5881)
  • f40df46 chore(changelog): auto-add entry for PR #5877 — fix(v3/windows): pass HWND to...
  • c0dc59e fix(v3/windows): pass HWND to AllowDarkModeForWindow (#5877)
  • 304dca0 chore(changelog): auto-add entry for PR #5870 — fix(v3): sync macOS frameless...
  • 02ae0dc fix(v3): sync macOS frameless window controls (#5870)
  • d95e60c ci(v3): attach artifacts to nightly releases (#5880)
  • 538da54 fix(v3/windows): preserve native menu readability (#5879)
  • 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-alpha2.119 to 3.0.0-beta.3.
- [Release notes](https://github.com/wailsapp/wails/releases)
- [Commits](wailsapp/wails@v3.0.0-alpha2.119...v3.0.0-beta.3)

---
updated-dependencies:
- dependency-name: github.com/wailsapp/wails/v3
  dependency-version: 3.0.0-beta.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 Aug 7, 2026
@github-actions
github-actions Bot merged commit 7cd06f1 into main Aug 7, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/wailsapp/wails/v3-3.0.0-beta.3 branch August 7, 2026 00:24
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Code Coverage

Package Line Rate Health
devtoolbox/internal/barcode 93%
devtoolbox/internal/codeformatter 80%
devtoolbox/internal/converter 65%
devtoolbox/internal/datagenerator 81%
devtoolbox/internal/datetimeconverter 75%
devtoolbox/internal/jwt 47%
devtoolbox/internal/numberconverter 98%
devtoolbox/internal/settings 0%
devtoolbox/internal/themes 0%
Summary 70% (3726 / 5294)

Minimum allowed line rate is 60%

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