Commit Graph

  • 4097aa363b feat(v3): add -tags flag to wails3 build command (#4968) Lea Anthony 2026-02-07 18:48:34 +11:00
  • 716507b488 fix(linux/gtk4): window position, max size, and show/hide on X11 (#4965) Lea Anthony 2026-02-07 16:27:20 +11:00
  • 18a9d79446 chore(v3): bump to v3.0.0-alpha.68 and update changelog [skip ci] v3.0.0-alpha.68 github-actions[bot] 2026-02-07 03:01:28 +00:00
  • 208639b5c7 fix(ci): add libwayland-dev to Linux CI dependencies Lea Anthony 2026-02-07 13:55:31 +11:00
  • 019bce5c53 Merge branch 'v3-alpha' into fix/security-issues-bundle Lea Anthony 2026-02-07 12:11:21 +11:00
  • b498907629 fix: treat skipped cross-compile job as success in CI Lea Anthony 2026-02-07 11:59:50 +11:00
  • 59cadb7aa0 [skip ci] Publish @wailsio/runtime v3.0.0-alpha.80 GitHub Actions 2026-02-06 12:06:49 +00:00
  • 09b57a21c4 fix(v3/generator): Fix generation of mapped types with enum keys (#4943) Fabio Massaioli 2026-02-06 13:05:28 +01:00
  • c8356cc3d2 fix(v3/darwin): systray highlight and attached window focus stealing (#4910) Lea Anthony 2026-02-06 22:12:33 +11:00
  • 5dc3e21699 feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) Lea Anthony 2026-02-06 21:55:45 +11:00
  • 3d4c2daf9c fix(ci): add libwayland-dev to template test dependencies Lea Anthony 2026-02-06 21:38:25 +11:00
  • 8c9e0b5157 fix(security): address review comments on PR #4895 Lea Anthony 2026-02-06 19:52:53 +11:00
  • 587a3963b7 feat(v3): add selfupdate service with GitHub provider v3/feat/self-update Lea Anthony 2026-02-06 09:37:01 +11:00
  • 718fd92f85 fix(v2): prevent wails init in non-empty directory with -d flag (#4955) Lea Anthony 2026-02-04 21:23:07 +11:00
  • bb92e82663 chore(v3): bump to v3.0.0-alpha.67 and update changelog [skip ci] v3.0.0-alpha.67 github-actions[bot] 2026-02-04 03:04:44 +00:00
  • 8dab425858 Merge branch 'v3-alpha' into fix/security-issues-bundle Lea Anthony 2026-02-04 08:19:31 +11:00
  • 247ce87fe7 fix(v3): App Exposé shows “ghost” window after calling App.Window.Current() (#4947) Wilko 2026-02-03 21:41:14 +01:00
  • 7f2b5b7a6f [v3]docs: Corrected Listening to Events In Javascript (#4949) Abdelhadi Seddar 2026-02-03 21:30:37 +01:00
  • 30ffbba060 feat(v3): add file-input-test example for #4862 (#4950) Lea Anthony 2026-02-04 07:29:15 +11:00
  • c0d2c1e237 fix(runtime): file drop not working with @wailsio/runtime npm module (#4953) Lea Anthony 2026-02-04 07:25:09 +11:00
  • 801acd01df fix(v3/generator): binding generation for cross-package type aliases (#4948) Fabio Massaioli 2026-02-03 21:05:04 +01:00
  • fa9ed10e27 feat(v3): add -f flag to force init in non-empty directories fix/init-force-flag-v3 Lea Anthony 2026-02-04 07:04:17 +11:00
  • 0143928943 chore(v3): bump to v3.0.0-alpha.66 and update changelog [skip ci] v3.0.0-alpha.66 github-actions[bot] 2026-02-03 03:07:03 +00:00
  • cef60037fd fix(v3): implement file picker for input type=file on macOS (#4862) Lea Anthony 2026-02-03 06:59:34 +11:00
  • 7128231708 docs: add PR number and author to changelog entry Lea Anthony 2026-02-03 06:10:42 +11:00
  • 9f87e52731 Merge branch 'v3-alpha' into refactor/runtime-init-scripts Lea Anthony 2026-02-03 06:10:03 +11:00
  • 1f45359485 fix(v3/linux): fix OpenFileDialog crash from GTK thread violation (#4926) ddmoney420 2026-02-02 12:09:40 -07:00
  • db01b66c6b Merge branch 'v3-alpha' into refactor/runtime-init-scripts Lea Anthony 2026-02-03 06:08:24 +11:00
  • e34cee0087 fix(v3): address Copilot review comments for init script loading Lea Anthony 2026-02-03 06:04:11 +11:00
  • a572244e62 fix(v3): add nil check to Focus() to prevent SIGSEGV after Hide (#4922) ddmoney420 2026-02-02 03:10:36 -07:00
  • 742eccfdc0 feat(v3): add -f flag to force init in non-empty directories claude/fix-issue-4940-2qWNv Claude 2026-02-02 10:00:17 +00:00
  • 37e57f679d fix(v3/windows): Move browser flags to application-level options (#4559) (#4946) Lea Anthony 2026-02-02 20:49:08 +11:00
  • 04d99e376c [v3] Fix global state in Collector.IsVoidAlias predicate (#4941) Fabio Massaioli 2026-02-02 10:44:56 +01:00
  • b58ccc8236 fix(v2): check error from GetAbsoluteTargetDir in init Claude 2026-02-02 09:15:25 +00:00
  • d8f9db065a fix(v2): check errors in test setup functions Claude 2026-02-02 09:09:59 +00:00
  • f369a298ef refactor(v2): simplify init safety check to fail instead of prompting Claude 2026-02-02 09:04:57 +00:00
  • e57400c49d feat(v2): add safety check for wails init in non-empty directories Claude 2026-02-02 09:00:59 +00:00
  • 5d0dd30685 fix(v3): guard dispatchWailsEvent against race condition on reload (#4925) ddmoney420 2026-02-02 02:00:18 -07:00
  • 8b99993faa docs: Add changelog entry for #4925 Lea Anthony 2026-02-02 19:57:07 +11:00
  • fa06d48497 feat(v3): Add UseApplicationMenu option for cross-platform menu support (#4944) Lea Anthony 2026-02-02 19:51:31 +11:00
  • 470c929b42 Make menus to be displayed on Windows OS in v3\examples\dialogs (#4928) Ndianabasi Udonkang 2026-02-02 09:41:35 +01:00
  • f4ff0c0fde docs: add changelog entry for #3631 fix Lea Anthony 2026-02-02 19:02:07 +11:00
  • b16458f121 fix(darwin): prevent panic on empty Icon slice in dialogs Lea Anthony 2026-02-02 19:01:41 +11:00
  • 19b2ec7fbe fix(v3/linux): use g_bytes_new instead of g_bytes_new_static for Go slices (#4923) ddmoney420 2026-02-02 00:57:34 -07:00
  • 01b661f6a5 feat(v2): add runtime.ResetSignalHandlers() for Linux panic recovery (#4921) Lea Anthony 2026-02-02 18:55:57 +11:00
  • 896344eb66 chore: update sponsors.svg (#4942) github-actions[bot] 2026-02-02 18:40:10 +11:00
  • 36aa349322 fix(linux): add empty slice guards to prevent panic in icon/bitmap handling fix/issue-4923-empty-slice-guards Lea Anthony 2026-02-02 18:36:26 +11:00
  • 77cb9866a2 Revert "fix(linux): add empty slice guards to prevent panic in icon/bitmap handling" Lea Anthony 2026-02-02 18:36:55 +11:00
  • 05cbe108de fix(linux): add empty slice guards to prevent panic in icon/bitmap handling Lea Anthony 2026-02-02 18:36:26 +11:00
  • 204cddffdb fix: add missing v3 release script and changelog template claude/fix-release-pipeline-R0yOX Claude 2026-02-01 05:50:50 +00:00
  • 9d6c03ca57 chore(v3): bump to v3.0.0-alpha.65 and update changelog [skip ci] v3.0.0-alpha.65 github-actions[bot] 2026-02-01 03:10:36 +00:00
  • 79159a0605 Merge branch 'v3-alpha' into refactor/runtime-init-scripts Lea Anthony 2026-02-01 11:10:27 +11:00
  • 284c67d037 perf(ci): use native ARM64 runner for linux/arm64 builds Lea Anthony 2026-02-01 10:10:52 +11:00
  • c0862bf6d4 Merge branch 'v3-alpha' into refactor/runtime-init-scripts Lea Anthony 2026-02-01 10:08:54 +11:00
  • 2db6a1c427 feat(v3): Support for Icon Composer Liquid Glass Icons (macOS) (#4934) Wilko 2026-02-01 00:07:56 +01:00
  • 7e74a5d9d0 fix(build): use QEMU emulation for Linux cross-arch builds Lea Anthony 2026-02-01 00:25:41 +11:00
  • d9348686dc fix(build): use proper cross-compilation toolchain for Linux ARM64 Lea Anthony 2026-02-01 00:19:04 +11:00
  • e6bf084197 fix(build): use Zig for Linux cross-arch compilation in Docker Lea Anthony 2026-02-01 00:12:09 +11:00
  • 985ce8deed fix(build): remove --platform flag from Linux cross-compile Docker Lea Anthony 2026-02-01 00:05:00 +11:00
  • d5cd33d4fb fix(build): use Docker for cross-arch Linux compilation Lea Anthony 2026-01-31 23:53:41 +11:00
  • 259c33dfda fix(ci): use absolute path for replace directive in Docker build Lea Anthony 2026-01-31 23:45:05 +11:00
  • 513669bf13 fix(ci): remove replace directive before Docker cross-compile Lea Anthony 2026-01-31 23:38:18 +11:00
  • 4af09b43a8 fix(ci): use correct task names for cross-compilation Lea Anthony 2026-01-31 23:24:42 +11:00
  • 72fcf2fa1c fix(ci): use Go 1.25 and go install for wails3 CLI Lea Anthony 2026-01-31 22:57:56 +11:00
  • fb0f10ca70 fix(ci): add Linux dependencies for wails3 CLI build Lea Anthony 2026-01-31 22:57:16 +11:00
  • 46d27c526b fix(ci): use wails3 init and task-based cross-compile workflow Lea Anthony 2026-01-31 22:49:52 +11:00
  • df2175b950 fix(docker): add BuildKit syntax directive for heredoc support Lea Anthony 2026-01-31 22:48:41 +11:00
  • 403be215a2 feat(ci): add cross-compile test workflow for v3 PRs Lea Anthony 2026-01-31 22:45:05 +11:00
  • 8fd0340404 chore: update sponsors.svg (#4911) github-actions[bot] 2026-01-31 22:32:06 +11:00
  • cf42f57592 ci: add registry caching for faster Docker builds Lea Anthony 2026-01-31 08:50:48 +11:00
  • 9742aec9af ci: add linux/amd64 to cross-compile tests Lea Anthony 2026-01-31 08:41:39 +11:00
  • 1aaa50ab42 feat(v3): add loadOptionalStylesheet for CSS loading Lea Anthony 2026-01-29 06:16:40 +11:00
  • 679e4843d2 Update 03-notes-vanilla.mdx (#4917) drc5521 2026-01-29 03:04:45 +08:00
  • ec78af1fee ci: remove darwin/amd64 from cross-compile tests Lea Anthony 2026-01-28 09:59:15 +11:00
  • c8b4d8534b ci: pull correct platform variant for Docker image Lea Anthony 2026-01-28 09:38:07 +11:00
  • bc13f7377a ci: force Docker build for Linux arm64 cross-compilation Lea Anthony 2026-01-28 09:30:09 +11:00
  • c8fc68a66b ci: pull and tag Docker image as 'wails-cross' for task system Lea Anthony 2026-01-28 09:23:15 +11:00
  • 2f534f0a5e ci: fix conflicting replace directive in test project Lea Anthony 2026-01-28 09:18:23 +11:00
  • 282854a964 ci: add amd64 cross-compile tests for darwin and windows Lea Anthony 2026-01-28 09:17:40 +11:00
  • 65b1b838f2 ci: use wails3 task system for cross-compile tests Lea Anthony 2026-01-28 09:10:27 +11:00
  • 7bbfc52ca7 ci: generate bindings before frontend build Lea Anthony 2026-01-28 09:07:15 +11:00
  • 39e5d47477 ci: install Linux dev dependencies for wails3 CLI build Lea Anthony 2026-01-28 08:58:43 +11:00
  • 7b7c27271d ci: simplify cross-compile tests to 3 parallel platform jobs Lea Anthony 2026-01-28 08:55:37 +11:00
  • ee2dbd289f Merge branch 'v3-alpha' into refactor/runtime-init-scripts Lea Anthony 2026-01-28 08:46:30 +11:00
  • 6592db81cb ci: add cross-compiler image build workflow Lea Anthony 2026-01-28 08:37:45 +11:00
  • 70c969bf3b feat(build): use GCC for Linux cross-compilation Lea Anthony 2026-01-28 08:36:45 +11:00
  • 3bdd10d2ca chore: update generated docs and package-lock Lea Anthony 2026-01-28 08:35:51 +11:00
  • 3c8f80ce09 chore: rebuild runtime bundles Lea Anthony 2026-01-28 08:35:04 +11:00
  • bc4ee373b5 ci: add cross-compilation tests to Docker image workflow Lea Anthony 2026-01-28 08:34:46 +11:00
  • 371418ecd6 Merge branch 'v3-alpha' into refactor/runtime-init-scripts Lea Anthony 2026-01-28 08:20:42 +11:00
  • ca206452cd The panic handling has been ported to v2. Here's a summary of the changes: vk/c544-panic-handler-v2 Lea Anthony 2026-01-28 07:00:33 +11:00
  • 33f0cc94a3 The panic handling has been ported to v2. Here's a summary of the changes: vk/c544-investigate-http Lea Anthony 2026-01-28 07:00:33 +11:00
  • f91b8cfeb1 feat: support ARM64 hosts in cross-compiler Docker image Lea Anthony 2026-01-27 06:32:47 +11:00
  • 5d39f1aa9a ci: fix cross-compiler workflow for multi-arch builds Lea Anthony 2026-01-27 06:32:08 +11:00
  • a27995940a chore: update sponsors.svg (#4907) github-actions[bot] 2026-01-26 22:16:26 +11:00
  • bc76ca97b3 Document Docker API version and fallback behavior Lea Anthony 2026-01-26 22:04:31 +11:00
  • 67913a2e9b Fix CI: restore dist/ for Go embed directive Lea Anthony 2026-01-26 21:11:06 +11:00
  • a9ed6b0d7d Fix CORS and Docker API error handling Lea Anthony 2026-01-26 21:09:43 +11:00
  • 41811886d8 Remove unused formatBytes function Lea Anthony 2026-01-26 19:48:44 +11:00
  • 3726cba230 Fix CodeRabbit review comments Lea Anthony 2026-01-26 16:08:00 +11:00