Luakit 2.0

Migrating from version 2017-08-10

  1. Remove the two if unique then ... end blocks from your rc.lua.
  2. Add require "unique_instance" to your rc.lua, before all other require statements.
  3. Remove all configuration files except rc.lua and theme.lua. Any changes to globals.lua need to be migrated to rc.lua and changed to use the settings API.

Added

Changed

Removed

Fixed