]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.0.18
authorChristian Dywan <christian@twotoasts.de>
Sun, 4 May 2008 17:31:44 +0000 (19:31 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 4 May 2008 17:31:44 +0000 (19:31 +0200)
ChangeLog
configure.in

index ee9e49421da637651870314aa421c6596a26107a..379655e3139c73c2979d6ef8c9b930998c9584f0 100644 (file)
--- 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
index b495ffd4b1ca3b6e207556c37c6538b9e6b3b7be..c21df45afe8a951ef5891b6f35bca391b3534ff1 100644 (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])