summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2008-01-24 03:48:29 +0100
committerChristian Dywan <christian@twotoasts.de>2008-01-24 03:48:29 +0100
commit7dc6ccca94eebdd8b0f6f24b996da3149f72d365 (patch)
treee742bb1739664d361570fd02c30fdbad368a8ecb
parent7e7a7d87cd7ed89c3fce14e54b954c4446aa9061 (diff)
downloadmidori-0.0.17.tar.gz
Bump version to 0.0.17v0.0.17
-rw-r--r--ChangeLog16
-rw-r--r--configure.in2
2 files changed, 17 insertions, 1 deletions
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])