Bump version to 0.2.4
This commit is contained in:
parent
e69ee84b6b
commit
37fc44c375
2 changed files with 13 additions and 1 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,5 +1,17 @@
|
||||||
This file is licensed under the terms of the expat license, see the file EXPAT.
|
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
|
v0.2.3
|
||||||
+ Improve relocatability for Win32
|
+ Improve relocatability for Win32
|
||||||
+ Implement 'Close other tabs' menu item
|
+ Implement 'Close other tabs' menu item
|
||||||
|
|
2
wscript
2
wscript
|
@ -25,7 +25,7 @@ import misc
|
||||||
|
|
||||||
major = 0
|
major = 0
|
||||||
minor = 2
|
minor = 2
|
||||||
micro = 3
|
micro = 4
|
||||||
|
|
||||||
APPNAME = 'midori'
|
APPNAME = 'midori'
|
||||||
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
||||||
|
|
Loading…
Reference in a new issue