This repository has been archived by the owner on Feb 28, 2023. It is now read-only.
Releases: mattpodraza/webview2
Releases · mattpodraza/webview2
webview2 v2.2.1
Bug Fixes
- add setters for missing options, provide reasonable defaults (f3d7d2e)
webview2 v2.2.0
webview2 v2.1.1
webview2 v2.1.0
webview2 v2.0.1
Chores
- on second thought, let's keep the generated files in the repo (7f981d0)
webview2 v2.0.0
⚠ BREAKING CHANGES
- bump module to v2
- add support for changing WebView settings
Features
- add a com package for handling calls to the WebView COM objects (1576395)
- add a helper package for handling mapping HRESULT values (53a4d32)
- add support for changing WebView settings (f770ec0)
Chores
Documentation
webview2 v1.0.1
webview2 v1.0.0
⚠ BREAKING CHANGES
- introduce better error handling, use the user32 helper
- embed DLLs using the
go:embed
directive - change the import path, bump min. Go to 1.16
Features
- add the
user32
package which wraps many of the syscall calls (17e76a9)
Documentation
Chores
- ignore .vscode and built binaries (104afbe)