Skip to content

Commit

Permalink
5.2 info
Browse files Browse the repository at this point in the history
  • Loading branch information
r0x0r committed Aug 8, 2024
1 parent 7edce26 commit 2532624
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## 5.2

_Released 08/08/2024_

### 🚀 Improvements

- `All` Replace print with logging in JS API exception handling.
- `All` Replace ssl.wrap_socket() with SSLContext().wrap_socket(). Thanks @lanzz
- `WinForms` Add a modern Vista open folder dialog. Thanks @v_yonghliao
- `EdgeChromium` Replace `window.alert` with a message box implementation.
- `MSHTML` Convert JS API code to ES5 to be compatible with MSHTML.

#### 🐞 Bug fixes

- `All` Add missing return in DOM.body property. Thanks @lanzz.
- `All` Use json.dumps to serialise the html template in create_element. Thanks @lanzz
- `All` Fix ever-growing main menu bug. Thanks @lanzz
- `All` Change on_closing event handlers to be executed synchronously in order to prevent a deadlock when using thread joining. #1439
- `All` Fix `TypeError: unhashable type` with certain unhashable object types exposed via JS API. #1442
- `Cocoa` Fix nil pointer dereference during file download. Thanks @realityone.
- `EdgeChromium` Fix multiple pywebviews at the same time. Thanks @huan1936.
- `QT` Fix devtools in PySide6. Thanks @TransparentLC
- `QT` Fix user agent.
- `QT` Fix segfault on window close.


## 5.1

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ footer: BSD Licensed | Copyright © 2014–present Roman Sirokov
---

<div class='center version'>
Current version: <strong>5.1</strong><br/>
Current version: <strong>5.2</strong><br/>
<a href='/changelog.html'>What's new</a>
</div>

Expand Down

0 comments on commit 2532624

Please sign in to comment.