Releases: wailsapp/go-webview2
Releases · wailsapp/go-webview2
v1.0.18
What's Changed
- feat: add stack trace printing upon exit #22 by @tianxidev in #23
- Fix issue with move enum
New Contributors
- @tianxidev made their first contribution in #23
Full Changelog: v1.0.17...v1.0.18
v1.0.17
- Fix compile error for native webview2loader
v1.0.16
What's Changed
- Resolve the panic occurs when sending long data from JS to Go by @xray-bit in #19
New Contributors
- @xray-bit made their first contribution in #19
Full Changelog: v1.0.15...v1.0.16
v1.0.15
- Add
PutIsGeneralAutofillEnabled
&PutIsPasswordAutosaveEnabled
v1.0.13
v1.0.12
What's Changed
- Fix imports by @hyptocrypto in #9
- Fix infinite recursion #6 by @rakirizu in #7
New Contributors
- @hyptocrypto made their first contribution in #9
- @rakirizu made their first contribution in #7
Full Changelog: v1.0.11...v1.0.12
v1.0.11
- Better error handling
v1.0.10
v1.0.9
- Use
OleInitialize
at startup
v1.0.8
- Prevent
Eval
when webview has not been initialised