Bump version to 0.2.5
This commit is contained in:
parent
c64a0efaee
commit
3926ce682a
2 changed files with 31 additions and 1 deletions
30
ChangeLog
30
ChangeLog
|
@ -1,5 +1,35 @@
|
||||||
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.2.5
|
||||||
|
+ Keyboard access in speed dial
|
||||||
|
+ Panels adapt to system icon style
|
||||||
|
+ Revamp tab focus handling
|
||||||
|
+ Use new GTK+ 2.20 spinner (throbber) widget
|
||||||
|
+ Userscripts and -styles can be (de)activated
|
||||||
|
+ Warn if trying to download with few space
|
||||||
|
+ Support right button in Mouse Gestures
|
||||||
|
+ Add (unfinished) 'External Applications' extension
|
||||||
|
+ Vala support for extensions and tests
|
||||||
|
+ Yellow location for valid SSL, red for invalid
|
||||||
|
+ Render XML as source code
|
||||||
|
+ Provide tools/midori-dev and check-style scripts
|
||||||
|
+ Implement MIDORI_ADBLOCK for Adblock testing
|
||||||
|
+ Fix https URI support in Adblock
|
||||||
|
+ Change 'Autodetect proxy' into 'Proxy type'
|
||||||
|
+ Update use of deprecated GTK+ API
|
||||||
|
+ Implement --blocked-uris for kiosk usage
|
||||||
|
+ Implement --inactivity-reset for kiosk usage
|
||||||
|
+ Fix typing with dead keys and NumLock
|
||||||
|
+ Improve parsing in the Feed Panel
|
||||||
|
+ Add preference 'Allow scripts to open popups'
|
||||||
|
+ Spawn web apps and private mode with same executable
|
||||||
|
+ Base Colourful Tabs on icon colours
|
||||||
|
+ Add Status Clock extension
|
||||||
|
+ Resolve hosts before trying a search
|
||||||
|
+ Allow page icons for https
|
||||||
|
+ Improve handling of special pages
|
||||||
|
+ Protect against recursive external URI handlers
|
||||||
|
|
||||||
v0.2.4
|
v0.2.4
|
||||||
+ Prevent completion from overlapping
|
+ Prevent completion from overlapping
|
||||||
+ Fix tab order when restoring session
|
+ Fix tab order when restoring session
|
||||||
|
|
2
wscript
2
wscript
|
@ -29,7 +29,7 @@ from Configure import find_program_impl
|
||||||
|
|
||||||
major = 0
|
major = 0
|
||||||
minor = 2
|
minor = 2
|
||||||
micro = 4
|
micro = 5
|
||||||
|
|
||||||
APPNAME = 'midori'
|
APPNAME = 'midori'
|
||||||
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
||||||
|
|
Loading…
Reference in a new issue