File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 5.2
4
4
5
- _ Released 08 /08/2024_
5
+ _ Released 17 /08/2024_
6
6
7
7
### 🚀 Improvements
8
8
9
9
- ` All ` Replace print with logging in JS API exception handling.
10
10
- ` All ` Replace ssl.wrap_socket() with SSLContext().wrap_socket(). Thanks @lanzz
11
11
- ` WinForms ` Add a modern Vista open folder dialog. Thanks @v_yonghliao
12
+ - ` Winforms ` Fallback to Winforms when QT is forced, but not available.
12
13
- ` EdgeChromium ` Replace ` window.alert ` with a message box implementation.
13
14
- ` MSHTML ` Convert JS API code to ES5 to be compatible with MSHTML.
14
15
@@ -17,10 +18,11 @@ _Released 08/08/2024_
17
18
- ` All ` Add missing return in DOM.body property. Thanks @lanzz .
18
19
- ` All ` Use json.dumps to serialise the html template in create_element. Thanks @lanzz
19
20
- ` All ` Fix ever-growing main menu bug. Thanks @lanzz
20
- - ` All ` Change on_closing event handlers to be executed synchronously in order to prevent a deadlock when using thread joining . #1439
21
+ - ` All ` Change on_closing event handlers to be executed synchronously in order to prevent a deadlock when using thread join . #1439
21
22
- ` All ` Fix ` TypeError: unhashable type ` with certain unhashable object types exposed via JS API. #1442
22
- - ` Cocoa ` Fix nil pointer dereference during file download. Thanks @realityone .
23
- - ` EdgeChromium ` Fix multiple pywebviews at the same time. Thanks @huan1936 .
23
+ - ` Cocoa ` Fix nil pointer dereference during file download. Thanks @realityone .
24
+ - ` EdgeChromium ` Support multiple pywebviews at the same time. Thanks @huan1936 .
25
+ - ` QT ` QT6 compatibility.
24
26
- ` QT ` Fix devtools in PySide6. Thanks @TransparentLC
25
27
- ` QT ` Fix user agent.
26
28
- ` QT ` Fix segfault on window close.
You can’t perform that action at this time.
0 commit comments