Bump version to 0.1.4
This commit is contained in:
parent
e12716c917
commit
58920912fc
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
2
wscript
2
wscript
|
@ -22,7 +22,7 @@ import UnitTest
|
|||
|
||||
major = 0
|
||||
minor = 1
|
||||
micro = 3
|
||||
micro = 4
|
||||
|
||||
APPNAME = 'midori'
|
||||
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
||||
|
|
Loading…
Reference in a new issue