Skip to content

Releases: smok95/wv2

v0.18

13 Nov 02:16

Choose a tag to compare

  • 0.18(34)

  • Profile(wv2profile_t) support added.

v0.17

11 Nov 05:21

Choose a tag to compare

  • 0.17(33)

  • Controller(wv2controller_t) support added.

v0.16

03 May 05:05

Choose a tag to compare

  • 0.16(31)

  • Added support for wv2webResourceRequestedEventArgs_setResponse event.

v0.15.1

05 Mar 23:40

Choose a tag to compare

  • 0.15.1(31)

  • Reverted to custom redefinitions of WebView2 enums instead of using original WebView2 enum definitions due to include problems

v0.15: ## 0.15(30) 2025-03-04

05 Mar 05:35

Choose a tag to compare

  • 0.15(30)

  • Switched to using original WebView2 enum definitions instead of custom
    redefinitions for better compatibility and maintainability.
  • Added support for acceleratorKeyPressed event.

v0.14

25 Sep 01:52

Choose a tag to compare

0.14(29)

  • Added support for the cookieManager property.

v0.13

06 Aug 02:02

Choose a tag to compare

0.13(28)

  • Updated navigationCompleted function signature:
typedef void
(*navigationCompleted)(wv2_t sender);

to

typedef void
(*navigationCompleted)(wv2_t sender, wv2navigationCompletedEventArgs_t args);

v0.12

03 Jun 05:08

Choose a tag to compare

0.12(27)

  • Added support for the webRequestedEventArgs.resourceContext property.
  • Changed wv2env_t to wv2environment_t

v0.11

28 May 07:08

Choose a tag to compare

0.11(26)

  • Added support for the webResourceRequest.headers property.

v0.10.0

27 May 07:13

Choose a tag to compare

0.10.0(25)

  • Added partial support for the webResourceRequested event.