Skip to content

Commit

Permalink
3.7 info
Browse files Browse the repository at this point in the history
  • Loading branch information
r0x0r committed Nov 4, 2022
1 parent dfd554c commit 24288a9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 3.7

_Released 04/11/2022_

### ⚡ Features
- [All] New `window.moved` event. Thanks @irtimir

### 🚀 Improvements
- [EdgeChromium] Remove `The system cannot find the file specified - Microsoft Edge WebView2 Runtime Registry path: Computer\HKEY_CURRENT_USER\Microsoft\EdgeUpdate\Clients{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}` error message displayed in debug mode.
- [CEF] error.log is no longer deleted when in debug mode.

### 🐞 Bug fixes
- [All] Fix `evaluate_js_async` crash and program termination prevention. Thanks @detritophage.
- [WinForms] Fix form initialization for pythonnet 3. Thanks @irtimir
- [CEF] Fix errorous script execution in `evaluate_js`, so that further script do not get stuck. Thanks @irtimir
- [CEF] Fix `master uid not found` error on startup.
- [QT] Remove 'Empty key passed' messages. Thanks @TomFryers
- [QT] PySide6 backend not working. Thanks @sbbosco
- [QT] Prevent 'Release of profile requested but WebEnginePage still not deleted. Expect troubles !' message on close. Thanks @sbbosco


## 3.6.3

_Released 05/04/2022_
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ actionLink: /guide/
footer: BSD Licensed | Copyright © 2014–present Roman Sirokov
---
<div class='center version'>
Current version: <strong>3.6.3</strong><br/>
Current version: <strong>3.7</strong><br/>
<a href='/changelog'>What's new</a>
</div>

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/r0x0r/pywebview',
download_url='https://github.com/r0x0r/pywebview/archive/3.6.3.tar.gz',
download_url='https://github.com/r0x0r/pywebview/archive/3.7.tar.gz',
keywords=['gui', 'webkit', 'html', 'web'],
install_requires=install_requires,
extras_require=extras_require,
version='3.6.3',
version='3.7',
include_package_data=True,
packages=['webview', 'webview.js', 'webview.platforms'],
package_dir={'webview': 'webview'},
Expand Down

0 comments on commit 24288a9

Please sign in to comment.