From 750d9d5b017ad00d22d125e09a1b7d86e23f0e4c Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 4 May 2008 19:31:44 +0200 Subject: [PATCH] Bump version to 0.0.18 --- ChangeLog | 16 ++++++++++++++++ configure.in | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ee9e4942..379655e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.in b/configure.in index b495ffd4..c21df45a 100644 --- a/configure.in +++ b/configure.in @@ -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])