Skip to content

Releases: zephraph/webview

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)

Release 0.1.8

23 Sep 20:05
3bd1304
Compare
Choose a tag to compare
Release 0.1.8 Pre-release
Pre-release
Queryable version (#48)

* Add getVersion method

* Bump to 0.0.9 (binary 0.1.8)

Release 0.1.7

23 Sep 18:50
075dac3
Compare
Choose a tag to compare
Release 0.1.7 Pre-release
Pre-release
Drop webview prefix from tag (#45)

* Add webview prefix to release URL

* Bump to 0.0.8 (0.1.7)

Release 0.1.5

22 Sep 01:32
7aba2a7
Compare
Choose a tag to compare
Release 0.1.5 Pre-release
Pre-release
v0.1.5

Add version to binary name (#33)