Skip to content

Releases: wailsapp/go-webview2

v1.0.17

02 Nov 09:26
Compare
Choose a tag to compare
  • Fix compile error for native webview2loader

v1.0.16

17 Sep 20:31
26a35b4
Compare
Choose a tag to compare

What's Changed

  • Resolve the panic occurs when sending long data from JS to Go by @xray-bit in #19

New Contributors

Full Changelog: v1.0.15...v1.0.16

v1.0.15

09 Sep 20:39
Compare
Choose a tag to compare
  • Add PutIsGeneralAutofillEnabled & PutIsPasswordAutosaveEnabled

v1.0.13

18 Aug 10:31
ec81843
Compare
Choose a tag to compare

What's Changed

  • Fix overlapped I/O error when executing long JS scripts by @lanyeeee in #13

New Contributors

Full Changelog: v1.0.12...v1.0.13

v1.0.12

10 Aug 11:57
1cea6fa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.11...v1.0.12

v1.0.11

28 Jul 01:39
Compare
Choose a tag to compare
  • Better error handling

v1.0.10

24 Oct 05:35
94c719c
Compare
Choose a tag to compare
  • GetPhysicalKeyStatus use correct COM struct definition. This fixes memory corruption when calling GetPhysicalKeyStatus

v1.0.9

21 Oct 00:49
Compare
Choose a tag to compare
  • Use OleInitialize at startup

v1.0.8

10 Oct 10:06
Compare
Choose a tag to compare
  • Prevent Eval when webview has not been initialised

v1.0.7

20 Sep 20:18
Compare
Choose a tag to compare
  • Update WebView2 mappings to SDK 1.0.2045.28
  • Revert breaking change