diff --git a/ChangeLog b/ChangeLog index cb8c3aac..d5a8a895 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.4 + + Prevent completion from overlapping + + Fix tab order when restoring session + + Ignore accidentally middle click search + + Implement bookmark export to XBEL + + Provide scroll hotkeys, default to Vim + + Store and complete search in location + + Fix opening externally with multiple windows + + Only use icons in panel buttons + + Fix build with different GTK+ versions + + Omit micro version and arch from ident string + v0.2.3 + Improve relocatability for Win32 + Implement 'Close other tabs' menu item diff --git a/wscript b/wscript index 4e7b7fe9..0adb7667 100644 --- a/wscript +++ b/wscript @@ -25,7 +25,7 @@ import misc major = 0 minor = 2 -micro = 3 +micro = 4 APPNAME = 'midori' VERSION = str (major) + '.' + str (minor) + '.' + str (micro)