From 7dc6ccca94eebdd8b0f6f24b996da3149f72d365 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 24 Jan 2008 03:48:29 +0100 Subject: Bump version to 0.0.17 --- ChangeLog | 16 ++++++++++++++++ configure.in | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index af3a70df..ee9e4942 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +v0.0.17: + + Add a preference to choose a user stylesheet. + + Implement a few preferences with new settings API in WebKit + + Implement Add Bookmark and a small panel toolbar + + Escape search engine name and description. + + Cleanup and WebKit API update + + Make sure selection actions have a widget. + + Allow Find Next and Find Previous when the findbox is hidden. + + Fixed the header of the KatzeThrobber + + Move XBEL implementation to katze. + + Implement a throbber widget. + + Always enable Select All if an editable widget is focussed. + + Previous/ next tab menu items should be disabled when not needed. + + Handle the context menu on button press, not release. + + Open the default page only if there is no session and no uri on the cli. + v0.0.16: + Implement editing menu items for the web view. + Implement the bookmarks panel with editing capabilities. diff --git a/configure.in b/configure.in index 80742357..913f2b01 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ # Register ourselves to autoconf -AC_INIT([midori], [0.0.16], [christian@twotoasts.de]) +AC_INIT([midori], [0.0.17], [christian@twotoasts.de]) AC_CONFIG_SRCDIR([src/main.h]) AC_CONFIG_HEADER([config.h]) -- cgit v1.2.1