Bump version to 0.2.1
This commit is contained in:
parent
e686b8655b
commit
881a5bb060
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.2.1
|
||||||
|
+ Fix Mouse Gestures to work after activation
|
||||||
|
+ Explicitly link to X11 to support gold
|
||||||
|
+ Implement various Hildon specific features
|
||||||
|
+ Hide the navigationbar in fullscreen
|
||||||
|
+ Implement permanent storage of form history
|
||||||
|
+ Support keyboard shortcuts like Ctrl+Tab or "a"
|
||||||
|
+ Handle SIGHUP, SIGINT, SIGTERM and SIGQUIT
|
||||||
|
+ Make creation of new windows fast
|
||||||
|
+ Introduce the Tab History List extension
|
||||||
|
+ Load icons laziy at startup to speed up startup
|
||||||
|
+ Introduce a Web Cache extension
|
||||||
|
+ Refactor and tweak the Preferences dialogue
|
||||||
|
+ Implement combos to choose external applications
|
||||||
|
|
||||||
v0.2.0
|
v0.2.0
|
||||||
+ (Kinetic) drag scrolling on touchscreen devices
|
+ (Kinetic) drag scrolling on touchscreen devices
|
||||||
+ Workaround a speed dial crasher
|
+ Workaround a speed dial crasher
|
||||||
|
|
2
wscript
2
wscript
|
@ -25,7 +25,7 @@ import misc
|
||||||
|
|
||||||
major = 0
|
major = 0
|
||||||
minor = 2
|
minor = 2
|
||||||
micro = 0
|
micro = 1
|
||||||
|
|
||||||
APPNAME = 'midori'
|
APPNAME = 'midori'
|
||||||
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
||||||
|
|
Loading…
Reference in a new issue