luakit release 2025.08.13

Summary of changes from 2025.08.07 to 2025.08.13
Added by Mason Larobina over 1 year ago

Summary of changes from 2025.08.07 to 2010.08.13:

  • Add -v,--verbose option to toggle debugging output
  • Re-licensed MIT code to GPLv3
  • Add eval_js(..) webview widget method
  • Add eval_js_from_file(..) helper function to load and execute a script using the eval_js webview method
  • Add luakit.selection(name) which returns the contents of either the "primary", "secondary" or "clipboard" selection
  • Add xdg aware file finding functions to util.lua
  • Add :websearch [engine] [query] command
  • Add p bind which opens the primary selection in the current tab or P to open in a new tab
  • Add d to close current tab
  • Add o, t & ,g as shortcuts for :open, :tabopen & :websearch google
  • Add link hinting and following support
  • Add Shift+Insert key binding to paste current primary selection in the input bar
  • Add search history navigation
  • Add proxy support
  • Add ssl certificate validation options
  • Add command line completion for command mode
  • Add "link-hover" & "link-unhover" signal handlers to display and hide the hovered uri in the statusbar
  • Add file downloading support with wget
  • Add Control+w and Control-u readline bindings in the command mode
  • Use util.escape to sanitise label widgets text
  • Several bug fixes

Enjoy.


Comments