Bump version to 0.3.3
This commit is contained in:
parent
a9872adf08
commit
f17751b91a
2 changed files with 23 additions and 1 deletions
22
ChangeLog
22
ChangeLog
|
@ -1,5 +1,27 @@
|
||||||
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.3:
|
||||||
|
+ Use 60 connections and 6 per host
|
||||||
|
+ Allow re-ordering of search engines
|
||||||
|
+ Resurrect right-click button on the panel
|
||||||
|
+ Page Next finds a and link tags again
|
||||||
|
+ Always save state when quitting
|
||||||
|
+ Support MD5 and SHA1 Link Fingerprints
|
||||||
|
+ Use lock-secure and lock-insecure icons
|
||||||
|
+ Replace unmaintained docs with FAQ
|
||||||
|
+ Work around copying bug in WebKitGTK+
|
||||||
|
+ In doubt always focus page on key press
|
||||||
|
+ Show transfer speed in tooltips
|
||||||
|
+ Support x-scheme-handler for GLib < 2.28
|
||||||
|
+ Improve link search, always require Return
|
||||||
|
+ Re-order tabs with Ctrl+Shift-PageUp/Down
|
||||||
|
+ Improve fragment (#) handling
|
||||||
|
+ Show Netscape plugins in about:version
|
||||||
|
+ Add Zoom Level combobox to Statusbar Features
|
||||||
|
+ Improve handling of cookie updates
|
||||||
|
+ Always show a minimum visible progress
|
||||||
|
+ Don't limit search engines in completion popup
|
||||||
|
|
||||||
v0.3.2
|
v0.3.2
|
||||||
+ Fix opening address with Go button
|
+ Fix opening address with Go button
|
||||||
+ Fix automigration of existing bookmarks
|
+ Fix automigration of existing bookmarks
|
||||||
|
|
2
wscript
2
wscript
|
@ -29,7 +29,7 @@ from Configure import find_program_impl
|
||||||
|
|
||||||
major = 0
|
major = 0
|
||||||
minor = 3
|
minor = 3
|
||||||
micro = 2
|
micro = 3
|
||||||
|
|
||||||
APPNAME = 'midori'
|
APPNAME = 'midori'
|
||||||
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
||||||
|
|
Loading…
Reference in a new issue