Bump version to 0.2.4

This commit is contained in:
Christian Dywan 2010-03-07 22:23:04 +01:00
parent e69ee84b6b
commit 37fc44c375
2 changed files with 13 additions and 1 deletions

View file

@ -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

View file

@ -25,7 +25,7 @@ import misc
major = 0
minor = 2
micro = 3
micro = 4
APPNAME = 'midori'
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)