+v0.0.20:
+ + Single instance support using Unique
+ + Make it clear that WAF is preferred
+ + Provide an 'extension' icon
+ + Load user styles from ~/.local/share/midori/styles
+ + Use Ctrl+Shift+T for Undo Close Tab
+ + Add "open-tabs-next-to-current" preference
+ + Use rsvg-convert instead of imagemagick's convert
+ + @name in the meta data of userscripts is recognized
+ + Remove "small-toolbar" preference
+
v0.0.19:
+ Improved Greasemonkey compatibility
+ Improve multiple window support
# Register ourselves to autoconf
-AC_INIT([midori], [0.0.19], [http://www.twotoasts.de/bugs])
+AC_INIT([midori], [0.0.20], [http://www.twotoasts.de/bugs])
AC_CONFIG_SRCDIR([midori/main.h])
AC_CONFIG_HEADER([config.h])
import Common
APPNAME = 'midori'
-VERSION = '0.0.19'
+VERSION = '0.0.20'
try:
git = subprocess.Popen (['git', 'rev-parse', '--short', 'HEAD'],