Releases: zephraph/webview
Releases · zephraph/webview
Release 0.3.1
Release linux fix (#156) * Bump binary version * bump deno and python versions; add changelog entry
Release 0.3.0
Fix webview binary path (#143) * Fix webview binary path * Fix windows binary path construction * Add changelog * Upgrade binary * Fix a bug where events weren't firing correctly * Bump deno client
Release 0.2.0
Prepare Deno Client for v1.0.0-rc release (#131) * Update sync-versions script to also work on py client * Bump binary to 0.2.0 * Prepare for the 1.0.0-rc.1 release
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)