All Versions
55
Latest Version
Avg Release Cycle
107 days
Latest Release
57 days ago

Changelog History
Page 5

  • v1.2.1 Changes

    🚀 Released 29/09/2016

    • 🐧 Fix [Linux] GTK window failing to open. Thanks to @lchish. #50
  • v1.2 Changes

    🚀 Released 27/09/2016

    • 🏁 New [All] Introduced load_html function that allows dynamic loading of HTML code, instead of a URL. Implemented for all platforms except Win32 (use Windows Forms). Thanks to @ysobolev #39
    • New [All] Added an example of a Flask-based application skeleton. The example can be found in examples/flask_app
    • 🏁 New [Windows] Windows Forms based implementation of webview window. Requires pythonnet.
    • 🏁 New [Windows] Introduced config["USE_WIN32"] variable that lets you choose between Win32 and Windows Forms. Default to True (Windows Forms will be made as default in the future)
    • 🐧 Fix [Windows/Linux] Got rid of installation dependencies on Windows and Linux. The dependencies now have to be installed by hand and the choice of dependencies is left to user
    • 🐧 Fix [Linux] Compatibility with Qt 5.5. Thanks to @danidee10. #48
  • v1.1 Changes

    🚀 Released 08/06/2016

    • 0️⃣ 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.
  • v1.0.2 Changes

    🚀 Released 19/05/2016

    • 🔒 Fix [Windows] Fix a dead-lock that sometimes occurs on a window creation, when used with a HTTP server running in a separate thread.
  • v1.0.1 Changes

    🚀 Released 17/05/2016

    • 🏁 Fix [Windows] PyInstaller: Icon not found #29
  • v1.0 Changes

    🚀 Released 12/02/2016

    • 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
    • 0️⃣ Fix [OSX] Non-SSL URLs are allowed by default on El Capitan. Thanks to @cr0hn for the contribution
  • v0.9 Changes

    🚀 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
    • 0️⃣ 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
  • v0.8.4 Changes

    • 🏁 Fix [Windows] Invisible scrollbars
    • 🏁 Fix [Windows] Fullscreen mode
  • v0.8.3 Changes

    • 🏁 Fixed #10 Underlying browser does not resize with window under windows
  • v0.8.2 Changes

    🚀 Released on 08/10/2015

    • 🛠 Fixed Pressing close window button terminates the whole program on OSX