Skip to content

Commit f76b028

Browse files
author
Roman Sirokov
committed
Update to 3.0.1
1 parent b91737f commit f76b028

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,21 @@
33

44
# Changelog
55

6+
## 3.0.1
7+
8+
_Released 25/07/2019_
9+
10+
- `Fix` [All] Don't escape line breaks in result of js_bridge_call. Thanks @kvasserman.
11+
- `Fix` [Windows] Support for Pyinstaller noconsole mode
12+
- `Fix` [Windows] Fix Windows version detection with frozen executables.
13+
- `Fix` [Windows] Open folder dialog now supports `directory` argument.
14+
- `Fix` [QT] Workaround for segmentation fault on closing the main window. Thanks @kvasserman.
15+
- `Fix` [Pytest] Fix for pytest warning about invalid escape sequence
16+
17+
618
## 3.0
719

8-
_Released 11/03/2019_
20+
_Released 11/07/2019_
921

1022
- `New` [All] New API. The API is not compatible with older versions of _pywebview_. See https://pywebview.flowrl.com for usage details. #272
1123
- `New` [All] Built-in HTTP server. #260

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
long_description=long_description,
2626
long_description_content_type='text/markdown',
2727
url='https://github.com/r0x0r/pywebview',
28-
download_url='https://github.com/r0x0r/pywebview/archive/3.0.tar.gz',
28+
download_url='https://github.com/r0x0r/pywebview/archive/3.0.1.tar.gz',
2929
keywords=['gui', 'webkit', 'html', 'web'],
3030
install_requires=install_requires,
3131
extras_require=extras_require,
32-
version='3.0',
32+
version='3.0.1',
3333
include_package_data=True,
3434
packages=['webview', 'webview.js', 'webview.platforms'],
3535
package_dir={'webview': 'webview'},

0 commit comments

Comments
 (0)