diff --git a/ChangeLog b/ChangeLog index ce121a1a..53a9dbe3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,22 @@ 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 + Add 'Identify As' to Statusbar Features + Don't restrict length of HTTP login passwords diff --git a/wscript b/wscript index a23d3e66..2c53f48d 100644 --- a/wscript +++ b/wscript @@ -28,8 +28,8 @@ import misc from Configure import find_program_impl major = 0 -minor = 2 -micro = 9 +minor = 3 +micro = 0 APPNAME = 'midori' VERSION = str (major) + '.' + str (minor) + '.' + str (micro)