From 157c8fdbc7fb26105f3f16ba1d0e95ba602b64b2 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sat, 2 Nov 2024 20:29:34 +1100 Subject: [PATCH] Update to go-webview 0.1.17 --- v2/go.mod | 2 +- website/src/pages/changelog.mdx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/v2/go.mod b/v2/go.mod index e34eb43eea6..a0d0864b7a5 100644 --- a/v2/go.mod +++ b/v2/go.mod @@ -36,7 +36,7 @@ require ( github.com/tc-hib/winres v0.2.1 github.com/tidwall/sjson v1.1.7 github.com/tkrajina/go-reflector v0.5.6 - github.com/wailsapp/go-webview2 v1.0.16 + github.com/wailsapp/go-webview2 v1.0.17 github.com/wailsapp/mimetype v1.4.1 github.com/wzshiming/ctc v1.2.3 golang.org/x/mod v0.14.0 diff --git a/website/src/pages/changelog.mdx b/website/src/pages/changelog.mdx index 9396a6f681a..46227e41a06 100644 --- a/website/src/pages/changelog.mdx +++ b/website/src/pages/changelog.mdx @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed cross compilation failed with CGO [PR](https://github.com/wailsapp/wails/pull/3795) by [@fcying](https://github.com/fcying) +- Using go-webview2 v0.1.17 to fix native webview2loader issue, by @leaanthony ### Changed - Allow to specify macos-min-version externally. Implemented by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/3756)