From: Christian Dywan Date: Sun, 1 Mar 2009 20:11:31 +0000 (+0100) Subject: Bump version to 0.1.4 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58920912fc1660d7f50f6f121c07513e0b1aee1f;p=midori Bump version to 0.1.4 --- diff --git a/ChangeLog b/ChangeLog index cdc16086..d626ad20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ This file is licensed under the terms of the expat license, see the file EXPAT. +v0.1.4: + + Automatic inline find can be disabled + + Implement an Encoding menu + + Add Open all in Tabs for bookmarks and history + + Bookmarks can be moved to other folders + + Fix blank page 'loading' and HTTP authentication + + Display history dates in the local format + + Allow editing of completion items + v0.1.3: + Sidepanel can be aligned on the right + Bookmarks can be organized in folders diff --git a/wscript b/wscript index 3789ce84..b913591f 100644 --- a/wscript +++ b/wscript @@ -22,7 +22,7 @@ import UnitTest major = 0 minor = 1 -micro = 3 +micro = 4 APPNAME = 'midori' VERSION = str (major) + '.' + str (minor) + '.' + str (micro)