Skip to content

Commit 0ef70be

Browse files
committed
Release 2.1
1 parent 1aabcee commit 0ef70be

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33

44
# Changelog
55

6+
## 2.1
7+
8+
Released 16/09/2018
9+
10+
- `New` [All] Introduce `PYWEBVIEW_GUI` environment variable and `webview.config.gui` property. Acceptable values are are `qt`, `gtk` and `win32`. `USE_QT` and `USE_WIN32` is deprecated.
11+
- `Fix` [Cocoa] Closing main window does not result in program termination
12+
- `Fix` [All] New main window re-creation after closing. #229
13+
- `Fix` [QT] Debug mode #233
14+
- `Fix` [Cocoa/Windows] Preserve JS API on page reload
15+
- `Fix` [Windows] `toggle_fullscreen()` function #232. Thanks @lt94
16+
- `Fix` [Windows] `load_css()` function. Thanks @wormius.
17+
618
## 2.0.3
719

820
Released 16/05/2018

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
author_email="[email protected]",
3030
description=("A cross-platform lightweight native wrapper around a web view component"),
3131
url="http://github.com/r0x0r/pywebview",
32-
download_url="https://github.com/r0x0r/pywebview/archive/2.0.3.tar.gz",
32+
download_url="https://github.com/r0x0r/pywebview/archive/2.1.tar.gz",
3333
keywords=["gui", "webkit", "html", "web"],
3434
extras_require=extras_require,
35-
version="2.0.3",
35+
version="2.1",
3636
include_package_data=True,
3737
packages=["webview", "webview.js"],
3838
package_data={"webview": ['webview/lib/WebBrowserInterop.x64.dll', 'webview/lib/WebBrowserInterop.x86.dll']},

0 commit comments

Comments
 (0)