]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.1.8
authorChristian Dywan <christian@twotoasts.de>
Mon, 20 Jul 2009 21:16:07 +0000 (23:16 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 20 Jul 2009 21:16:07 +0000 (23:16 +0200)
ChangeLog
wscript

index fa03998c259729d552e79536f51175753ed2dc45..cc7ff6da0ab89eba68b8bce95d75efe4e4130d84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,33 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.1.8:
+ + Initial support for extension unit tests
+ + Set a "browser" role on browser windows
+ + Support typing search tokens to open websites
+ + Fix focus loss when switching search engines
+ + Rewrite Netscape Plugins panel backed by javascript
+ + Implement a compact menu if menubar is hidden
+ + Provide a context menu for tab labels
+ + Implement Tab Panel as a tabbar replacement
+ + Remember the last active tab
+ + Read and write XBEL metadata internally
+ + Implement -e, --execute to perform commands
+ + Support socket based single instance
+ + Move Go button inside the location entry
+ + Fix the ident string after Midori updates
+ + Bind Alt + n to switching to the n-th tab
+ + Revisit conflicting mnemonics
+ + Add a Toolbar Editor extension
+ + Add a Shortcut Editor extension
+ + Implement context menu in the Transfers panel
+ + Simplified Extensions and Addons panels with tick marks
+ + Fix Mouse Gestures often ignoreing gestures
+ + Use one cookie manager model in all windows
+ + Support building Midori for Win32
+ + Add an entry to specify Fixed-Width font size
+ + Implement Save As in the download dialog
+ + Use one history model in all windows
+
 v0.1.7:
  + Save the activation status of extensions
  + Catch and ignore mouse buttons meant for horizontal scrolling
diff --git a/wscript b/wscript
index 58c1d073a5bdf578d4a9cd7febaf8bc24a8cdd13..d6ef7380920c3eb0eb6aa0435ec928ae32c5ac7e 100644 (file)
--- a/wscript
+++ b/wscript
@@ -25,7 +25,7 @@ import misc
 
 major = 0
 minor = 1
-micro = 7
+micro = 8
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)