Bump version to 0.1.5
This commit is contained in:
parent
679d0c150c
commit
600168b614
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
||||||
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.5:
|
||||||
|
+ Add a Colorful Tabs extension
|
||||||
|
+ Support downloading with WebKitGTK+ 1.1.3
|
||||||
|
+ Load and save settings of extensions
|
||||||
|
+ Drop internal source view
|
||||||
|
+ Require WebKitGTK+ 1.1.1, Glib 2.16 and libsoup 2.25.2
|
||||||
|
|
||||||
v0.1.4:
|
v0.1.4:
|
||||||
+ Automatic inline find can be disabled
|
+ Automatic inline find can be disabled
|
||||||
+ Implement an Encoding menu
|
+ Implement an Encoding menu
|
||||||
|
|
2
wscript
2
wscript
|
@ -22,7 +22,7 @@ import UnitTest
|
||||||
|
|
||||||
major = 0
|
major = 0
|
||||||
minor = 1
|
minor = 1
|
||||||
micro = 4
|
micro = 5
|
||||||
|
|
||||||
APPNAME = 'midori'
|
APPNAME = 'midori'
|
||||||
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
||||||
|
|
Loading…
Reference in a new issue