]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.2.8
authorChristian Dywan <christian@twotoasts.de>
Sun, 19 Sep 2010 21:22:41 +0000 (23:22 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 19 Sep 2010 21:22:41 +0000 (23:22 +0200)
ChangeLog
wscript

index ea3e89125ad8c7978169c72ea531d55d2d73617c..0153b9b2c86911da278fdffd005948209541664c 100644 (file)
--- 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 e567a0a67885f0761a6ec49af9a74226ea4fc85d..da389ef5ea08c41362272b40b4b503c24727186c 100644 (file)
--- 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)