Bump version to 0.2.8
This commit is contained in:
parent
d0635b4fb2
commit
2c10312ce2
2 changed files with 12 additions and 1 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,5 +1,16 @@
|
||||||
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.8
|
||||||
|
+ Re-implement Bookmarks menu and toolbar button
|
||||||
|
+ Show transferbar even if statusbar is hidden
|
||||||
|
+ Smart case for inline search while typing
|
||||||
|
+ Use Alt+Shift+Right instead of Ctrl+Right for Next Page
|
||||||
|
+ Adding, edit and delete buttons for user scripts/ styles
|
||||||
|
+ Rename 'Minimize Tab' to 'Show Tab Icon Only'
|
||||||
|
+ Delete key in completion deletes items
|
||||||
|
+ Don't show homepage in bookmarkbar
|
||||||
|
+ Fix crash when using location arrow button
|
||||||
|
|
||||||
v0.2.7
|
v0.2.7
|
||||||
+ Multiple word completion in location
|
+ Multiple word completion in location
|
||||||
+ Database backed bookmarks
|
+ Database backed bookmarks
|
||||||
|
|
2
wscript
2
wscript
|
@ -29,7 +29,7 @@ from Configure import find_program_impl
|
||||||
|
|
||||||
major = 0
|
major = 0
|
||||||
minor = 2
|
minor = 2
|
||||||
micro = 7
|
micro = 8
|
||||||
|
|
||||||
APPNAME = 'midori'
|
APPNAME = 'midori'
|
||||||
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
||||||
|
|
Loading…
Reference in a new issue