From c0ecd79a293a60a8cbe4d150b454604c6e822aa7 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 31 Jul 2009 23:54:55 +0200 Subject: [PATCH] Bump version to 0.1.9 --- ChangeLog | 11 +++++++++++ wscript | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cc7ff6da..758b9b50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ This file is licensed under the terms of the expat license, see the file EXPAT. +v0.1.9: + + Preserve navigation history with new tabs + + Implement clearing private data when quitting + + Ellipsize and show close icons in the tab panel + + Allow hiding panel operating controls + + Integrate Tools with the compact menu + + Fix User scripts, User styles and Plugins panel + + Remove the bookmarkbar popup + + Add New Tab to the tab context menu + + Implement minimizing tabs + v0.1.8: + Initial support for extension unit tests + Set a "browser" role on browser windows diff --git a/wscript b/wscript index d6ef7380..68cd1927 100644 --- a/wscript +++ b/wscript @@ -25,7 +25,7 @@ import misc major = 0 minor = 1 -micro = 8 +micro = 9 APPNAME = 'midori' VERSION = str (major) + '.' + str (minor) + '.' + str (micro)