<summary>
elements are now hinted as clickable.eval_js
of the page
module can now return wrapped JavaScript function to Lua.Don't compress man page. This should be done by maintainers.
Removed now unsupported/ignored load-icons-ignoring-image-load-setting.
Removed now unsupported/ignored offlinewebapplication_cache setting.
The hide_scrollbars
module is now not loaded as a part of the default
rc.lua
as hiding the scrollbars causes issues with smooth scrolling.
The hardware acceleration policy setting now defaults to always since on-demand has been reported to cause rendering issues on at least some systems.
The default WebKit data and cache subdirectories are now used. If you use any website which uses IndexedDB or local storage and wish to retain the saved information, you will need to manually move the corresponding directories to their new locations. Specifically, the mapping is as follows:
$XDG_DATA_HOME/luakit/local_storage -> $XDG_DATA_HOME/luakit/localstorage
$XDG_DATA_HOME/luakit/indexeddb -> $XDG_DATA_HOME/luakit/databases/indexeddb