summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2009-08-01 00:03:19 +0200
committerChristian Dywan <christian@twotoasts.de>2009-08-01 00:03:19 +0200
commitcf0cc08518dd4d79cc14dcbb3b57f8eb2fe18d9d (patch)
treec64a9d0d6110a03fb2dbcafbed7489e26caf1de4
parentf9c335cced4fed28c5244b5845e909da74af164d (diff)
downloadmidori-cf0cc08518dd4d79cc14dcbb3b57f8eb2fe18d9d.tar.gz
Bump version to 0.1.90.1.9
-rw-r--r--ChangeLog11
-rw-r--r--wscript2
2 files changed, 12 insertions, 1 deletions
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)