Releases: zephraph/webview
Releases · zephraph/webview
Release 0.1.14
Add `.loadUrl`, support for headers, support for userAgent (#75) * Add the ability to load a URL * Add the ability to set a user agent * Prepare 0.0.17 (0.1.14)
Release 0.1.13
webview-v0.1.13 Add `initializationScript` (#72)
Release 0.1.12
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
Release 0.1.11
Support load html (#56) * Impl loadHtml and example * Bump to 0.0.13 (binary 0.1.11)
Release 0.1.10
Support window sizing (#61) * `accept_first_mouse` -> `acceptFirstMouse` * Add support for configuring webview size * Prepare 0.0.12 (binary 0.1.10) * Add ability to set window size after init * Return scale factor with sizing * Update changelog
Release 0.1.6
v0.1.6 Drop colors from versions to fix tagging (#44)
Release 0.1.9
Implement webview IPC support (#51) * Add IPC support * Prepare 0.0.10 (0.1.9)
Release 0.1.8
Queryable version (#48) * Add getVersion method * Bump to 0.0.9 (binary 0.1.8)
Release 0.1.7
Drop webview prefix from tag (#45) * Add webview prefix to release URL * Bump to 0.0.8 (0.1.7)
Release 0.1.5
v0.1.5 Add version to binary name (#33)