Bump version to 0.1.2
This commit is contained in:
parent
6448ad3386
commit
b146350d58
2 changed files with 16 additions and 1 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,5 +1,20 @@
|
||||||
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.2:
|
||||||
|
+ Open new tabs by clicking on the tabbar
|
||||||
|
+ Refactor and speed up location completion
|
||||||
|
+ Show a Crash dialog after crashes
|
||||||
|
+ Dynamically save files when needed
|
||||||
|
+ Support Back/ Forward mouse buttons
|
||||||
|
+ Support javascript: bookmarklets
|
||||||
|
+ Implement Proxy and Identification string
|
||||||
|
+ Implement cookie storage on disk
|
||||||
|
+ Remove autotooled build system
|
||||||
|
+ Add a new Extensions panel
|
||||||
|
+ Support javascript bookmarklets
|
||||||
|
+ Implement opening of new windows
|
||||||
|
+ Display tooltips in Preferences
|
||||||
|
|
||||||
v0.1.1:
|
v0.1.1:
|
||||||
+ Reimplement page holder as an extension
|
+ Reimplement page holder as an extension
|
||||||
+ Introduce a C extension interface
|
+ Introduce a C extension interface
|
||||||
|
|
2
wscript
2
wscript
|
@ -12,7 +12,7 @@ import UnitTest
|
||||||
|
|
||||||
major = 0
|
major = 0
|
||||||
minor = 1
|
minor = 1
|
||||||
micro = 1
|
micro = 2
|
||||||
|
|
||||||
APPNAME = 'midori'
|
APPNAME = 'midori'
|
||||||
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
||||||
|
|
Loading…
Reference in a new issue