Skip to content

Commit f36eec5

Browse files
committed
Update changelog
1 parent e79032d commit f36eec5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
## 5.2
44

5-
_Released 08/08/2024_
5+
_Released 17/08/2024_
66

77
### 🚀 Improvements
88

99
- `All` Replace print with logging in JS API exception handling.
1010
- `All` Replace ssl.wrap_socket() with SSLContext().wrap_socket(). Thanks @lanzz
1111
- `WinForms` Add a modern Vista open folder dialog. Thanks @v_yonghliao
12+
- `Winforms` Fallback to Winforms when QT is forced, but not available.
1213
- `EdgeChromium` Replace `window.alert` with a message box implementation.
1314
- `MSHTML` Convert JS API code to ES5 to be compatible with MSHTML.
1415

@@ -17,10 +18,11 @@ _Released 08/08/2024_
1718
- `All` Add missing return in DOM.body property. Thanks @lanzz.
1819
- `All` Use json.dumps to serialise the html template in create_element. Thanks @lanzz
1920
- `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
2122
- `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.
2426
- `QT` Fix devtools in PySide6. Thanks @TransparentLC
2527
- `QT` Fix user agent.
2628
- `QT` Fix segfault on window close.

0 commit comments

Comments
 (0)