Luakit Versions Save

Fast, small, webkit based browser framework extensible by Lua.

2.3.6

3 months ago

Fixed

  • Correct regex compile options type if none are passed (@jpalus)

Edit: Added a libsoup2 version for those who don't have webkit41 and libsoup3.

2.3.5

3 months ago

Fixed

  • Disabled matching masked password field content when hinting (@PluMGMK)
  • Fix assumptions about stack position of package and package.path (@mmmpx)
  • Fix crash with --log= argument (remove G_REGEX_OPTIMIZE) (@c0dev0id)

2.3.4

3 months ago
  • Add Support for SOUP3 and Webkit2gtk 4.1 (by @taobert and @c0dev0id)
  • label_styles table fixes (by @fosskers)

Note: There are some bugs (https://github.com/luakit/luakit/issues/1072, https://github.com/luakit/luakit/issues/1071) that came with the libsoup3/webkit update. Use this release if you need libsoup3 support. If you're happy with libsoup2 and webkit 40, wait for the next release.

2.3.3

1 year ago

Removed a whitespace, so the test-suite runs successfully.

2.3.2

1 year ago

Bugfix release to make luakit work again with recent glib versions.

Changed

  • Mention FAQ, Quick Start, etc on :help

Fixed

  • Fix for glib now using pcre2
  • Show proper error message on :tab, :tabd[o] without parameter
  • Fix undoclose test

Contributors to this release:

  • taobert (2 commits)
  • c0dev0id (2 commits)

2.3.1

1 year ago

Added

  • Added command :userscripts-reload to reload lua scripts.
  • The tabgroup plugin is now included in luakit (:tabmenu).
  • Allow configuration of shortcuts that should be passed through (https://github.com/luakit/luakit/pull/921).
  • Added scalable SVG desktop icon version.

Changed

Fixed

  • No more gdk_keymap_get_default() compiler warning.
  • Fixed an issue where links were hinted, but then could not be followed.
  • Fixed the paging on the the bookmarks page.
  • Fixed build on Solaris.
  • Fixed relocation errors on Sparc64.
  • Fixed proxymenu to show default entries when proxymenu file is not present.
  • The command mode cursor is now drawn in the user-specified foreground color.

2.3

3 years ago

Added

  • Added Gopher protocol support, see comment in rc.lua.
  • Added two commands to clear website data (:clear-data, :clear-favicon-db).
  • Added dark mode support setting application.prefer_dark_mode.
  • The tabmenu plugin is now included in luakit (:tabmenu).

Changed

  • Removed debug symbol generation for default make.
  • Changed the C standard from gnu99 to c11 because Webkit wants it.
  • The proxy module remembers when no proxy or system proxy was used last.
  • The proxy widget is hidden when proxy "None" is active.

Fixed

  • Fixed bounding box not spanning over whole element.
  • Fixed an issue where styled hint labels caused intransparent bounding boxes.
  • Fixed a race condition when a tab is closed on NetBSD.
  • Do not execute "git ls-files" when luakit is not a git repository

Update information

  • The gopher module needs luasocket installed.

2.2

3 years ago

Added

  • Hint CSS can now be customized via theme.lua.
  • Added the :save command, to save the complete page as a single MHTML file.

Changed

  • mime-type-decision is now only emitted for a successful response.
  • Removed the default Shift-d binding for deleting the current session.
  • Removed the socket widget for Wayland compatibility.
  • :bookmarks will now reuse an existing bookmarks tab if present.
  • tablist.always_visible has been deprecated in favour of tablist.visibility.
  • Empty tabs are no longer saved to history.
  • Session recovery has been made slightly more robust.

Fixed

  • Fixed the tablist not being hidden in fullscreen mode.
  • Fixed poor performance when loading/saving data with lousy.pickle.
  • Fixed poor memory usage behaviour caused by excessive numbers of Web Views.
  • Fixed proxy not being set from proxy.set_active().
  • Fixed window.new_tab_page being ignored for bare :open/:tabopen commands.
  • Fixed re_match_text always matching everything.
  • Fixed panic when /etc/hosts cannot be read.
  • Fixed view-source: pages being inadvertently affected by stylesheets.
  • Fixed domain-specific keys not being loaded from persisted settings.

debian/2.1

5 years ago

2.1

5 years ago