From b146350d58ccf04b41022f80b364504da10b59b8 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Wed, 14 Jan 2009 00:23:35 +0100 Subject: [PATCH] Bump version to 0.1.2 --- ChangeLog | 15 +++++++++++++++ wscript | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index add8b40c..7d0831fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ This file is licensed under the terms of the expat license, see the file EXPAT. +v0.1.2: + + Open new tabs by clicking on the tabbar + + Refactor and speed up location completion + + Show a Crash dialog after crashes + + Dynamically save files when needed + + Support Back/ Forward mouse buttons + + Support javascript: bookmarklets + + Implement Proxy and Identification string + + Implement cookie storage on disk + + Remove autotooled build system + + Add a new Extensions panel + + Support javascript bookmarklets + + Implement opening of new windows + + Display tooltips in Preferences + v0.1.1: + Reimplement page holder as an extension + Introduce a C extension interface diff --git a/wscript b/wscript index 4a5a16d9..26fbf2b9 100644 --- a/wscript +++ b/wscript @@ -12,7 +12,7 @@ import UnitTest major = 0 minor = 1 -micro = 1 +micro = 2 APPNAME = 'midori' VERSION = str (major) + '.' + str (minor) + '.' + str (micro)