wails/v3
copilot-swe-agent[bot] 35a3e11680 Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content
This cleanup commit resolves the issue where the branch was accidentally
based on master instead of v3-alpha. It removes all master-specific files,
restores any v3-alpha files to their correct state, and ensures only the
3 intended bugfix changes differ from v3-alpha:
- v3/pkg/application/webview_window_windows.go
- v3/pkg/w32/constants.go
- v3/pkg/w32/user32.go
2026-02-22 06:20:11 +00:00
..
cmd/wails3 Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
examples Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
internal Fix Windows bugs from discussion #5001: HiddenOnTaskbar focus loss and layered window hit-test region 2026-02-22 05:27:05 +00:00
pkg Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
scripts Add v3 changelog validation workflow to master branch 2025-07-13 11:15:38 +10:00
tasks Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
test Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
test-assets Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
tests Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
wep Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
.gitignore Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
.prettierignore Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
.prettierrc.yml Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
ANDROID_ARCHITECTURE.md Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
build_ios.sh Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
fix-darwin-ios-constraints.sh Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
go.mod Fix Windows bugs from discussion #5001: HiddenOnTaskbar focus loss and layered window hit-test region 2026-02-22 05:27:05 +00:00
go.sum Fix Windows bugs from discussion #5001: HiddenOnTaskbar focus loss and layered window hit-test region 2026-02-22 05:27:05 +00:00
IOS_ARCHITECTURE.md Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
IOS_FEATURES_TODO.md Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
IOS_RUNTIME.md Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
old Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
README.md Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
release-notes.txt Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
release_notes.md Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
Taskfile.yaml Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
test-ios-compilation.go Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
test-new-ios-build.sh Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
TESTING.md Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
UNRELEASED_CHANGELOG.md Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00
verify-ios-setup.sh Rebase branch onto v3-alpha: clean up master-only files and restore v3-alpha content 2026-02-22 06:20:11 +00:00

v3 Alpha

Thanks for wanting to help out with testing/developing Wails v3! This guide will help you get started.

Getting Started

All the instructions for getting started are in the v3 documentation directory: mkdocs-website. Please read the README.md file in that directory for more information.