]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.2.2
authorChristian Dywan <christian@twotoasts.de>
Tue, 15 Dec 2009 21:34:29 +0000 (22:34 +0100)
committerChristian Dywan <christian@twotoasts.de>
Tue, 15 Dec 2009 21:34:29 +0000 (22:34 +0100)
ChangeLog
wscript

index 725a5cbaea8456147529e9749cca29033b1aed9d..70c7a8924eb2f5366949d51017f55e0f6bc4c736 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,34 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.2.2
+ + Turn libnotify into a proper build-time dependency
+ + Use Ctrl + Return to open tabs from the location entry
+ + Support right-click on bookmark menu items
+ + Support -e in midori -a and with multiple commands
+ + Make Middle click open selection search if needed
+ + Make Ctrl+C work as expected again
+ + Fix order of History, Trash and Recently opened pages
+ + Revise Shortcuts dialogue to fix oddities
+ + Perform Form history completion case insensitive
+ + Add 'Web Cache' to Delete Private data dialogue
+ + Load accels from /etc/xdg if present
+ + Improve XBEL format compatibility and performance
+ + Fix inline find by correcting key handling
+ + Add option to open panels in separate windows
+ + Support Portrait orientation in Fremantle
+ + Support Hildon MIME and URI handling
+ + Check status before caching in Web Cache
+ + Show popup menu on news feed icon if needed
+ + Support Colourful Tabs with Tab Panel
+ + Tweak sqlite and dbus handling for Win32
+ + 'Run as web app' and 'Show in toolbar' for bookmarks
+ + Add 'Small icons' toolbar style
+ + Fix build with Glib < 2.20 and GTK+ < 2.12
+ + Add Import bookmarks for XBEL, Opera and RDF
+ + Add Open Link in Foreground/ Background Tab menu
+ + Allow closing all tabs
+ + Hildon file chooser support
+
 v0.2.1
  + Fix Mouse Gestures to work after activation
  + Explicitly link to X11 to support gold
diff --git a/wscript b/wscript
index 994b0c2c3c8d6de86f50f12813bcfcd32f0bfdcf..b0e7127493222e8dc91a0488abd7c8d57a015d9c 100644 (file)
--- a/wscript
+++ b/wscript
@@ -25,7 +25,7 @@ import misc
 
 major = 0
 minor = 2
-micro = 1
+micro = 2
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)