Bump version to 0.3.4
This commit is contained in:
parent
6711bf33f0
commit
e75ddfd49b
2 changed files with 30 additions and 1 deletions
29
ChangeLog
29
ChangeLog
|
@ -1,5 +1,34 @@
|
||||||
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.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:
|
v0.3.3:
|
||||||
+ Use 60 connections and 6 per host
|
+ Use 60 connections and 6 per host
|
||||||
+ Allow re-ordering of search engines
|
+ Allow re-ordering of search engines
|
||||||
|
|
2
wscript
2
wscript
|
@ -29,7 +29,7 @@ from Configure import find_program_impl
|
||||||
|
|
||||||
major = 0
|
major = 0
|
||||||
minor = 3
|
minor = 3
|
||||||
micro = 3
|
micro = 4
|
||||||
|
|
||||||
APPNAME = 'midori'
|
APPNAME = 'midori'
|
||||||
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
||||||
|
|
Loading…
Reference in a new issue