stffabi
02d4c65e01
[docs] Add info about upx and antivirus vendors
2021-12-09 11:03:53 +01:00
Lea Anthony
efdcfe9985
[v2] Remove AllowFiles
& AllowDirectories
2021-12-09 08:16:45 +11:00
Lea Anthony
5884b7a87c
Update supported platforms
2021-12-08 19:50:11 +11:00
Lea\Anthony
7229446ce7
v2.0.0-beta.22
2021-12-08 19:17:45 +11:00
Lea Anthony
c355d63768
Update bug_report.md
2021-12-08 18:44:36 +11:00
Lea Anthony
eb0030adeb
Merge pull request #1012 from meatherly/fix_for_950
...
Fix for #950
2021-12-08 07:36:10 +11:00
Lea Anthony
fe224d9ecd
Merge pull request #1013 from stffabi/feature/fsfs-docs-improvements
...
[v2] Update docs with new assetdir management and add reloaddirs
2021-12-07 17:08:45 +11:00
stffabi
a98d55db58
[v2] Update wails.json with updated reloaddirs from wails dev
2021-12-07 03:34:51 +01:00
stffabi
f034163da5
[v2] Update wails.json with updated assetdir from wails dev
...
Makes the code consistent with the docs
2021-12-07 03:34:51 +01:00
stffabi
d8fe011509
[v2] Update docs with new assetdir management and add reloaddirs
2021-12-07 03:34:19 +01:00
stffabi
e7bb3b3e83
[v2] Omit empty assetdir and reloaddirs in wails.json
2021-12-07 03:26:55 +01:00
meatherly
3201206d4f
locking the event manager before mutating it. this should resolve issue #950
2021-12-06 16:21:35 -06:00
Lea Anthony
69c14d2a5d
Merge pull request #1001 from stffabi/feature/fsfs-assets
...
proposal: [v2] Support fs.FS for assets
2021-12-07 06:03:59 +11:00
stffabi
778cbe04d9
[v2] Add reloaddirs flag to add additional reload directories
...
This is interesting if someone uses an asset FS which is not an embed.FS,
but still has some special handling to include loading data from disk in
dev mode. E.g. one might conditionally use an embed.FS or os.DirFS
depending on the build mode.
2021-12-06 13:47:16 +01:00
stffabi
131a8f421d
[v2] Infer assetDir from embed.FS
...
AssetDir is now inferred from the assets, if the assets is an
embed.FS, by taking the relativ path to the index.html joined with
the project root.
The assetDir flag still exists and can be used if the inferring doesn't
work, because the provided embed.FS wasn't defined in the main
package.
2021-12-06 13:47:16 +01:00
stffabi
6fcd4b7bd4
[v2] Support fs.FS for assets
...
Reloading changed asset files in dev mode will only work
if an embed.FS has been provided for the assets.
2021-12-06 08:50:39 +01:00
Lea Anthony
f3b2f6ab76
Merge pull request #1011 from misitebao/optimize-documentation
...
docs: synchronize and optimize documents
2021-12-06 17:37:44 +11:00
misitebao
b556e860c4
docs: fix document translation
2021-12-06 11:10:36 +08:00
misitebao
eb01a005dc
docs: fix document translation
2021-12-06 11:09:22 +08:00
misitebao
6dcee51940
docs: optimize english documents
2021-12-06 11:06:08 +08:00
misitebao
4c7a53b72b
docs: synchronize chinese documents
2021-12-06 11:05:37 +08:00
Lea\Anthony
73c9fba731
[website] Added Angular router guide
2021-12-05 22:23:02 +11:00
Lea\Anthony
0726ae9e83
[website] Added router guide
2021-12-05 22:18:52 +11:00
Lea\Anthony
9ba4ca10ca
[website] Link to Awesome Wails
2021-12-05 19:31:42 +11:00
Lea\Anthony
38caa645e5
[v2] A better approach to delayed IPC
2021-12-05 14:23:48 +11:00
Lea Anthony
41507e966a
[linux] Remove signal handlers. Weird errors.
2021-12-04 20:10:37 +11:00
Lea Anthony
3092f04bcf
[linux] Clean up signal handlers
2021-12-04 14:35:32 +11:00
Lea\Anthony
ffc0765a2f
[website] Add OnBeforeClose docs
2021-12-04 14:31:59 +11:00
Lea Anthony
ac803aa426
Merge pull request #1007 from Ironpark/feature/on_before_close
...
[v2] feature / on-before-close resolve #978
2021-12-04 14:17:58 +11:00
ironpark
92b63d9fad
window delegate modify for onBeforeClose hook
2021-12-04 07:52:34 +09:00
ironpark
fda3323386
basic implement
2021-12-04 04:55:36 +09:00
Lea Anthony
b7a4aba5f3
Merge pull request #1004 from stffabi/feature/improve-processrequest
...
[v2] Improve processRequest: Handle errors and behave more like a webserver
2021-12-04 05:01:36 +11:00
Lea Anthony
7848a028e3
Merge pull request #1002 from ianmjones/fix-cannot-use-uri-as-string-error
...
Fix error: cannot use uri (type *_Ctype_char) as type string in argument to common.TranslateUriToFile.
2021-12-04 04:51:09 +11:00
stffabi
d827aafe89
[v2] Improve processRequest: Handle errors and behave more like a webserver
...
This also fixes that requests remain in "pending" state on
darwin if e.g. a file is not found or an error occurs during
loading of the file.
2021-12-03 16:41:51 +01:00
Ian M. Jones
db8094cd68
Fix error: cannot use uri (type *_Ctype_char) as type string in argument to common.TranslateUriToFile.
2021-12-03 15:25:58 +00:00
Lea Anthony
59d29dc12f
Merge pull request #998 from marcio199226/master
...
added ytd app to showcase
2021-12-03 01:56:53 -08:00
Lea Anthony
7aad934dae
Remove yarn.lock
2021-12-03 20:56:30 +11:00
Oskar
0b1e33748a
added ytd app to showcase
2021-12-02 21:29:43 +01:00
Lea Anthony
97be694d2a
Merge pull request #996 from stffabi/feature/improved-translate-uri
...
[v2] Improve translation of URI to file to be loaded
2021-12-02 05:38:04 -08:00
Lea Anthony
576e574399
Merge pull request #994 from stffabi/feature/fix-webresourcerequest-memoryleak
...
[v2] Fix memory leak in processRequest for windows and darwin
2021-12-02 04:01:22 -08:00
Lea Anthony
6d9a195830
Merge pull request #991 from stffabi/feature/windows-frameless-border
...
[windows] Support drawing a frame for frameless to support hiding the titlebar
2021-12-02 04:00:01 -08:00
stffabi
8107a8bd1e
[v2] Improve translation of URI to file to be loaded
2021-12-02 11:53:32 +01:00
stffabi
47d783291d
[windows] Support drawing a frame for frameless to support hiding the titlebar
2021-12-02 11:16:13 +01:00
stffabi
0295f8dee2
[v2] Fix memory leak in processRequest for windows and darwin
2021-12-02 11:04:24 +01:00
stffabi
d915f73c6c
[v2] Remove replace and bump winc
2021-12-02 11:01:30 +01:00
Lea Anthony
187bf3085c
Merge pull request #989 from stffabi/feature/non-blocking-backend-calls
...
[v2] Do not block during processing of messages
2021-12-02 01:17:03 -08:00
stffabi
a353a653d1
[windows] Replace dispatch with invoke
2021-12-01 13:24:54 +01:00
stffabi
155f1fde49
[v2] Do not block during processing of messages
...
On windows blocking here results in a blocked main thread
and a blocked webview.
2021-12-01 13:24:19 +01:00
Lea Anthony
ec1a535acb
Merge pull request #988 from stffabi/feature/windows-versioninfo
...
[v2] Windows: Add file information for windows
2021-12-01 03:09:04 -08:00
stffabi
fb5bcdc364
[v2] Windows: Add file information for windows
2021-12-01 11:59:46 +01:00