Skip to content

Commit

Permalink
v1.6 update
Browse files Browse the repository at this point in the history
  • Loading branch information
r0x0r committed Mar 29, 2017
1 parent d725b0f commit 8e9e110
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
author_email="[email protected]",
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=[
Expand Down

0 comments on commit 8e9e110

Please sign in to comment.