Skip to content

Releases: zephraph/webview

Release 0.3.1

06 Mar 03:41
4b809b5
Compare
Choose a tag to compare
Release 0.3.1 Pre-release
Pre-release
Release linux fix (#156)

* Bump binary version

* bump deno and python versions; add changelog entry

Release 0.3.0

23 Feb 20:15
3620c73
Compare
Choose a tag to compare
Release 0.3.0 Pre-release
Pre-release
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

18 Feb 03:11
d4ddde3
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release
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

03 Oct 01:27
676cbbd
Compare
Choose a tag to compare
Release 0.1.14 Pre-release
Pre-release
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

29 Sep 05:03
acc0571
Compare
Choose a tag to compare
Release 0.1.13 Pre-release
Pre-release
webview-v0.1.13

Add `initializationScript` (#72)

Release 0.1.12

29 Sep 03:33
dc31e5c
Compare
Choose a tag to compare
Release 0.1.12 Pre-release
Pre-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

Release 0.1.11

26 Sep 19:00
6ec1f8b
Compare
Choose a tag to compare
Release 0.1.11 Pre-release
Pre-release
Support load html (#56)

* Impl loadHtml and example

* Bump to 0.0.13 (binary 0.1.11)

Release 0.1.10

26 Sep 18:45
20af916
Compare
Choose a tag to compare
Release 0.1.10 Pre-release
Pre-release
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

23 Sep 18:14
1095783
Compare
Choose a tag to compare
Release 0.1.6 Pre-release
Pre-release
v0.1.6

Drop colors from versions to fix tagging (#44)

Release 0.1.9

23 Sep 21:16
6999db7
Compare
Choose a tag to compare
Release 0.1.9 Pre-release
Pre-release
Implement webview IPC support (#51)

* Add IPC support

* Prepare 0.0.10 (0.1.9)