Lea\Anthony
121d11db55
[v2] Update sponsors
2021-12-22 06:36:18 +11:00
Lea\Anthony
5c357f012d
[v2] Update context error
2021-12-22 06:28:47 +11:00
Lea\Anthony
56285f8637
[v2] Update docs
2021-12-21 08:53:48 +11:00
Lea Anthony
b61158d329
Merge pull request #1030 from raitonoberu/patch-1
...
Add Svelte template
2021-12-21 08:04:23 +11:00
Denis
0233197073
Add wails-svelte-template
2021-12-20 20:40:42 +07:00
Lea\Anthony
d883397d75
Update sponsors
2021-12-20 20:24:22 +11:00
Lea\Anthony
5bd82c4637
Update sponsors
2021-12-16 07:41:33 +11:00
Lea\Anthony
e942867635
Update sponsors
2021-12-16 07:41:14 +11:00
Lea Anthony
29749ed7cb
Merge pull request #1025 from AlienRecall/patch-1
...
Added react template
2021-12-16 07:35:22 +11:00
AlienRecall
0288f33556
Added react template
2021-12-15 13:53:25 +01:00
Lea\Anthony
ddeac08991
v2.0.0-beta.23
2021-12-15 19:36:45 +11:00
Lea Anthony
30e12d681c
[mac] Fix for save dialog
2021-12-15 19:16:43 +11:00
Lea Anthony
f9fce9f2a7
Merge pull request #1024 from achhabra2/patch-1
...
Add Riftshare to community showcase
2021-12-15 06:15:16 +11:00
Aman Chhabra
9c5bb8c6eb
Add Riftshare to community showcase
2021-12-14 07:22:35 -08:00
Lea Anthony
f2ab409284
Update README.md
2021-12-13 20:40:50 +11:00
Lea\Anthony
7c190810fd
Update easyweb logo
2021-12-13 20:40:03 +11:00
Lea\Anthony
2b2cd21674
Update sponsors
2021-12-13 20:32:55 +11:00
Lea Anthony
f025234c85
Merge pull request #1021 from dedo1911/master
...
[v2] feature / Add flag to skip mod tidy
2021-12-13 05:58:53 +11:00
Dario Emerson
44035637f7
Add flag to skip mod tidy
2021-12-12 15:01:16 +01:00
Lea Anthony
008a5c70b9
[mac] Fix linking issue. Removed warnings.
2021-12-11 20:06:42 +11:00
Lea\Anthony
24eaef1604
[mac] fix dynamically linking UTIFramework during cgo build
2021-12-11 19:43:21 +11:00
Lea\Anthony
62adcab722
[mac] try dynamically linking UTIFramework during cgo build
2021-12-11 19:36:17 +11:00
Lea Anthony
e12b630dfb
[mac] Attempt to fix 10.14 compilation issue
2021-12-11 07:29:47 +11:00
Lea\Anthony
81b3ecb056
v1.16.9
2021-12-10 19:04:22 +11:00
Lea\Anthony
b4d14644ee
Only generate ico if not there
2021-12-10 19:04:10 +11:00
Lea\Anthony
69fd584c32
Update sponsors
2021-12-10 19:00:26 +11:00
Lea Anthony
3444ec50a7
Merge pull request #1017 from stffabi/feature/add-upx-info-windows
...
[docs] Add info about upx and antivirus vendors
2021-12-09 21:55:52 +11:00
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