Bump version to 0.2.9
This commit is contained in:
parent
914d5e38f1
commit
54cd4afa77
2 changed files with 20 additions and 1 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,5 +1,24 @@
|
||||||
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.9
|
||||||
|
+ Add 'Identify As' to Statusbar Features
|
||||||
|
+ Don't restrict length of HTTP login passwords
|
||||||
|
+ Implement Find Links by number with '.'
|
||||||
|
+ Reflect security in icon tooltip
|
||||||
|
+ Use GIO to determine special URI schemes
|
||||||
|
+ Upgrade waf (addresses threading issues)
|
||||||
|
+ Allow clearing HTML5 databases and form history
|
||||||
|
+ Add --help-execute command line switch
|
||||||
|
+ Improve private mode, with search and hotkeys
|
||||||
|
+ Support no-desktop-files and internal Open With
|
||||||
|
+ Support x-scheme-handler spec
|
||||||
|
+ Infobar for location and HTML5 database
|
||||||
|
+ Optimise cookie storing, reduce wakeups
|
||||||
|
+ Avoid deprecated GTK+ interfaces
|
||||||
|
+ Remove console in favour of Inspector
|
||||||
|
+ Simplify and explain cookie preferences
|
||||||
|
+ Fix Google Reader incompatibility
|
||||||
|
|
||||||
v0.2.8
|
v0.2.8
|
||||||
+ Re-implement Bookmarks menu and toolbar button
|
+ Re-implement Bookmarks menu and toolbar button
|
||||||
+ Show transferbar even if statusbar is hidden
|
+ Show transferbar even if statusbar is hidden
|
||||||
|
|
2
wscript
2
wscript
|
@ -29,7 +29,7 @@ from Configure import find_program_impl
|
||||||
|
|
||||||
major = 0
|
major = 0
|
||||||
minor = 2
|
minor = 2
|
||||||
micro = 8
|
micro = 9
|
||||||
|
|
||||||
APPNAME = 'midori'
|
APPNAME = 'midori'
|
||||||
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
||||||
|
|
Loading…
Reference in a new issue