v0.11.0
v0.11.0
- Added support for
app
parameter toeel.start
, which will override the bottle app instance used to run eel. This
allows developers to apply any middleware they wish to before handing over to eel. - Disable page caching by default via new
disable_cache
parameter toeel.start
. - Add support for listening on all network interfaces via new
all_interfaces
parameter toeel.start
. - Support for Microsoft Edge