Bump version to 0.3.6
This commit is contained in:
parent
721fdd4378
commit
2df03cfa28
2 changed files with 18 additions and 1 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.6:
|
||||||
|
+ Track selected search engine per window
|
||||||
|
+ Improve preference dialogue size and alignments
|
||||||
|
+ Validate URIs in Adblock, homepage and bookmarks
|
||||||
|
+ Fix loading of Adblock lists from https
|
||||||
|
+ Support Backspace as Go Back and F5 as Reload
|
||||||
|
+ Show 'Private Browsing' in Unity Quicklist
|
||||||
|
+ Ignore Network Cancelled errors
|
||||||
|
+ Reduce allocations when preparing speed dial
|
||||||
|
+ Fix icon sie of scalable stock icons
|
||||||
|
+ Implement geo URI support as per RFC 5870
|
||||||
|
+ Fix crash after clearing cookies
|
||||||
|
+ Faster javascript-based JSON import
|
||||||
|
+ Improve speed dial markup, without scripts
|
||||||
|
+ Allow Escape to cancel History List
|
||||||
|
+ Fix crashes in completion
|
||||||
|
|
||||||
v0.3.5:
|
v0.3.5:
|
||||||
+ Remove frame titles from preference dialogue
|
+ Remove frame titles from preference dialogue
|
||||||
+ Show search engine icons in completion
|
+ Show search engine icons in completion
|
||||||
|
|
2
wscript
2
wscript
|
@ -29,7 +29,7 @@ from Configure import find_program_impl
|
||||||
|
|
||||||
major = 0
|
major = 0
|
||||||
minor = 3
|
minor = 3
|
||||||
micro = 5
|
micro = 6
|
||||||
|
|
||||||
APPNAME = 'midori'
|
APPNAME = 'midori'
|
||||||
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
||||||
|
|
Loading…
Reference in a new issue