3.2 Humate Edition
Released 24/01/2020
New
[All] Window x, y, width and height properties to retrieve coordinates and dimensions of the window. Thanks @FizzadarNew
[All]window.expose(func)
an ability to expose an arbitrary function to the JS realm, also during the runtime.Improvement
[All] JS API methods can now accept an arbitrary number of argumentsImprovement
[All] Exceptions thrown in a JS API method is now raised in Javascript via its promise.Improvement
[All] Exceptions thrown in window event handlers are now caught and logged.Improvement
[All] Random port assigned by the built-in HTTP server can be retrieved viawebview.http_server.port
Improvement
[QT] Microphone/webcam are enabled by default. Thanks @dtcooperImprovement
[QT] Default debugger port is changed to 8228. Thanks @melvinkcxImprovement
[CEF] Ability to pass custom CEF settings viawebview.platforms.cef.settings
. See example for details.Fix
[All] Built-in HTTP server is properly restarted when usingwindow.load_url
Fix
[Cocoa] New window position is correctly calculated when usingwindow.move
Fix
[EdgeHTML]window.alert
fix