diff --git a/ChangeLog b/ChangeLog index 3dd6a84e..e8246768 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,34 @@ This file is licensed under the terms of the expat license, see the file EXPAT. +v0.3.4: + + Remove frame titles from preference dialogue + + Show search engine icons in completion + + Add Liferea news aggregator workaround + + Support libSoup cache + size with WebKitGTK+ 1.3.11 + + No language, no encryption but Mozilla in user agent + + Support F6, F7, Ctrl+(Shift)+Tab and Tab to complete + + Strip scheme and www. in completion + + Render filename as title of patch files + + Turn location into a plain entry + + Fix tab panel foreground colours + + Mask timezone, language and plugins in private mode + + Add 'Strip referrer details' preference + + Embed extension list in preferences + + Remove the Page Holder and Download Manager option + + Disable prefetching and HTML5 storage in private mode + + Handle 'Plugin will handle load' error + + Show access keys next to numbers in link search + + Introduce --private/ -p command line switch + + Don't show toolbar preferences if running a DE + + Show script alerts as infobars + + Improve URI handling with addon installer + + Change Ctrl+Q for Quit to Ctrl+Shift+Q + + Make speed dial faster and mandatory + + Load speed dial in private browsing mode + + Show video formats in about:(version) + + Move speed dial to key file instead of JSON + + Add Offline Application Cache to Clear Private Data + v0.3.3: + Use 60 connections and 6 per host + Allow re-ordering of search engines diff --git a/wscript b/wscript index 80cc1909..9378eca0 100644 --- a/wscript +++ b/wscript @@ -29,7 +29,7 @@ from Configure import find_program_impl major = 0 minor = 3 -micro = 3 +micro = 4 APPNAME = 'midori' VERSION = str (major) + '.' + str (minor) + '.' + str (micro)