]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.1.7
authorChristian Dywan <christian@twotoasts.de>
Thu, 28 May 2009 21:44:17 +0000 (23:44 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 28 May 2009 21:44:17 +0000 (23:44 +0200)
ChangeLog
wscript

index 8fe7c5d1cc2d33b0703a4a9e17a687a10afd7178..fa03998c259729d552e79536f51175753ed2dc45 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.1.7:
+ + Save the activation status of extensions
+ + Catch and ignore mouse buttons meant for horizontal scrolling
+ + Improve panel detaching and how panels handle it
+ + Add a Feed Panel extension
+ + Add a Fixed-width Font Family preference
+ + Support spell checking
+ + Implement (optional) Speed dial feature
+ + Support nicer error pages with WebKitGTK+ 1.1.6
+ + Implement middle click to open menu items in tabs
+ + Implement -s, --snapshot command line switch
+ + Use libnotify (runtime dependency) for finished transfers
+ + Add a Go button to the address entry
+ + Always append tabs opened via middle/ double click on the tab bar
+ + Implement Open new pages in: New window preference
+ + Implement inline find with direct '.' and '/' hotkeys
+ + Add basic support for @-moz-document in user styles
+
 v0.1.6:
  + Add Delete All to transferbar
  + Show search in context menu
diff --git a/wscript b/wscript
index 12d3d13cba8bae5a2e249ec7c719c7a1e8b4e2d1..dd42f2fd959766af8492ee485c0e6d2e6d425d77 100644 (file)
--- a/wscript
+++ b/wscript
@@ -22,7 +22,7 @@ import UnitTest
 
 major = 0
 minor = 1
-micro = 6
+micro = 7
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)