Skip to content

Releases: r0x0r/pywebview

1.1

08 Jun 20:26
Compare
Choose a tag to compare
1.1
  • New [OSX] Add a default application menu #35. Thanks @cuibonobo
  • New [Linux] GTK is made as default and pypi dependency added. USE_GTK environment variable is also deprecated. To use QT, set webview.config["USE_QT"] = True
  • Fix [Windows] Open folder of create_file_dialog now returns Unicode, instead of byte encoding.

1.0.2

19 May 09:58
Compare
Choose a tag to compare
  • Fixed [Windows] Fix a dead-lock that sometimes occurs on a window creation, when used with a HTTP server running in a separate thread.

1.0.1

16 May 21:39
Compare
Choose a tag to compare
  • Fix [Windows] PyInstaller: Icon not found #29

1.0

12 Feb 08:13
Compare
Choose a tag to compare
1.0
  • New [All] Add an ability to programmatically destroy a webview window
  • Fix [Windows] Fullscreen mode
  • Fix [Windows] Change setup.py to use pypiwin32 #22
  • Fix [Windows] Relative import of win32_gen fixed on Python 3 #20. Thanks to @yoavram for the contribution
  • Fix [Windows] FileNotFound exception on Windows 2003. Thanks to @jicho for the contribution
  • Fix [OSX] Non-SSL URLs are allowed by default on El Capitan. Thanks to @cr0hn for the contribution

0.9

26 Nov 22:45
Compare
Choose a tag to compare
0.9

Released 27/11/2015

  • New [All] Right click context menu is disabled #12
  • New [All] Window minimum size constraints #13
  • New [All] Save file dialog
  • New [All] Added directory and save_filename parameters to create_file_dialog
  • New [All] An option to set a default directory in a file dialog
  • New [GTK] Introduced USE_GTK environment variable. When set, GTK is preferred over QT.
  • Fix [Windows] Webview scrollbar sizing with a non-resizable window
  • Fix [Windows] Add support for application icon #9
  • Fix [Windows] Disable logging spam for comtypes

0.8.4

26 Oct 21:56
Compare
Choose a tag to compare
  • Fix invisible scrollbars on Win32
  • Fix Fullscreen mode on Win32

0.8.3

25 Oct 19:56
Compare
Choose a tag to compare
  • Fixed #10 Underlying browser does not resize with window under windows

0.8.2

08 Oct 19:57
Compare
Choose a tag to compare
  • Fixed Pressing close window button terminates the whole program on OSX

0.8

06 Oct 13:19
Compare
Choose a tag to compare
0.8
  • New Support for native open file / open folder dialogs
  • Fixed #6 FEATURE_BROWSER_EMULATION not in winreg.HKEY_CURRENT_USER. Thanks to @frip for the fix.

0.7

08 Apr 20:19
Compare
Choose a tag to compare
0.7
  • Fixed Python 3 compatibility in Win32 module (thanks @Firnagzen) #3
  • Fixed Floating values for window dimensions causing issues on Windows XP (thanks @Firnagzen) #4
  • Fixed Correct IE version registry key on Windows XP (thanks @Firnagzen) #5