Bump version to 0.1.10
This commit is contained in:
parent
fcdeb56119
commit
e23a25bc65
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.10:
|
||||||
|
+ Fix freezing when opening multiple windows
|
||||||
|
+ Revamp Adblock with WebKitGTK+ 1.1.14 API
|
||||||
|
+ Greatly improve the address completion
|
||||||
|
+ Always show news feed icon
|
||||||
|
+ Better handling of feeds in the feed panel
|
||||||
|
+ Add Gtk+ and WebKit version to the About dialog
|
||||||
|
+ Improve tab panel and support minimized tabs
|
||||||
|
+ Implement disabling of extensions in crahs dialog
|
||||||
|
+ Don't make the web inspector transient
|
||||||
|
+ Tidy up the Preferences a bit
|
||||||
|
+ Load default bookmarks and config from /etc
|
||||||
|
+ Do not use xprop at runtime
|
||||||
|
+ Use GNOME proxy server if libsoup-gnome is installed
|
||||||
|
+ Integrate Save As with transfers
|
||||||
|
+ Save HTTP logins in a text file
|
||||||
|
+ Support Undo and Redo with WebKitGTK+ 1.1.14
|
||||||
|
|
||||||
v0.1.9:
|
v0.1.9:
|
||||||
+ Preserve navigation history with new tabs
|
+ Preserve navigation history with new tabs
|
||||||
+ Implement clearing private data when quitting
|
+ Implement clearing private data when quitting
|
||||||
|
|
2
wscript
2
wscript
|
@ -25,7 +25,7 @@ import misc
|
||||||
|
|
||||||
major = 0
|
major = 0
|
||||||
minor = 1
|
minor = 1
|
||||||
micro = 9
|
micro = 10
|
||||||
|
|
||||||
APPNAME = 'midori'
|
APPNAME = 'midori'
|
||||||
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
||||||
|
|
Loading…
Reference in a new issue