Skip to content

Releases: wailsapp/go-webview2

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

v1.0.6

19 Sep 22:18
de15152
Compare
Choose a tag to compare

What's Changed

  • Add ICoreWebView2Deferral for deferring WebResourceRequests that allo… by @stffabi in #3

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

30 Aug 10:28
Compare
Choose a tag to compare
  • New HasCapability method for checking capability availability(!)
  • New GetIsSwipeNavigationEnabled and PutIsSwipeNavigationEnabled methods.

v1.0.4

12 Aug 05:02
Compare
Choose a tag to compare
  • Add UsingGoWebview2Loader flag to indicate if native Go loader is being used

v1.0.3

19 Jul 10:48
Compare
Choose a tag to compare

What's Changed

  • feat: full file path resolver by @ayatkyo in #1
  • feat: New ContainsFullScreenElementChangedCallback

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

11 Jul 12:56
Compare
Choose a tag to compare

Add SetBackgroundColour()

v1.0.1

25 May 22:55
Compare
Choose a tag to compare

Updated to latest code