From 8e9e11033907f5989682a1edc71b00c01868dfbe Mon Sep 17 00:00:00 2001 From: Roman Sirokov Date: Wed, 29 Mar 2017 23:33:32 +0300 Subject: [PATCH] v1.6 update --- CHANGELOG.md | 12 ++++++++++++ setup.py | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5915ba..662a028d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ # Changelog +## 1.6 +Released 29/03/2017 +- `New` [All] Quit confirmation dialog +- `New` [All] webview.config can be used using the dot notation (ie. webview.config.use_win32 = True) +- `New` [Winforms] Disable context menu +- `Fix` [Winforms] Application icon is now visible in the application window when frozen with PyInstaller +- `Fix` [Mac] load_html() is invoked as soon as the webview is ready +- `Fix` [QT] get_current_url() not working due a typo. Thanks @maroc81. +- `Fix` [GTK] Better exception handling when GTK is not found +- `Fix` [GTK] destroy_window() + + ## 1.5 Released 09/02/2017 - `New` [All] toggle_fullscreen function #52 diff --git a/setup.py b/setup.py index a5b9e5aa..a011b1fb 100644 --- a/setup.py +++ b/setup.py @@ -24,10 +24,10 @@ author_email="roman@flowrl.com", description=("A cross-platform lightweight native wrapper around a web view component"), url="http://github.com/r0x0r/pywebview", - download_url="https://github.com/r0x0r/pywebview/archive/1.5.tar.gz", + download_url="https://github.com/r0x0r/pywebview/archive/1.6.tar.gz", keywords=["gui", "webkit", "html", "web"], extras_require=extras_require, - version="1.5", + version="1.6", packages=["webview",], license="New BSD license", classifiers=[