]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.1.9
authorChristian Dywan <christian@twotoasts.de>
Fri, 31 Jul 2009 21:54:55 +0000 (23:54 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 31 Jul 2009 22:03:19 +0000 (00:03 +0200)
ChangeLog
wscript

index cc7ff6da0ab89eba68b8bce95d75efe4e4130d84..758b9b50120768b8e5ad9997beedf4755b1cff99 100644 (file)
--- 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 d6ef7380920c3eb0eb6aa0435ec928ae32c5ac7e..68cd1927694a7b01ce68c819b6012b9c925ee315 100644 (file)
--- 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)