Skip to content

Commit 1730fd0

Browse files
committed
Update 1.3 release info
1 parent 4a0a782 commit 1730fd0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,23 @@ Use py2app on OS X and py2exe/pyinstaller on Windows. For reference setup.py fil
9494

9595
# Changelog
9696

97+
## 1.3
98+
Released 31/10/2016
99+
- `New` [Cocoa] Added View -> Fullscreen standard menu item. Thanks to @bastula.
100+
- `New` [Cocoa] Added About menu item #45. Thanks to @bastula.
101+
- `New` [Windows] An application icon for Windows Forms
102+
- `Fix` [Windows] Removed unnecessary pywin32 dependencies from Windows Forms #60
103+
- `Fix` [Linux] Thread violation in load_url in GTK implementation #59
104+
105+
97106
## 1.2.2
98107
Released 10/10/2016
99108

100109
- `Fix` [All] Python 2 compatibility issue in Flask Example (#52). Thanks to @bastula.
101110
- `Fix` [Windows] Python 3 compatibility issue in Windows Forms implementation (#51)
102111
- `Fix` [Linux] Resizing width/height: 100% problem on GTK (#53). Thanks to @klausweiss.
103112

113+
104114
## 1.2.1
105115
Released 29/09/2016
106116

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
author_email="[email protected]",
1717
description=("A cross-platform lightweight native wrapper around a web view component"),
1818
url="http://github.com/r0x0r/pywebview",
19-
download_url="https://github.com/r0x0r/pywebview/archive/1.2.2.tar.gz",
19+
download_url="https://github.com/r0x0r/pywebview/archive/1.3.tar.gz",
2020
keywords=["gui", "webkit", "html", "web"],
2121
install_requires=install_requires,
22-
version="1.2.2",
22+
version="1.3",
2323
packages=["webview",],
2424
license="New BSD license",
2525
classifiers=[

0 commit comments

Comments
 (0)