diff --git a/ChangeLog b/ChangeLog index 8fe7c5d1..fa03998c 100644 --- 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 12d3d13c..dd42f2fd 100644 --- 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)