From: Christian Dywan Date: Sun, 19 Sep 2010 21:22:41 +0000 (+0200) Subject: Bump version to 0.2.8 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c10312ce21d3f7a0fe4929d7ea255e16abb74d0;p=midori Bump version to 0.2.8 --- diff --git a/ChangeLog b/ChangeLog index ea3e8912..0153b9b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 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 + Multiple word completion in location + Database backed bookmarks diff --git a/wscript b/wscript index e567a0a6..da389ef5 100644 --- a/wscript +++ b/wscript @@ -29,7 +29,7 @@ from Configure import find_program_impl major = 0 minor = 2 -micro = 7 +micro = 8 APPNAME = 'midori' VERSION = str (major) + '.' + str (minor) + '.' + str (micro)