diff --git a/AUTHORS b/AUTHORS index 30771a0e..9727b797 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,4 +5,7 @@ Artwork by: Nancy Runge Translations: - de: Christian Dywan \ No newline at end of file + de: Christian Dywan + +Contributors: + Ori Bernstein diff --git a/ChangeLog b/ChangeLog index 99e275cd..af3a70df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +v0.0.16: + + Implement editing menu items for the web view. + + Implement the bookmarks panel with editing capabilities. + + Prevent repeated checks for the desktop environment. + + Fix coding style in sokoke.c/ sokoke.h, particularly variable names. + + Don't update the remembered window size when maximized. + + Don't remember the window position but the size only. + + Command line uris should replace the default page. + + More effective status updates and less entry flickering + + Enable inline find for websites + + Make the progressbar work properly again + + Build fix: Adapt WebKit api changes + + Add Tab Size to preferences dialog + v0.0.15: + Build fix: Remove search api diff --git a/configure.in b/configure.in index 15bece5c..46034966 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ # Register ourselves to autoconf -AC_INIT([midori], [0.0.15], [christian@twotoasts.de]) +AC_INIT([midori], [0.0.16], [christian@twotoasts.de]) AC_CONFIG_SRCDIR([src/main.h]) AC_CONFIG_HEADER([config.h])