Bump to version 0.2.3
This commit is contained in:
parent
e81745f19d
commit
623784d65d
2 changed files with 27 additions and 1 deletions
26
ChangeLog
26
ChangeLog
|
@ -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
|
||||
|
|
2
wscript
2
wscript
|
@ -25,7 +25,7 @@ import misc
|
|||
|
||||
major = 0
|
||||
minor = 2
|
||||
micro = 2
|
||||
micro = 3
|
||||
|
||||
APPNAME = 'midori'
|
||||
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
||||
|
|
Loading…
Reference in a new issue