2.2.1 (2021-05-25)
- add setters for missing options, provide reasonable defaults (f3d7d2e)
2.2.0 (2021-05-16)
- add a Handle function that returns the window handle for better control of the window outside of this package. (b64a658)
- add Minimize, Restore, and Maximize window functions. (b64a658)
- add support for the rest of WebView settings (0720c85)
2.1.1 (2021-05-16)
- com: proper ordering of COM object methods (786d915)
- user32: rely on the return value of GetMessage instead of the error return value (adafe38)
2.1.0 (2021-05-15)
- bring back support for Eval (now called ExecuteScript) and Init (now called AddScriptToExecuteOnDocumentCreated) (8a9301d)
- expose the browser and window structs, make a bit more functions public (f02b298)
2.0.1 (2021-05-15)
- on second thought, let's keep the generated files in the repo (7f981d0)
2.0.0 (2021-05-15)
- bump module to v2
- add support for changing WebView settings
- 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)
- update examples (128fafe)
- update the readme and license to point to this being a derived work based on two upstream repos (f00697e)
1.0.1 (2021-05-03)
- fix the release name (de625fe)
- start showing CI commits in the changelog (b41dd23)
- 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
- add the
user32
package which wraps many of the syscall calls (17e76a9)
- ignore .vscode and built binaries (104afbe)