Bump version to 0.3.0
This commit is contained in:
parent
26873b0f97
commit
43f1e55411
2 changed files with 19 additions and 2 deletions
17
ChangeLog
17
ChangeLog
|
@ -1,5 +1,22 @@
|
||||||
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.3.0
|
||||||
|
+ Support libnotify 0.7
|
||||||
|
+ Copy-friendly URIs with %20
|
||||||
|
+ No blocking of typed URLs with adblock
|
||||||
|
+ Import from Netscape HTML
|
||||||
|
+ Bookmark im- and export fixes
|
||||||
|
+ Unit tests cleaned up and updated
|
||||||
|
+ Correct bookmark and search icon names
|
||||||
|
+ Better link menu handling
|
||||||
|
+ Certificate location on FreeBSD
|
||||||
|
+ Fix Russian keyboard issues
|
||||||
|
+ Stylesheet parsing improvements
|
||||||
|
+ Simplify language and panel options
|
||||||
|
+ Default to DuckDuckGo search
|
||||||
|
+ No Netscape plugins in extension panel
|
||||||
|
+ Easy user addon install infobar
|
||||||
|
|
||||||
v0.2.9
|
v0.2.9
|
||||||
+ Add 'Identify As' to Statusbar Features
|
+ Add 'Identify As' to Statusbar Features
|
||||||
+ Don't restrict length of HTTP login passwords
|
+ Don't restrict length of HTTP login passwords
|
||||||
|
|
4
wscript
4
wscript
|
@ -28,8 +28,8 @@ import misc
|
||||||
from Configure import find_program_impl
|
from Configure import find_program_impl
|
||||||
|
|
||||||
major = 0
|
major = 0
|
||||||
minor = 2
|
minor = 3
|
||||||
micro = 9
|
micro = 0
|
||||||
|
|
||||||
APPNAME = 'midori'
|
APPNAME = 'midori'
|
||||||
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
||||||
|
|
Loading…
Reference in a new issue