Bump version to 0.1.7
This commit is contained in:
parent
7275ea3a6a
commit
eff875e2e3
2 changed files with 19 additions and 1 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,5 +1,23 @@
|
||||||
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.7:
|
||||||
|
+ Save the activation status of extensions
|
||||||
|
+ Catch and ignore mouse buttons meant for horizontal scrolling
|
||||||
|
+ Improve panel detaching and how panels handle it
|
||||||
|
+ Add a Feed Panel extension
|
||||||
|
+ Add a Fixed-width Font Family preference
|
||||||
|
+ Support spell checking
|
||||||
|
+ Implement (optional) Speed dial feature
|
||||||
|
+ Support nicer error pages with WebKitGTK+ 1.1.6
|
||||||
|
+ Implement middle click to open menu items in tabs
|
||||||
|
+ Implement -s, --snapshot command line switch
|
||||||
|
+ Use libnotify (runtime dependency) for finished transfers
|
||||||
|
+ Add a Go button to the address entry
|
||||||
|
+ Always append tabs opened via middle/ double click on the tab bar
|
||||||
|
+ Implement Open new pages in: New window preference
|
||||||
|
+ Implement inline find with direct '.' and '/' hotkeys
|
||||||
|
+ Add basic support for @-moz-document in user styles
|
||||||
|
|
||||||
v0.1.6:
|
v0.1.6:
|
||||||
+ Add Delete All to transferbar
|
+ Add Delete All to transferbar
|
||||||
+ Show search in context menu
|
+ Show search in context menu
|
||||||
|
|
2
wscript
2
wscript
|
@ -22,7 +22,7 @@ import UnitTest
|
||||||
|
|
||||||
major = 0
|
major = 0
|
||||||
minor = 1
|
minor = 1
|
||||||
micro = 6
|
micro = 7
|
||||||
|
|
||||||
APPNAME = 'midori'
|
APPNAME = 'midori'
|
||||||
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
||||||
|
|
Loading…
Reference in a new issue