diff --git a/ChangeLog b/ChangeLog index 42b0fba5..ea3e8912 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ This file is licensed under the terms of the expat license, see the file EXPAT. +v0.2.7 + + Multiple word completion in location + + Database backed bookmarks + + Search bookmark panel and drag bookmarks + + Bookmarks in address completion + + Removed bookmarks and history from menubar + + Add 'Minimize New Tabs' and 'Copy Addresses of Tabs' + + Refactorings and optimisations in the core + + Adblock compatibility improvements and speedup + + Changeable speed dial size + + Delayed pages at startup, or after a crash + v0.2.6 + Show a dialogue when quitting while downloading + Render icons in errors/ speed dial properly diff --git a/wscript b/wscript index e3c36ee1..05ee4efd 100644 --- a/wscript +++ b/wscript @@ -29,7 +29,7 @@ from Configure import find_program_impl major = 0 minor = 2 -micro = 6 +micro = 7 APPNAME = 'midori' VERSION = str (major) + '.' + str (minor) + '.' + str (micro)