]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.1.4
authorChristian Dywan <christian@twotoasts.de>
Sun, 1 Mar 2009 20:11:31 +0000 (21:11 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 1 Mar 2009 20:11:31 +0000 (21:11 +0100)
ChangeLog
wscript

index cdc16086dad3c7b530993ec8cb30fb67cb81242f..d626ad20bdf5a2f5d5dd69e8e85bedcc9eac520b 100644 (file)
--- 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 3789ce848d95fe7b9956a7dafb3305409f85d29d..b913591f833b3aece48859f59bf9431a5bd26b5d 100644 (file)
--- 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)