Commit 3abf521 1 parent ca8865c commit 3abf521 Copy full SHA for 3abf521
File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.0.3 Python Client -- 2025-03-01
4
+
5
+ - Fixed a bug where the windows binary path was still incorrect (thanks @daidalvi )
6
+
3
7
## 0.0.2 Python Client; 1.0.1-rc.1 Deno Client; 0.3.0 binary -- 2025-02-23
4
8
5
9
Binary
@@ -27,8 +31,8 @@ Deno Client
27
31
28
32
- Added new logging that can be triggered with the ` LOG_LEVEL ` environment variable
29
33
30
- - [ BREAKING] Changed some typenames/zod schemas not to include ` Webview ` in the name.
31
- - [ BREAKING] Updated code generation to support multiple clients which necessitated a breaking change for the Deno client.
34
+ - [ BREAKING] Changed some typenames/zod schemas not to include ` Webview ` in the name.
35
+ - [ BREAKING] Updated code generation to support multiple clients which necessitated a breaking change for the Deno client.
32
36
33
37
``` diff
34
38
using webview = await createWebView({
@@ -41,7 +45,7 @@ Deno Client
41
45
"console.log('This is printed from initializationScript!')",
42
46
});
43
47
```
44
- ` html ` or ` url ` must be wrapped in an object and passed to ` load ` .
48
+ ` html ` or ` url ` must be wrapped in an object and passed to ` load ` .
45
49
46
50
## 0.0.17 (binary 0.1.14) -- 2024-10-02
47
51
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " justbe-webview"
7
- version = " 0.0.2 "
7
+ version = " 0.0.3 "
8
8
description = " A simple webview client"
9
9
readme = " README.md"
10
10
requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments