Bump version to 0.0.18

This commit is contained in:
Christian Dywan 2008-05-04 19:31:44 +02:00
parent aa21bc30f9
commit 750d9d5b01
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,19 @@
v0.0.18:
+ First attempt at userscripts and extensions.
+ Show hidden location/ web search temporarily when needed.
+ Turn prefs into MidoriPreferences
+ Fix background tabs, strings and new tab focus.
+ Switch configuration to MidoriWebSettings.
+ Remove 'External programs' logic
+ Append the closed tabs items as a proper submenu.
+ The location is empty and focused by default
+ Implement proper menu positioning.
+ Implement the Console panel for script messages.
+ Implement localization via Gettext.
+ Initial refactoring work, regressions expected
+ Build fix: Webkit's header and pkgconfig name have changed.
+ Implement Fullscreen mode
v0.0.17:
+ Add a preference to choose a user stylesheet.
+ Implement a few preferences with new settings API in WebKit

View File

@ -1,5 +1,5 @@
# Register ourselves to autoconf
AC_INIT([midori], [0.0.17], [christian@twotoasts.de])
AC_INIT([midori], [0.0.18], [christian@twotoasts.de])
AC_CONFIG_SRCDIR([src/main.h])
AC_CONFIG_HEADER([config.h])