5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 03:40:12 +08:00
Commit Graph

5003 Commits

Author SHA1 Message Date
Lea Anthony
d7c4d7e8ae
Merge branch 'v3-alpha' into v3-alpha-bugfix/race-conditions
# Conflicts:
#	v3/pkg/application/application.go
#	v3/pkg/application/webview_window.go
2025-04-18 16:46:37 +10:00
Lea Anthony
edb90bdaab
Merge pull request #4130 from oSethoum/v3-alpha-fix-window-events
[v3] fix: fullscreen, unfullscreen, unminise and unmaximise window events …
2025-04-18 16:33:00 +10:00
Lea Anthony
b2a0e2972a
Merge branch 'v3-alpha' into v3-alpha-fix-window-events 2025-04-18 16:30:54 +10:00
Lea Anthony
2d57b5b1d5
Merge pull request #4126 from robin-samuel/v3-aplpha-fix/build-assets-version
fix: remove prefix from default version in config.yml to avoid nsis error
2025-04-18 16:08:53 +10:00
Lea Anthony
29706a4bf8
Merge branch 'v3-alpha' into v3-aplpha-fix/build-assets-version 2025-04-18 16:08:22 +10:00
Lea Anthony
b80ec34550
Merge pull request #4128 from wailsapp/v3-alpha-bugfix/gin-support
Gin support
2025-04-18 15:58:02 +10:00
Lea Anthony
6344a8a553
Merge branch 'v3-alpha' into v3-alpha-bugfix/gin-support 2025-04-18 15:57:41 +10:00
Lea Anthony
1f5e9852e4
Update v3/examples/gin-service/services/gin_service.go
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-04-18 15:49:41 +10:00
Lea Anthony
e97c390f12
Update v3/examples/gin-service/README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-04-18 15:47:59 +10:00
Lea Anthony
7e5edfdfe3
Merge pull request #4134 from oSethoum/v3-alpha-bugfix-auto_fill-auto_password_save
[v3] fix: general auto save and general password auto save always enabled
2025-04-18 15:46:32 +10:00
Lea Anthony
81211d56d9
Merge branch 'v3-alpha' into v3-alpha-bugfix-auto_fill-auto_password_save 2025-04-18 15:45:53 +10:00
Lea Anthony
7453df5aa1
Merge pull request #4219 from yulesxoxo/v3-alpha
fix: correct Windows filename in generate:icons task
2025-04-18 15:38:24 +10:00
yulesxoxo
b3cd25cb4a feat: update changelog 2025-04-16 15:27:05 +02:00
yulesxoxo
a9c031155a fix: correct Windows filename in generate:icons task 2025-04-16 15:22:05 +02:00
Lea Anthony
afb4bd933d
Merge pull request #4098 from popaprozac/notifications_darwin
[v3] Notifications API
2025-04-13 13:01:04 +10:00
Lea Anthony
a8e91e7aec
Merge branch 'v3-alpha' into notifications_darwin 2025-04-12 14:42:36 +10:00
Lea Anthony
f891096d97
Fix for webview2 detection 2025-04-12 13:24:36 +10:00
Lea Anthony
be1d500974
Update v3/examples/notifications/build/windows/nsis/wails_tools.nsh
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-04-12 13:21:58 +10:00
Lea Anthony
0b546a1856
Merge branch 'v3-alpha' into notifications_darwin 2025-04-12 12:56:26 +10:00
Lea Anthony
9e2e980e52
Merge pull request #4133 from IanVS/template-dependencies
[v3] Move runtime to "dependencies", organize package.json files
2025-04-12 12:46:24 +10:00
Lea Anthony
371e103290
Merge branch 'v3-alpha' into template-dependencies 2025-04-12 12:39:13 +10:00
Lea Anthony
0a05348220
Merge pull request #4188 from TheGB0077/patch-2
[v3] Normalize Windows paths on system Dialogs invocations
2025-04-12 12:32:05 +10:00
Lea Anthony
7977a81606
Merge branch 'v3-alpha' into patch-2 2025-04-12 12:31:08 +10:00
Lea Anthony
3fba0cfb22
Merge pull request #4171 from popaprozac/bundle-sign
[v3] Bundling/signing
2025-04-12 12:30:27 +10:00
popaprozac
c482c85c7b revert and append .dev 2025-04-09 15:48:52 -07:00
popaprozac
dcda263fc8 Merge branch 'v3-alpha' of https://github.com/wailsapp/wails into bundle-sign 2025-04-09 15:27:02 -07:00
Gabriel Lima
f46352dbe1 Create dialogs_windows_test.go 2025-04-09 16:21:59 -03:00
Lea Anthony
1d575e3453
Merge pull request #4156 from johannes-luebke/patch-1
[v3] fix: unhandled error in dialogs.go
2025-04-09 18:32:38 +10:00
Lea Anthony
bd74170fb6
Merge pull request #4177 from wimaha/v3-alpha-feature/mac-file-association
[v3] Support for File-Associations on macOS
2025-04-09 18:23:17 +10:00
Gabriel Lima
1b00dc9ac7 small typo 2025-04-07 20:30:01 -03:00
Gabriel Lima
e62c0b0b80 Add fix to changelog [skip ci] 2025-04-07 20:27:11 -03:00
Gabriel Lima
f6750c3a48 delete redundant method 2025-04-07 13:35:37 -03:00
Gabriel Lima
3f22e1fe0c
Normalize Windows paths by default
JS code ends up escaping Windows paths when data gets passed around from backend to the frontend, so those should be normalized beforehand.
2025-04-06 22:36:22 -03:00
popaprozac
75dbe85ad6 remove comptime check 2025-03-29 23:39:50 -07:00
popaprozac
9a41b0ce9f move icon method, impl interface, check compat, don't panic! 2025-03-29 23:36:25 -07:00
Wilko
5f8a858aa9 Update changelog.mdx 2025-03-29 21:40:50 +01:00
Wilko
8c3ee8f1bd Support for File-Associations on macOS 2025-03-29 21:06:53 +01:00
popaprozac
b313f2cee1 fix docs 2025-03-27 14:43:23 -07:00
popaprozac
bd5c82ef35 fix docs 2025-03-27 14:12:53 -07:00
popaprozac
1022f47f14 fix docs 2025-03-27 13:27:39 -07:00
popaprozac
743882a9b9 update docs/changelog 2025-03-27 13:10:45 -07:00
popaprozac
9db28ec5fd update docs/changelog 2025-03-27 11:47:53 -07:00
popaprozac
38ac5f799b sign all things 2025-03-27 11:24:13 -07:00
popaprozac
1db65a84c3 stage docs 2025-03-26 23:12:46 -07:00
popaprozac
af5abda8b1 update example 2025-03-24 21:34:10 -07:00
popaprozac
7d0f7f4652 revert linux wait and update payload on win 2025-03-24 21:26:02 -07:00
popaprozac
276c653b1d update example 2025-03-24 20:22:29 -07:00
popaprozac
d25f923721 wait on dbus 2025-03-24 20:07:31 -07:00
popaprozac
b102279630 update example 2025-03-24 16:05:57 -07:00
popaprozac
1f821667f2 ensure cat id is set for macOS and other rabbit suggestions 2025-03-24 13:56:47 -07:00