Release 0.1.12
Pre-release
Pre-release
github-actions
released this
29 Sep 03:33
·
20 commits
to main
since this release
Use a custom protocol when loading HTML (#71) * Use a custom protocol when loading HTML * Bump to 0.0.15 (Binary 0.1.12) * Add ability to specify origin for html; improve docs When using `html` as an option for constructing a webview, you may want to have a finer grained control over the origin. This change allows you to specify the origin both during creation of the webview and at `load_html` time. * Update examples w/ origin usage; persistence * Add changelog update