Bump to version 0.2.3

This commit is contained in:
Christian Dywan 2010-02-20 12:39:23 +01:00
parent e81745f19d
commit 623784d65d
2 changed files with 27 additions and 1 deletions

View file

@ -1,5 +1,31 @@
This file is licensed under the terms of the expat license, see the file EXPAT.
v0.2.3
+ Improve relocatability for Win32
+ Implement 'Close other tabs' menu item
+ Use new GTK+ accessors where available
+ Allow searching freely in History panel
+ Re-implement completion based on sqlite
+ Re-implement completion suggestion popup
+ Simplify sqlite use towards efficient calls
+ Move panel icons to the bottom
+ Merge Netscape Plugins and Extensions panels
+ Implement 'about:version' special page
+ Implement 'Preferred languages' preference
+ Improve window raising behaviour
+ Allow Ctrl+Right-click to suppress javascript menu
+ Add 'Open link as web app' in context menu
+ Add 'Block image' menu item to Adblock
+ Location progress and compat code refactored
+ Implement 'Paste and proceed' in location
+ Move DNS prefetching into the core
+ Allow selecting and deleting multiple cookies
+ Support attaching/ detaching web inspector
+ Always enable web inspector
+ --diagnostic-dialog command line switch
+ Faster file existence checks
+ Simplified, faster adblock implementation
v0.2.2
+ Turn libnotify into a proper build-time dependency
+ Use Ctrl + Return to open tabs from the location entry

View file

@ -25,7 +25,7 @@ import misc
major = 0
minor = 2
micro = 2
micro = 3
APPNAME = 'midori'
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)