Bump version to 0.1.4

This commit is contained in:
Christian Dywan 2009-03-01 21:11:31 +01:00
parent e12716c917
commit 58920912fc
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,14 @@
This file is licensed under the terms of the expat license, see the file EXPAT. 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: v0.1.3:
+ Sidepanel can be aligned on the right + Sidepanel can be aligned on the right
+ Bookmarks can be organized in folders + Bookmarks can be organized in folders

View file

@ -22,7 +22,7 @@ import UnitTest
major = 0 major = 0
minor = 1 minor = 1
micro = 3 micro = 4
APPNAME = 'midori' APPNAME = 'midori'
VERSION = str (major) + '.' + str (minor) + '.' + str (micro) VERSION = str (major) + '.' + str (minor) + '.' + str (micro)