Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
midori:changelog [2014/01/19 16:53] – created lewisgoddardmidori:changelog [2014/04/20 00:04] lewisgoddard
Line 1: Line 1:
-This file is licensed under the terms of the expat license, see the file EXPAT.+====== Changelog ======
  
-v0.5.7: +===== v0.5.8 ===== 
- Modify actions and internal items in browser without changing settings +  * Use png icon instead of svg in set_status 
- Delay tab loading after Midori crashed +   We must not pass a Cancellable to FaviconDatabase.get_favicon_pixbuf 
- Uncomment failing assertions about view_source in tab test +   Retain spelling suggestion menu items from WebKit 
- Fallback to about:home if startup is anything but blank +  *  Properly guard usage of gtk3 get_style_context 
- Don'try to create formhistory database if config_dir is NULL +  *  Mimic the look of Granite.DynamicNotebook when compiled with --enable-granite. 
- Handle url arguments for blank sessions +  *  Fix X11 lib underlink in midori-core 
- Execute commands given at start time +   Fix bookmarkbar bookmark click not opening links 
- Introduce high-level prepare/ DatabaseStatement API +   Use sanitized app URI as wm_classname/ StartupWMClass 
- Drop unused GraniteClutter-based animation support +  *  Make trunk build with WebKit2 again 
- Drop uncommented contractor support +  *  Fix for incorrect tstamp for background tabs 
- Drop deprecated StaticNotebook used in KatzePreferences +  *  Don'declare sorting doubles are nullable and print values when database tracing is enabled 
- Introduce notebook class converging separate implementations +   Correctly apply saved entry state and treat urlbar as a regular editable item 
- Work around symbol relocation issue old version of gcc present on Ubuntu LTS +  *  Add missing conditional includes for granite flavoured build 
- NULL-check treeview in midori_search_action_get_editor +   Open URIs dragged on tab label or new tab button 
- Adjust CMakeList .ico check to not skip nojs icons +   Small adblock bugfixes 
- Enable sidepanel in private mode +  *  Work around GTK3's hard-coded minimum stackswitcher button width 
- Move Preferences menu entry above About +   Fix building with mingw packages from fedora 18 
- Set minimum value of 0 on spin button for maximum cache size +  *  Set page title as basis for print filename 
- Give NextForward its own label for toolbar editor +  *  Rename notes inline 
- Correctly disable favicon database in app and private mode +  *  Use EXTRA_WARNINGS option when building for windows 
- Change preferences to refer to proxy address as a "URI" (not "hostname") +  *  Drop forgotten clutter init and obsolete header declarations 
- Add close tabs to right feature +  *  Rework history-step handling and make it work again 
- Allow printing without confirmation dialog on kiosk setups+   Port Tabby to DatabaseStatement API 
 +   Replace bookmark stracing with generic profiling in Midori.Database 
 +   Port autocompleter test to async job 
 +   Finishing touches for Adblock 
 +   Add filters and defaults 
 +   Implement and use ContextAction.escaped 
 +   printf URI in show_message_dialog for download error 
 +   Improve docs and GIR annotations for KatzeItem, KatzeArray, and MidoriWebSettings 
 +  *  Drop redundant TabNew from compact menu and put button in Tab Panel 
 +   Fix loading file pages 
 +  *  Implement Send Page Link by Email 
 +  *  Use GtkStackSwitcher with GTK+ >= 3.10 
 +  *  Implements context popup menu on menu entries of bookmark bar and bookmark menu. 
 +   Fix building with newer mingw versions 
 +   Display locationbar suggestions in the correct order 
 +  *  Don't bother adblocking internal pages and favicons 
 +   Don't use trailing comma on last list element in Adblock tests 
 +  *  Rewrite Adblock more modularly, add Whitelist support 
 +  *  Add support of DragonFlyBSD 
 +  *  Change tooltips of Reload and ReloadStop actions while shift modifier is pressed 
 +  *  Implement Midori.Database.attach method 
 +  *  Allow :memory: as folder to make schema detection work 
 +   More robust app/ profile creation 
 +  *  Add helper callbacks to modify bookmark's tree store with unneded access to bookmarks db 
 +   Implement more flexible fallback behavior for Cookie Permissions
  
-v0.5.6: +===== v0.5.7 ===== 
- instead of creating devpet status icon on extension load, create it only to show new messages +  * Modify actions and internal items in browser without changing settings 
- Open speed dial or homepage according to preference +  * Delay tab loading after Midori crashed 
- handle tab duplication +  * Uncomment failing assertions about view_source in tab test 
- Add copyright note to appdata file +  * Fallback to about:home if startup is anything but blank 
- Tweak searching for resources when running from build folder +  Don'try to create formhistory database if config_dir is NULL 
- Swap NULL-check with main frame check +  * Handle url arguments for blank sessions 
- Use correct signal when clearing the trash +  * Execute commands given at start time 
- Hide WEbGL preference if it is unavailable +  * Introduce high-level prepareDatabaseStatement API 
- Remove stored popup sessions from the database +  Drop unused GraniteClutter-based animation support 
- Check all browsers for opened sessions and whether they're popups +  * Drop uncommented contractor support 
- removed unused preference dialog and related code +  * Drop deprecated StaticNotebook used in KatzePreferences 
- Fix check for found valac and mention VALAC variable +  * Introduce notebook class converging separate implementations 
- Fix autoscrolling if page contains a frame with our custom error page +  * Work around symbol relocation issue old version of gcc present on Ubuntu LTS 
- Don'use context-menu signal in WebKitGTK+ < 1.10.0 +  * NULL-check treeview in midori_search_action_get_editor 
- Fix building on Ubuntu 12.04 +  * Adjust CMakeList .ico check to not skip nojs icons 
- Reset item ids when re-importing bookmarks +  * Enable sidepanel in private mode 
- Check path being NULL in export before trying to inspect it +  * Move Preferences menu entry above About 
- restore the last closed sessions if no session is opened +  * Set minimum value of 0 on spin button for maximum cache size 
- Cast WebKitDOMHtmlElement for getting source content +  * Give NextForward its own label for toolbar editor 
- Use font-set signal and font family for GTK+ 3.2 font chooser +  * Correctly disable favicon database in app and private mode 
- add function to view dom source +  * Change preferences to refer to proxy address as a "URI" (not "hostname") 
- remove unused variable +  Add close tabs to right feature 
- Resolve compiler warnings in current trunk +  Allow printing without confirmation dialog on kiosk setups
- Update win32-release script for cmake, move unused docs/scripts to old folder +
- Try to handle previous runs of cmake in configure wrapper +
- Correct view source assertions in tab unit test +
- Build fix: found undeclared in midori_bookmarks_db_remove_item_recursive +
- Cache bookmark items to avoid their recreation on database reads +
- allow "view source" on about pages +
- Enable old target policy on cmake < 2.8.8 +
- Re-arrange data file installing to be more explicit +
- option to modify the number of tabs which will be restored in each idle callback +
- Implement MidoriBookmarksDatabase class by inheritence from MidoriDatabase +
- Ensure tab spinners update as often as the menubar spinner to avoid desync +
- Use tabby sorting increment when importing session.xbel tabs +
- Only install config files to /etc if prefix equals /usr +
- handle urls as argument when starting midori +
- Make tabby compile with Webkit2 +
- Drop waf build system and provide cmake-based "configure" script +
- midori_panel_action_activate_cb forgot to update the action group +
- Fixes bug where certificate Security overlay failed to close +
- handle tab movement +
- add tab sorting +
- Untangle implicit GTK+3 for Granite and WebKit2 +
- Allow running test under debug tools with cmake +
- Install config files to /etc when install prefix is /usr +
- Add missing PO_FILES argument to GETTEXT_PROCESS_PO_FILES +
- Add USE_APIDOCS to build API docs with CMake +
- Rasterize SVG to PNG with rsvg-convert +
- fix bookmarks test regression after fix-1179200-4 +
- Add CMakeLists.txt for config directory +
- Install mo files in locale dir +
- don't change uri/title if the tab isn't loaded +
- use a separate signal to store the tab title +
- Check if execinfo.h header exists on BSD +
- fix endless loop in Midori.Database.init +
- Use destructive-action style class in ClearPrivateData +
- Initialize priv->element to avoid crash when freeing +
- Introduces KatzeArray::update-item to handle metadata changes +
- Refactor excuting schema from file into a function +
- Use stock as string in liststore +
- Drop needless (and wrong) HAVE_LIBNOTIFY in preferences +
- Flip horizontal position of the overlay when hit by the mouse +
- Add Midori.URI.get_base_domain and use it in NoJS +
- Introduce Midori.Database and use for history and tabby +
- ctrl+shift+w should trigger a delete-event +
- Implement dialog windows opened via javascript +
- Make get_res_filename work with different hierarchies +
- fix check for new database +
- Speed up session import +
- Import tab title from old sessions +
- Separate CFLAGS for C and add missing HAVE_ +
- Install top-level text files and FAQ html/ css to doc dir +
- Provide and install .appdata.xml file for app stores +
- Move bookmarks db handling to midori-bookmarks-db +
- Add XSS to OPTS_LIBRARIES +
- Update condition for UBUNTU_MENUPROXY to work on Saucy +
- Introduce tabby, the new session manager +
- Fix typo in katze_item_set_meta_integer call +
- Allow bookmark bar update on additions resulting from imports +
- Re-work midori_array_query_recursive to not include folder items twice +
- Fix syntax of icon sizes passed to foreach +
- Add bzr revision number to version if available +
- Unify nojs and cookie policy dialogs, make policy changeable within the list +
- Drop all G_ENABLE_DEBUG guards +
- Add -g to CFLAGS to enable debugging symbols +
- Adjust cmake build for Win32 +
- Implement CMake build setup +
- Port MidoriApp from Unique/ sockets to GApplication +
- New signal about-content to provide content for about uris +
- Check if browser is NULL in midori_view_get_tab_menu to prevent a crash. Fixes bug #1215652. +
- Ensure proxy setting widgets callbacks don't outlive the widgets themselves +
- Fix webkit2 build error +
- Show the bookmarks import location combobox. +
- Rename internal completion URLs to avoid confusion+
  
-v0.5.5: +===== v0.5.6 ===== 
- Fix name and text fields inversion in XBEL folder import +  * instead of creating devpet status icon on extension load, create it only to show new messages 
- Correct packing of cookie and nojs permission dialog. +  * Open speed dial or homepage according to preference 
- Don't set tab title/special when a non-main frame displays an error +  * handle tab duplication 
- Revise "cookies" debug output, merge expiry check and disallow revival of old cookies +  * Add copyright note to appdata file 
- Drop now unused cgit module.xml file +  * Tweak searching for resources when running from build folder 
- Use SoupProxyResolverGnome unconditionally and disable prefetching if proxy is active +  * Swap NULL-check with main frame check 
- win32: Hide gui for profiles in webapp manager, as they are currently broken on Windows +  * Use correct signal when clearing the trash 
- win32: support additional mouse buttons for going back/forward in history +  * Hide WEbGL preference if it is unavailable 
- Enrich app error messages with filenames +  * Remove stored popup sessions from the database 
- Fix segfault if url contains %00+  * Check all browsers for opened sessions and whether they're popups 
- Replace 'Run as app' in bookmark dialog with 'Create launcher' +  * removed unused preference dialog and related code 
- Split config files and install from folders recursively +  * Fix check for found valac and mention VALAC variable 
- Implement GTK+ theme switching via Preferences (Win32) +  * Fix autoscrolling if page contains a frame with our custom error page 
- Enable set_disk_cache_directory with WebKit2 +  * Don't use context-menu signal in WebKitGTK+ < 1.10.0 
- Introduce Midori.ContextAction and refactor page menu from scratch +  * Fix building on Ubuntu 12.04 
- Define large dialog icon size relative to dialog icon size +  * Reset item ids when re-importing bookmarks 
- Extension Devpet which shows error messages and backtraces in systray +  * Check path being NULL in export before trying to inspect it 
- WebKit2 cookie support +  * restore the last closed sessions if no session is opened 
- Check the hit test result for editable to see if , should search +  * Cast WebKitDOMHtmlElement for getting source content 
- Use SoupCookieJarSqlite and drop KatzeHttpCookies(Sqlite) +  * Use font-set signal and font family for GTK+ 3.2 font chooser 
- Show folder tree when editing bookmarks +  * add function to view dom source 
- Handle double value in _midori_browser_activate_action +  * remove unused variable 
- Add privacy preferences in web app mode +  * Resolve compiler warnings in current trunk 
- Escape parentheses in adblock_fixup_regexp +  * Update win32-release script for cmake, move unused docs/scripts to old folder 
- Introduce object oriented API for access to History Database +  * Try to handle previous runs of cmake in configure wrapper 
- Allow rss feeds with version 0.92 +  * Correct view source assertions in tab unit test 
- Rename History completion to Bookmarks and History +  * Build fix: found undeclared in midori_bookmarks_db_remove_item_recursive 
- Don't show rss feed icon on twitterunderlying API was retired +  * Cache bookmark items to avoid their recreation on database reads 
- Read apps/ profiles from folder, leave launchers separate +  * allow "view sourceon about pages 
- Fill in bookmark folder attributes in bookmarkbar populate+  * Enable old target policy on cmake < 2.8.8 
 +  * Re-arrange data file installing to be more explicit 
 +  * option to modify the number of tabs which will be restored in each idle callback 
 +  * Implement MidoriBookmarksDatabase class by inheritence from MidoriDatabase 
 +  * Ensure tab spinners update as often as the menubar spinner to avoid desync 
 +  * Use tabby sorting increment when importing session.xbel tabs 
 +  * Only install config files to /etc if prefix equals /usr 
 +  * handle urls as argument when starting midori 
 +  * Make tabby compile with Webkit2 
 +  * Drop waf build system and provide cmake-based "configure" script 
 +  * midori_panel_action_activate_cb forgot to update the action group 
 +  * Fixes bug where certificate Security overlay failed to close 
 +  * handle tab movement 
 +  * add tab sorting 
 +  * Untangle implicit GTK+3 for Granite and WebKit2 
 +  * Allow running test under debug tools with cmake 
 +  * Install config files to /etc when install prefix is /usr 
 +  * Add missing PO_FILES argument to GETTEXT_PROCESS_PO_FILES 
 +  * Add USE_APIDOCS to build API docs with CMake 
 +  * Rasterize SVG to PNG with rsvg-convert 
 +  * fix bookmarks test regression after fix-1179200-4 
 +  * Add CMakeLists.txt for config directory 
 +  * Install mo files in locale dir 
 +  * don't change uri/title if the tab isn't loaded 
 +  * use a separate signal to store the tab title 
 +  * Check if execinfo.h header exists on BSD 
 +  * fix endless loop in Midori.Database.init 
 +  * Use destructive-action style class in ClearPrivateData 
 +  * Initialize priv->element to avoid crash when freeing 
 +  * Introduces KatzeArray::update-item to handle metadata changes 
 +  * Refactor excuting schema from file into a function 
 +  * Use stock as string in liststore 
 +  * Drop needless (and wrong) HAVE_LIBNOTIFY in preferences 
 +  * Flip horizontal position of the overlay when hit by the mouse 
 +  * Add Midori.URI.get_base_domain and use it in NoJS 
 +  Introduce Midori.Database and use for history and tabby 
 +  * ctrl+shift+w should trigger a delete-event 
 +  * Implement dialog windows opened via javascript 
 +  * Make get_res_filename work with different hierarchies 
 +  * fix check for new database 
 +  * Speed up session import 
 +  * Import tab title from old sessions 
 +  * Separate CFLAGS for C and add missing HAVE_ 
 +  * Install top-level text files and FAQ html/ css to doc dir 
 +  * Provide and install .appdata.xml file for app stores 
 +  * Move bookmarks db handling to midori-bookmarks-db 
 +  * Add XSS to OPTS_LIBRARIES 
 +  * Update condition for UBUNTU_MENUPROXY to work on Saucy 
 +  * Introduce tabbythe new session manager 
 +  * Fix typo in katze_item_set_meta_integer call 
 +  * Allow bookmark bar update on additions resulting from imports 
 +  * Re-work midori_array_query_recursive to not include folder items twice 
 +  * Fix syntax of icon sizes passed to foreach 
 +  * Add bzr revision number to version if available 
 +  * Unify nojs and cookie policy dialogsmake policy changeable within the list 
 +  * Drop all G_ENABLE_DEBUG guards 
 +  * Add -g to CFLAGS to enable debugging symbols 
 +  * Adjust cmake build for Win32 
 +  * Implement CMake build setup 
 +  * Port MidoriApp from Unique/ sockets to GApplication 
 +  * New signal about-content to provide content for about uris 
 +  * Check if browser is NULL in midori_view_get_tab_menu to prevent a crash. Fixes bug #1215652. 
 +  * Ensure proxy setting widgets callbacks don't outlive the widgets themselves 
 +  * Fix webkit2 build error 
 +  * Show the bookmarks import location combobox. 
 +  * Rename internal completion URLs to avoid confusion
  
-v0.5.4: +===== v0.5.5 ===== 
- Refactor history step and allow multiple title updates +  * Fix name and text fields inversion in XBEL folder import 
- Call midori_browser_connect_tab with correct type +  * Correct packing of cookie and nojs permission dialog. 
- Don'add HistoryCompletion if there's no history +  Don'set tab title/special when a non-main frame displays an error 
- Restore reload button icon in error pages +  * Revise "cookies" debug output, merge expiry check and disallow revival of old cookies 
- Don't insert folders into the log +  * Drop now unused cgit module.xml file 
- If an url is specified the fallback url should not be loaded +  * Use SoupProxyResolverGnome unconditionally and disable prefetching if proxy is active 
- Fixed crashes when closing a loading tab + granite's tab moving +  * win32: Hide gui for profiles in webapp manager, as they are currently broken on Windows 
- Test if plugins are redundant instead of skipping them all +  * win32support additional mouse buttons for going back/forward in history 
- Avoid selecting bookmark uris that begin by 'javascript:for completion +  * Enrich app error messages with filenames 
- Set FOREIGN_KEYS pragma on db initialization +  * Fix segfault if url contains " %00" 
- Implement a default zoom level preference +  * Replace 'Run as app' in bookmark dialog with 'Create launcher' 
- Fix tautological use of G_MAXINT with enum +  * Split config files and install from folders recursively 
- Take current selection into account for bookmark folders when adding/editing bookmark +  * Implement GTK+ theme switching via Preferences (Win32
- Improve error page visuals, show suggestions on network errors +  * Enable set_disk_cache_directory with WebKit2 
- Bump vala to 0.16.0 +  * Introduce Midori.ContextAction and refactor page menu from scratch 
- Downgrade glib requirement to 2.32.3 to re-enable building under Ubuntu 12.04 (LTS+  * Define large dialog icon size relative to dialog icon size 
- Bump glib2 version to 2.32.4 +  * Extension Devpet which shows error messages and backtraces in systray 
- Improve and unify thumbnail generation +  * WebKit2 cookie support 
- Omit speed dial and blank pages from view completion +  Check the hit test result for editable to see if , should search 
- Makes the elements of the speed dial non-selectable +  * Use SoupCookieJarSqlite and drop KatzeHttpCookies(Sqlite
- Use NULL-safe comparison in katze_item_icon_loaded_cb +  Show folder tree when editing bookmarks 
- Drop non-DOM style sheet injection code path +  * Handle double value in _midori_browser_activate_action 
- Clean small leftovers from GTK and WebKit version bumps +  Add privacy preferences in web app mode 
- Bump GTK+ requirement to 2.24 and drop support for earlier versions +  * Escape parentheses in adblock_fixup_regexp 
- Check for app mode to set browser icon instead of readonly +  * Introduce object oriented API for access to History Database 
- Escape square brackets in adblock_fixup_regexp +  * Allow rss feeds with version 0.92 
- Fix showing (sub)folders in bookmarkbar +  * Rename History completion to Bookmarks and History 
- Bump WebKit requirement to 1.8.3 and drop support for earlier versions +  * Don'show rss feed icon on twitter, underlying API was retired 
- Set menu on dynamic notebook tab +  * Read apps/ profiles from folder, leave launchers separate 
- Do not run toolbar editor's GtkDialog in its own main loop by prevent calling gtk_dialog_run(). Instead just set the GtkDialog modal and show it. +  * Fill in bookmark folder attributes in bookmarkbar populate
- Remove unnecesary harmful code from tab_switched_cb +
- Fix segfault when deleteing tabs with history list +
- Specify int64 id item as a string in bookmark remove/update queries +
- Distinguish between box and event box in the tab label when colouring tabs +
- Show visual feedback when hovering over items in bookmark panel +
- Replace INSTALL/ HACKING with exported Contribute wiki page +
- Delete tabs from history list with Del +
- Check brightness of backgroung color when deciding foreground color of given tab +
- Clean launcher filenames, double-click to open and delete button +
- Avoid declaring browser twice within the same function +
- Add ./waf --update-pot +
- Fix memory leak introduced in r6184 +
- Use old function name g_dbus_generate_guid for old valac +
- Move Import and Export into menu Bookmarks +
- Collect multiple download notifications within a minute +
- Fix segfault when right clicking on a web view. +
- Make libnotify mandatory except on Windows +
- Remove the rather unnecessary ./waf --run feature +
- Send a notification after creating a launcher +
- Ambiguous 'Open as App' context menu item was removed +
- Apply label color to label rather than event box +
- Store data of app mode based on URL in ~/.local/share/midori/apps +
- Split colorful tabs code into helper functions and add unit tests +
- Fix History List memory leak  when closing Midori window. +
- Replace .gitignore with .bzrignore +
- Always define GCR_VERSION in GTK+2 build +
- Fix bookmarks dialog rename regression introduced in r6167. +
- Drop check for gcr-3-gtk2 which isn'being maintained. +
- Scrap unneeded background variables in location renderer callbacks +
- Title case and proper packing in bookmark dialog +
- Delete PO files Launchpad spewed into root directory when it couldn't find po/*.pot file. +
- Issue a warning when trying to use MIDORI_DEBUG while running +
- Update dates to 2013 to fix bug #1167075.+
  
-v0.5.2+===== v0.5.4 ===== 
- Re-release with a proper version number and changelog+  * Refactor history step and allow multiple title updates 
 +  * Call midori_browser_connect_tab with correct type 
 +  * Don't add HistoryCompletion if there's no history 
 +  * Restore reload button icon in error pages 
 +  * Don't insert folders into the log 
 +  * If an url is specified the fallback url should not be loaded 
 +  * Fixed crashes when closing a loading tab + granite's tab moving 
 +  * Test if plugins are redundant instead of skipping them all 
 +  * Avoid selecting bookmark uris that begin by 'javascript:' for completion 
 +  * Set FOREIGN_KEYS pragma on db initialization 
 +  * Implement a default zoom level preference 
 +  * Fix tautological use of G_MAXINT with enum 
 +  * Take current selection into account for bookmark folders when adding/editing bookmark 
 +  * Improve error page visuals, show suggestions on network errors 
 +  * Bump vala to 0.16.0 
 +  * Downgrade glib requirement to 2.32.3 to re-enable building under Ubuntu 12.04 (LTS) 
 +  * Bump glib2 version to 2.32.4 
 +  * Improve and unify thumbnail generation 
 +  * Omit speed dial and blank pages from view completion 
 +  * Makes the elements of the speed dial non-selectable 
 +  * Use NULL-safe comparison in katze_item_icon_loaded_cb 
 +  * Drop non-DOM style sheet injection code path 
 +  * Clean small leftovers from GTK and WebKit version bumps 
 +  * Bump GTK+ requirement to 2.24 and drop support for earlier versions 
 +  * Check for app mode to set browser icon instead of readonly 
 +  * Escape square brackets in adblock_fixup_regexp 
 +  * Fix showing (sub)folders in bookmarkbar 
 +  * Bump WebKit requirement to 1.8.3 and drop support for earlier versions 
 +  * Set menu on dynamic notebook tab 
 +  * Do not run toolbar editor's GtkDialog in its own main loop by prevent calling gtk_dialog_run(). Instead just set the GtkDialog modal and show it. 
 +  * Remove unnecesary harmful code from tab_switched_cb 
 +  * Fix segfault when deleteing tabs with history list 
 +  * Specify int64 id item as string in bookmark remove/update queries 
 +  * Distinguish between box and event box in the tab label when colouring tabs 
 +  * Show visual feedback when hovering over items in bookmark panel 
 +  * Replace INSTALL/ HACKING with exported Contribute wiki page 
 +  * Delete tabs from history list with Del 
 +  * Check brightness of backgroung color when deciding foreground color of given tab 
 +  * Clean launcher filenames, double-click to open and delete button 
 +  * Avoid declaring browser twice within the same function 
 +  * Add ./waf --update-pot 
 +  * Fix memory leak introduced in r6184 
 +  * Use old function name g_dbus_generate_guid for old valac 
 +  * Move Import and Export into menu Bookmarks 
 +  * Collect multiple download notifications within a minute 
 +  * Fix segfault when right clicking on a web view. 
 +  * Make libnotify mandatory except on Windows 
 +  * Remove the rather unnecessary ./waf --run feature 
 +  * Send a notification after creating a launcher 
 +  * Ambiguous 'Open as App' context menu item was removed 
 +  * Apply label color to label rather than event box 
 +  * Store data of app mode based on URL in ~/.local/share/midori/apps 
 +  * Split colorful tabs code into helper functions and add unit tests 
 +  * Fix History List memory leak  when closing Midori window. 
 +  * Replace .gitignore with a .bzrignore 
 +  * Always define GCR_VERSION in GTK+2 build 
 +  * Fix bookmarks dialog rename regression introduced in r6167. 
 +  * Drop check for gcr-3-gtk2 which isn't being maintained. 
 +  * Scrap unneeded background variables in location renderer callbacks 
 +  * Title case and proper packing in bookmark dialog 
 +  * Delete PO files Launchpad spewed into root directory when it couldn't find po/*.pot file. 
 +  * Issue a warning when trying to use MIDORI_DEBUG while running 
 +  * Update dates to 2013 to fix bug #1167075.
  
-v0.5.1: +===== v0.5.2 ===== 
- Fix mouse gesture regression breaking context menu +  * Re-release with a proper version number and changelog
- Fix --run command line switch by midori_paths_init +
- Fix bug in size calculation for the history list popup +
- Handle diagnostic dialog argument in running instance +
- Fix feed panel default value crash +
- Ensure existence of the applications directory +
- Fix download tooltip crash and extend test case +
- Integrate user interaction exploit demo in about: +
- Don't convey loading or progress on special pages +
- Address missing NULL checks and dead code found by clang +
- No security window for blank pages, but a search icon +
- Introduce UI for created apps/ launchers: Web App Manager +
- Add custom-title setting to override browser title +
- Add a Gtk.Entry to --plain mode for entering URLs +
- Deprecate middle_click_opens_selection in favour of gtk-enable-primary-paste+
  
- Webkit2+===== v0.5.1 ===== 
- Require 1.11.91 aka 2.0.0 for WebKit2 +  * Fix mouse gesture regression breaking context menu 
- Delayed load, clear favicons, clear HTTP cache, tab favicons +  * Fix --run command line switch by midori_paths_init 
- Navigation policy, mouse buttons, security details +  * Fix bug in size calculation for the history list popup 
- basic cookies, download dialog, res://, stock://, print +  * Handle diagnostic dialog argument in running instance 
- Zoom, default-charset, view-source, spell-check, prefetch +  * Fix feed panel default value crash 
- Back/ forward, enable-java, plugin listing, web inspector +  * Ensure existence of the applications directory 
-v0.5.0: +  * Fix download tooltip crash and extend test case 
- Store --execute arguments in string array +  * Integrate user interaction exploit demo in about 
- Prevent overlay frame from being caught by show_all +  * Don't convey loading or progress on special pages 
- Unconditionally show Toolbar Style preference +  * Address missing NULL checks and dead code found by clang 
- Duplicate current URI when reloading Midori.View +  * No security window for blank pages, but a search icon 
- Update tabs being closable on setting change in Granite +  * Introduce UI for created apps/ launchersWeb App Manager 
- Check default_search before setting SearchAction default +  * Add custom-title setting to override browser title 
- Populate application chooser button in idle +  * Add a Gtk.Entry to --plain mode for entering URLs 
- Bail out of completion resizing if cell height is 0 +  * Deprecate middle_click_opens_selection in favour of gtk-enable-primary-paste 
- Pass proxy to bookmark dialog when editing via menu +  * Webkit2 
- Tweak bookmark dialog, button to buttons, toggles side by side +  * Require 1.11.91 aka 2.0.0 for WebKit2 
- Move 'Flash windows' option into History List +  Delayed load, clear favicons, clear HTTP cache, tab favicons 
- Use light window for Clear Private Data with Granite +  Navigation policy, mouse buttons, security details 
- Use GtkFontButton with filter func with GTK+ 3.2 +  basic cookies, download dialog, res, stock, print 
- Implement 'Run in debugger' button in diagnostic dialog +  Zoom, default-charset, view-source, spell-check, prefetch 
- Add Win32 work-around to History List for modifiers +  Back/ forward, enable-java, plugin listing, web inspector
- Make toolbar drag/ drop work in GTK+3 +
- Check if active form element is input before getting search text +
- Implement direction-based mouse gesture configuration +
- Implement mouse movement, load-failed, crashed, search in WebKit2 +
- Add 'Show last crash log' button to diagnostic dialog +
- Make invalid actions fail; exit on error in new process only +
- Accept setting=value and extension=true/ false in --execute +
- Merged cookie permissions as of 2013-03-08 +
- Gray out webGL preference if context is unavailable +
- Use browser API to Close Other in view menu item +
- Fix periods to ellipsis in Custom/ Customize Shortcuts +
- Support Colorful Tabs in History List +
- Add Midori.Tab.fg/ bg_color and Midori.View.set_colors +
- Fix word-wrap, #decription and #message in about.css +
- Set view scroll policy to Never to avoid flickering +
- Use XDG_RUNTIME_DIR for temporary files +
- Build Vala and C parts of core separately +
- Don't provide default value for enable-scripts +
- Respect Open new pages: window for Web Search and Open Image +
- enable-javascript in WebKit1/ 2, macro for (Web)Settings +
- Fix MIDORI_*_VERSION to be integers +
- Fix .desktop file validation unit test and fix errors +
- 'New tab behavior' preference: about:dial/ new/ search/ home alias URLs +
- Use stripped down XBEL variant for session and trash +
- Allow any proxies supported by libproxy; list supported types in preferences+
  
-v0.4.9: +===== v0.5.0 ===== 
- Let non-Granite security window behave like a window +  * Store --execute arguments in string array 
- Disable Contractor support in Granite for now +  * Prevent overlay frame from being caught by show_all 
- Use cache_dir_for_reading in about:paths +  * Unconditionally show Toolbar Style preference 
- Strip LRE to prevent it from begin saved to disk +  * Duplicate current URI when reloading Midori.View 
- Enable stripping 'refererby default +  * Update tabs being closable on setting change in Granite 
- Fix crash on closing Adlock preferences dialog +  * Check default_search before setting SearchAction default 
- Bail on unset title in completion, fixing strchr urlbar crash +  * Populate application chooser button in idle 
- Manage cookies accept policy per domain not installed by default +  * Bail out of completion resizing if cell height is 0 
- Don't store/ load stock:// icons for special pages +  * Pass proxy to bookmark dialog when editing via menu 
- Drop KatzeScrolled in favour of GTK+ 3.4 touchscreen support +  * Tweak bookmark dialog, button to buttons, toggles side by side 
- Write XBEL safely to prevent loss on eg. full disk +  * Move 'Flash windowsoption into History List 
- Omit nspluginwrapper Netscape plugins from extensions +  * Use light window for Clear Private Data with Granite 
- Add --debug/ -g switch to run Midori in gdb +  * Use GtkFontButton with filter func with GTK+ 3.2 
- List versions from about:version in --version +  * Implement 'Run in debugger' button in diagnostic dialog 
- Work in progress --enable-webkit2 option enabling WebKit2/ GTK+3 +  * Add Win32 work-around to History List for modifiers 
- Rename menu _Window to _Tabs +  * Make toolbar drag/ drop work in GTK+3 
- Update Easylist subscription URL for Adblock +  * Check if active form element is input before getting search text 
- Stop redundant tab numbering when adding +  * Implement direction-based mouse gesture configuration 
- Allow feed panel webview widget to shrink+  * Implement mouse movement, load-failed, crashed, search in WebKit2 
- Don'search for place holder text on cookie list rebuild +  * Add 'Show last crash log' button to diagnostic dialog 
- Add 'Google Translate (gt)' as a search engine +  * Make invalid actions fail; exit on error in new process only 
- Default external Download Manager to "fetch" on FreeBSD +  * Accept setting=value and extension=true/ false in --execute 
- Drop GCC-version specific -Wno-unused-but-set-variable +  * Merged cookie permissions as of 2013-03-08 
- Change X-Ayatana-Desktop-Shortcuts to Actions+  * Gray out webGL preference if context is unavailable 
 +  * Use browser API to Close Other in view menu item 
 +  * Fix periods to ellipsis in Custom/ Customize Shortcuts 
 +  * Support Colorful Tabs in History List 
 +  * Add Midori.Tab.fg/ bg_color and Midori.View.set_colors 
 +  * Fix word-wrap, #decription and #message in about.css 
 +  * Set view scroll policy to Never to avoid flickering 
 +  * Use XDG_RUNTIME_DIR for temporary files 
 +  * Build Vala and C parts of core separately 
 +  Don'provide default value for enable-scripts 
 +  * Respect Open new pages: window for Web Search and Open Image 
 +  * enable-javascript in WebKit1/ 2, macro for (Web)Settings 
 +  * Fix MIDORI_*_VERSION to be integers 
 +  * Fix .desktop file validation unit test and fix errors 
 +  * 'New tab behavior' preference: about:dial/ new/ search/ home alias URLs 
 +  * Use stripped down XBEL variant for session and trash 
 +  * Allow any proxies supported by libproxy; list supported types in preferences
  
-v0.4.8: +===== v0.4.9 ===== 
- Fix un-delaying of tabs +  * Let non-Granite security window behave like a window 
- Support downloads with FlashGet on Win32 +  * Disable Contractor support in Granite for now 
- Fix compilation with GLib 2.30 +  * Use cache_dir_for_reading in about:paths 
- Fix error handling in extensions +  * Strip LRE to prevent it from begin saved to disk 
- Retain selection in urlbar when switching tabs +  * Enable stripping 'referer' by default 
- Fix missing right-click menu on NextForward button +  * Fix crash on closing Adlock preferences dialog 
- Hide error page button if buttons have no images +  * Bail on unset title in completion, fixing strchr urlbar crash 
- Rework URL completion: suggest open tabs +  * Manage cookies accept policy per domain - not installed by default 
- Always highlight matches in inline search +  Don'store/ load stock icons for special pages 
- Pantheon: Only show private launcher in search +  * Drop KatzeScrolled in favour of GTK+ 3.4 touchscreen support 
- Granite: Fix notebook, require 0.2, drop _about_dialog_new +  * Write XBEL safely to prevent loss on eg. full disk 
- Don'include http(s), file or www. in page title +  * Omit nspluginwrapper Netscape plugins from extensions 
- Autodetect Twitter RSS feeds +  * Add --debug/ -g switch to run Midori in gdb 
- Adblock: Improve date parsing +  * List versions from about:version in --version 
- Unit test rework: backtraces, regardless of debugging, wine +  * Work in progress --enable-webkit2 option enabling WebKit2/ GTK+3 
- More accurate version numbers in about:version +  * Rename menu _Window to _Tabs 
- Drop obsolete --log-file command line switch +  * Update Easylist subscription URL for Adblock 
- Emit inspector attach-window with correct signature +  * Stop redundant tab numbering when adding 
- Fix Netscape plugins opening download dialogs +  * Allow feed panel webview widget to shrink. 
- Rework path handling and setup in different modes (fix segfaults) +  * Don't search for place holder text on cookie list rebuild 
- Manage Netscape plugins are individual extensions +  Add 'Google Translate (gt)' as a search engine 
- Address gtk_icon_set_render_icon_pixbuf assertions +  * Default external Download Manager to "fetch" on FreeBSD 
- Fix renaming in speed dial with spaces in title +  * Drop GCC-version specific -Wno-unused-but-set-variable 
- Render completion title/ URL side by side with Granite +  * Change X-Ayatana-Desktop-Shortcuts to Actions
- Transparently use Favicon-/ IconDatabase/ file store per WebKit +
- Add TabMoveFirst/ Last hotkeys (without defaults+
- Drop Hildon support +
- Show URI in 'not responding' dialog +
- Query search engine icons when loading, rather than stupid guesses+
  
-v0.4.7+===== v0.4.8 ===== 
- Unify download behaviorlink fingerprintsspace checkclearingtooltips +  * Fix un-delaying of tabs 
- GIO-based check for enough space and permissionsGIO-based themed icons +  * Support downloads with FlashGet on Win32 
- Show opener/ tab domain in download dialog+  * Fix compilation with GLib 2.30 
-  http://lcamtuf.coredump.cx/fldl/ http://lcamtuf.coredump.cx/switch+  * Fix error handling in extensions 
- Extension to download with a specific command line +  * Retain selection in urlbar when switching tabs 
- Size in download dialog and fallback filename heuristic+  * Fix missing right-click menu on NextForward button 
 +  * Hide error page button if buttons have no images 
 +  * Rework URL completionsuggest open tabs 
 +  * Always highlight matches in inline search 
 +  * PantheonOnly show private launcher in search 
 +  * Granite: Fix notebookrequire 0.2drop _about_dialog_new 
 +  * Don't include http(s)file or www. in page title 
 +  * Autodetect Twitter RSS feeds 
 +  * Adblock: Improve date parsing 
 +  * Unit test rework: backtracesregardless of debugging, wine 
 +  * More accurate version numbers in about:version 
 +  * Drop obsolete --log-file command line switch 
 +  * Emit inspector attach-window with correct signature 
 +  * Fix Netscape plugins opening download dialogs 
 +  * Rework path handling and setup in different modes (fix segfaults) 
 +  * Manage Netscape plugins are individual extensions 
 +  * Address gtk_icon_set_render_icon_pixbuf assertions 
 +  * Fix renaming in speed dial with spaces in title 
 +  * Render completion titleURL side by side with Granite 
 +  * Transparently use Favicon-IconDatabasefile store per WebKit 
 +  * Add TabMoveFirstLast hotkeys (without defaults) 
 +  * Drop Hildon support 
 +  * Show URI in 'not responding' dialog 
 +  * Query search engine icons when loading, rather than stupid guesses
  
- Windows: GTK+3, Faenza icons, gdb helper, Netscape plugins, +===== v0.4.7 ===== 
-  ship CA bundle, fix View source, --portable/ -P on Windows +  * Unify download behavior: link fingerprints, space check, clearing, tooltips 
- Granite (Beta): about dialog, static notebook, no "New Tab" in toolbar, Print → Share +  * GIO-based check for enough space and permissions, GIO-based themed icons 
- Support building with Wayland-enabled GTK+3 +  * Show opener/ tab domain in download dialog 
- Theming: content view, secondary toolbar class, drop old icon names, bigger error icon +  * http://lcamtuf.coredump.cx/fldl/ http://lcamtuf.coredump.cx/switch/ 
- Introduce --plain mode equivalent to GtkLauncher, lazy URLs for --snapshot/ -s +  * Extension to download with a specific command line 
- Log bookmarks, history and downloads to zeitgeist+  * Size in download dialog and fallback filename heuristic 
 +  Windows: GTK+3, Faenza icons, gdb helper, Netscape plugins, 
 +  ship CA bundle, fix View source, --portable/ -P on Windows 
 +  Granite (Beta): about dialog, static notebook, no "New Tab" in toolbar, Print → Share 
 +  Support building with Wayland-enabled GTK+3 
 +  Theming: content view, secondary toolbar class, drop old icon names, bigger error icon 
 +  Introduce --plain mode equivalent to GtkLauncher, lazy URLs for --snapshot/ -s 
 +  Log bookmarks, history and downloads to zeitgeist 
 +  * Show security details and export certificates with GCR, error out instead of colored urlbar 
 +  * Only allow data: URLs in urlbar for images 
 +  * Recognize and cache HSTS, system-wide /etc/xdg/midori/hsts 
 +  * Strip HTTP Host to outsmart some filter proxies 
 +  * Completion: Fix PageUp/Down, Shift+Tab and wrap: This is consistent with GTK+ (excluding Tab) and Firefox 
 +  * Change Focus Current Tab to Ctrl+Alt+Home 
 +  * Fix Shift+Space for scrolling upwards 
 +  * Control+Alt+R: Readable mode 
 +  * Handle access key in link hints 
 +  * Drop speed dial keyboard access in favour of "." link hints 
 +  * No Open, Bookmark bar, Customize toolbar, Inspect page in app menu; split panel menu 
 +  * Use ellipsises instead of period thresomes 
 +  * Hinted text in bookmarks, history and cookie manager 
 +  * Ellipsize panels (except for Transfers) 
 +  * Add icon to bookmark dialog and remove labels 
 +  * Validate proxy server IP and render invalid URLs in GTK+3 
 +  * Rename "Toplevel" folder to "Bookmarks" 
 +  * Chrome identification option; "Automatic" user agent is Chrome-based 
 +  * Search: Create engines from search forms, remove "icon" field 
 +  * Copy Image Address always copy both URL and data 
 +  * Rework debugging by introducing MIDORI_DEBUG; about:paths 
 +  * Adblock: Refresh filters based on file time and meta data, abp: links 
 +  * Optionally save website including resources 
 +  * Merged NextForward akin to StopReload 
 +  * PanedAction, Viewable, SpeedDial, (most of) Settings, Paths in Vala 
 +  * Improved database: requires sqlite 3.6.19 and 0.2.6 in import dialog 
 +  * Confirm Caret Browsing before enabling it 
 +  * Support for custom items in Statusbar Features (see FAQ) 
 +  * Draggable favicon as URL or text, URL icon for URL entries 
 +  * Remember if inspector was attached 
 +  * Open tabs in the background by default 
 +  * RTL support in special/ error pages 
 +  * Fix progressbar text with GTK+3 
 +  * Build fix: More robust GTK+2 version check 
 +  * Ensure progress in urlbar and tab match 
 +  * Zoom text and images by default 
 +  * Don't mixup tokens starting with the same letters 
 +  * Seemless running out of build folder 
 +  * No speed dial in --app/ --private, fix layout with many tiles 
 +  * Add X-GNOME-Fullname to .desktop and translate desktop shortcuts 
 +  * Delayed Load extension
  
- Show security details and export certificates with GCR, error out instead of colored urlbar +===== v0.4.6 ===== 
- Only allow data: URLs in urlbar for images +  * Fix crasher in geolocation infobar 
- Recognize and cache HSTS, system-wide /etc/xdg/midori/hsts +  * Fix crasher in about:version on some systems 
- Strip HTTP Host to outsmart some filter proxies+  * Fix crasher opening bookmarks from Unity global menu 
 +  * Use WebKitFaviconDatabase as of WebKit 1.8.0 
 +  * Use midori-prefixed temp folder in midori_view_save_source 
 +  * Fix cancelling downloads with SteadyFlow or Aria2 
 +  * Fix crash dialog instead of opening tab in a running window 
 +  * Fix page icons in multi-frame sites (gmail, tumbler) 
 +  * Distinguish Simplified and Traditional Chinese 
 +  * Support go-jump-symbolic 
 +  * Handle empty tabs due to download links with a target 
 +  * Handle frame load interrupted in the unholy trinity 
 +  * Fix libsoup version check and wrong SSL status in location
  
- Completion: Fix PageUp/Down, Shift+Tab and wrapThis is consistent with GTK+ (excluding Tab) and Firefox +===== v0.4.5 ===== 
- Change Focus Current Tab to Ctrl+Alt+Home +  * Work around black border around widgets on Win32 
- Fix Shift+Space for scrolling upwards +  * Whitelist directre-directed navigation requests in adblock 
- Control+Alt+R: Readable mode +  * Require Vala 0.14 
- Handle access key in link hints +  * Provide geolocation diagnostics in about:geolocation 
- Drop speed dial keyboard access in favour of "." link hints+  * List available about: URLs and app instance name in about:version 
 +  * Replace illegal characters in download filenames 
 +  * Tweak app options on Win32 and use ShellExecuteEx in sokoke_show_uri 
 +  * Use sokoke_show_uri in midori_browser_download_status_cb 
 +  * External Download manager Steadyflow and Aria2 (with cookies) 
 +  * Ensure adblock config folder when blocking images 
 +  * Use sqlite WAL mode for history if available 
 +  * Allow relative -c/ --config path 
 +  * Context menus on Back and Forward toolbar items 
 +  * Always show the tabbar by default 
 +  * Use ubuntu-bug if it exists 
 +  * Show inline find while typing and statusbar text in overlay with GTK3.2 
 +  * Esc/ closing "downloads still active" should cancel, not continue 
 +  * Optional Granite support for notebook and bookmark dialog as pop-over 
 +  * Ctrl+j to toggle statusbar aka downloads 
 +  * Show at most 3 search engines in completion 
 +  * Don't replace existing onclick/ blur with autosuggest 
 +  * Implement low_memory_profile for FreeBSD and Win32 
 +  * Use var in internal javascript, to fix Google apps 
 +  * Handle download requests in frames
  
- No Open, Bookmark bar, Customize toolbar, Inspect page in app menu; split panel menu +===== v0.4.4 ===== 
- Use ellipsises instead of period thresomes +  * Disable page cache with < 352 MB RAM 
- Hinted text in bookmarks, history and cookie manager +  * Display filename in download dialog 
- Ellipsize panels (except for Transfers+  * Fix box packing in GTK+3 (in most cases) 
- Add icon to bookmark dialog and remove labels +  * Enable experimental HTML5 fullscreen API 
- Validate proxy server IP and render invalid URLs in GTK+3 +  * Harden IPv6 address recognition in location 
- Rename "Toplevel" folder to "Bookmarks"+  * Experimental site data policy support (see FAQ
 +  * Close tabs by middle clicking close button 
 +  * Merge cookies and other data in Clear Private Data 
 +  * Improve KatzeArrayAction for Unity menuproxy compatibility 
 +  * Use GDateTime for history to avoid broken C runtimes 
 +  * Add Midori tag to DuckDuckGo default URI 
 +  * Rewrite completion popup resizing 
 +  * Streamline page icon loading stages and fallbacks 
 +  * Disable clipboard work-around for WebKit >= 1.4.3 
 +  * Re-word .desktop entry as an action 
 +  * Display informative text in private browsing 
 +  * Consistent clear icons in entries 
 +  * Revised download filename generation 
 +  * Add 'Open in Image Viewer' menu item 
 +  * Formhistory 2.0 with GDOM support 
 +  * Handle javascript: and mailto: links better 
 +  * Handle = key in Ukrainian layout better 
 +  * Fix bookmark export and deletion of bookmark folders 
 +  * Speed dial shortcut re-reordering by DND
  
- Chrome identification option; "Automatic" user agent is Chrome-based +===== v0.4.3 ===== 
- Search: Create engines from search forms, remove "icon" field +  * Implement about:widgets to test rendering 
- Copy Image s/Address// always copy both URL and data +  * Fix resizing of inspector by applying a minimum size 
- Rework debugging by introducing MIDORI_DEBUG; about:paths +  * Use dark theme with GTK+ 3 in private browsing 
- Adblock: Refresh filters based on file time and meta data, abp: links +  * Use channel-(in)secure-symbolic icons if available 
- Optionally save website including resources +  * Use .security-(un)trusted classes with GTK+ 
- Merged NextForward akin to StopReload +  * Improve notebook resizing peformance 
- PanedAction, Viewable, SpeedDial, (most of) Settings, Paths in Vala +  * Fix tab icons in GTK+3 and don't look for GTK+ jscore 
- Improved databaserequires sqlite 3.6.19 and 0.2.6 in import dialog+  * Use system-wide CA file with libSoup 2.37.1 
 +  * Improve cookie manager performance 
 +  * Action and tab creation for faster startup 
 +  * Fix number of items in trash in private browsing 
 +  * Add Cairo version to about:version 
 +  * Add X-GNOME-Keywords and X-AppInstall-Keywords to .desktop 
 +  * Add easy privacy list to default Adblock filters 
 +  * Fully implement speed dial for GTK+3 
 +  * Disable box shadows with WebKitGTK+ 1.2.
 +  * Fine-grained monospace font overriding 
 +  * Implement resizing of Location and Search in toolbar 
 +  * Don't show empty speed dial shortcuts in-between 
 +  * Use Midori's name in midori-private.desktop 
 +  * Hide all bars in fullscreen and a menu to Unfullscreen
  
- Confirm Caret Browsing before enabling it +===== v0.4.2 ===== 
- Support for custom items in Statusbar Features (see FAQ) +  * Improve -moz-document parsing in user stylesheets 
- Draggable favicon as URL or textURL icon for URL entries +  * Render verified secure sites in greennot yellow 
- Remember if inspector was attached +  * Version details for extensions built against a different release 
- Open tabs in the background by default +  * More detailed and more condensed about:version output 
- RTL support in specialerror pages +  * Refresh missing speed dial thumbnails automatically 
- Fix progressbar text with GTK+3 +  * Use faster global CSS mechanism for adblock and addons 
- Build fix: More robust GTK+2 version check +  * Show crash dialog only if there's a session 
- Ensure progress in urlbar and tab match +  * Don't complete on a leading space or search token 
- Zoom text and images by default +  * Support user stylesheets on about and file locations 
- Don'mixup tokens starting with the same letters +  * Implement 'Always use my font choices' preferences 
- Seemless running out of build folder +  * Allow smaller tabs when close buttons are disabled 
- No speed dial in --app/ --private, fix layout with many tiles +  * Merge 'Closed Tabs' with 'History' in Clear Private Data 
- Add X-GNOME-Fullname to .desktop and translate desktop shortcuts +  * Correctly use user-home and bookmark-new icon names 
- Delayed Load extension+  * Use versioned file speeddial-head-0.4.2.html 
 +  * Split proxy server preference into host and port 
 +  * Support localized 'next' and 'previous' links 
 +  * Implement 'Only accept cookies cookies from sites you visit' 
 +  * Fix crash in AddImport Bookmark feature 
 +  Fix size of tabs with GTK+ 3 
 +  * Detect existing Firefox profiles for bookmark import 
 +  * Work-around "omg!" in local directory browsing 
 +  * Rework '--run' feature to allow window.open() and console.info() 
 +  * Automatically clear finnished downloads from the transferbar 
 +  * Add 'Create desktop shortcut' to the app menu 
 +  * Require GLib 2.22 and libSoup 2.27.90 
 +  Don'register recent files in private browsing mode 
 +  * Findbar and speed dial honor close button position 
 +  * Use sqlite3-based backend for cookie storage 
 +  * Make '--snapshot' create png images with GTK+ 2.20 
 +  * Automatically resizing, embossed speed dial, close on hover
  
-v0.4.6: +===== v0.4.1 ===== 
- Fix crasher in geolocation infobar +  * Experimental, unfinnished GTK3 support 
- + Fix crasher in about:version on some systems +  * 'Automatic' identification with quirks 
- Fix crasher opening bookmarks from Unity global menu +  * Build fix for WebKitGTK>= 1.4.3 
- + Use WebKitFaviconDatabase as of WebKit 1.8.0 +  * Register downloaded files as recent files 
- + Use midori-prefixed temp folder in midori_view_save_source +  Fix Flash window on background tabs 
- Fix cancelling downloads with SteadyFlow or Aria2 +  * Fix regression with clearing cookies on quit 
- Fix crash dialog instead of opening tab in a running window +  Fix opening tabs from toolbar buttons 
- + Fix page icons in multi-frame sites (gmail, tumbler) +  * Use symbolic find and clear icons 
- + Distinguish Simplified and Traditional Chinese +  * Drop usage of mootools 
- Support go-jump-symbolic +  * Install separate Private Browsing shortcut 
- + Handle empty tabs due to download links with a target +  * Support dragging tabs out of the window 
- + Handle frame load interrupted in the unholy trinity +  * Use feed: to support Thunderbird news reader 
- + Fix libsoup version check and wrong SSL status in location+  * Re-open closed tabs in private browsing 
 +  * Compare link-fingerprints caselessly
  
-v0.4.5: +===== v0.4.0 ===== 
- + Work around black border around widgets on Win32 +  * Provide buttons to choose how to startup after crash 
- + Whitelist direct/ re-directed navigation requests in adblock +  * Fix crash on corrupted datbase 
- + Require Vala 0.14 +  * Never delay URIs given as command line arguments 
- + Provide geolocation diagnostics in about:geolocation +  * Space at the bottom of the page: Go to next page 
- + List available about: URLs and app instance name in about:version +  * Initialize session in app/ private before adding URIs 
- + Replace illegal characters in download filenames +  * Add 'Last open tabs' option to Clear Private Data 
- + Tweak app options on Win32 and use ShellExecuteEx in sokoke_show_uri +  * Show kinetic scrolling option regardless of Hildon 
- Use sokoke_show_uri in midori_browser_download_status_cb +  * Interpret Shift+Backspace as going forward 
- + External Download manager Steadyflow and Aria2 (with cookies) +  * Advertise SVG images as a supported MIME type 
- + Ensure adblock config folder when blocking images +  * Zoom in steps of 10% and support Ctr+= 
- Use sqlite WAL mode for history if available +  * Fix a crasher on invalid geo: links 
- + Allow relative -c/ --config path +  * Integrate Adblock and History List options in list 
- + Context menus on Back and Forward toolbar items +  * Skip empty lines, ignore subdocument rules in Adblock 
- + Always show the tabbar by default +  * Respect VALAC at configuration time 
- + Use ubuntu-bug if it exists +  * URL cache, faster JS generator, inline parsing in Adblock 
- + Show inline find while typing and statusbar text in overlay with GTK+ 3.2 +  * Reuse source of webview instead of redownloading 
- + Esc/ closing "downloads still active" should cancel, not continue +  * Remove the description field from bookmark dialog 
- + Optional Granite support for notebook and bookmark dialog as pop-over +  * Add --log-file/ -l switch to log to a file 
- + Ctrl+j to toggle statusbar aka downloads +  * Pass through javascript: URIS from the command line 
- + Show at most 3 search engines in completion +  * Tab and Window items in Unity Quicklist 
- + Don't replace existing onclick/ blur with autosuggest +  * Adjust the preferences dialog 
- Implement low_memory_profile for FreeBSD and Win32 +  * Require WebKitGTK1.1.17 and Vala 0.10
- + Use var in internal javascript, to fix Google apps +
- + Handle download requests in frames+
  
-v0.4.4: +===== v0.3.6 ===== 
- + Disable page cache with < 352 MB RAM +  * Track selected search engine per window 
- + Display filename in download dialog +  * Improve preference dialogue size and alignments 
- Fix box packing in GTK+3 (in most cases) +  * Validate URIs in Adblock, homepage and bookmarks 
- + Enable experimental HTML5 fullscreen API +  Fix loading of Adblock lists from https 
- + Harden IPv6 address recognition in location +  * Support Backspace as Go Back and F5 as Reload 
- + Experimental site data policy support (see FAQ) +  * Show 'Private Browsing' in Unity Quicklist 
- + Close tabs by middle clicking close button +  * Ignore Network Cancelled errors 
- + Merge cookies and other data in Clear Private Data +  * Reduce allocations when preparing speed dial 
- + Improve KatzeArrayAction for Unity menuproxy compatibility +  * Fix icon sie of scalable stock icons 
- + Use GDateTime for history to avoid broken C runtimes +  * Implement geo URI support as per RFC 5870 
- + Add Midori tag to DuckDuckGo default URI +  * Fix crash after clearing cookies 
- + Rewrite completion popup resizing +  * Faster javascript-based JSON import 
- + Streamline page icon loading stages and fallbacks +  * Improve speed dial markup, without scripts 
- + Disable clipboard work-around for WebKit >= 1.4.3 +  * Allow Escape to cancel History List 
- + Re-word .desktop entry as an action +  * Fix crashes in completion
- + Display informative text in private browsing +
- + Consistent clear icons in entries +
- + Revised download filename generation +
- + Add 'Open in Image Viewer' menu item +
- + Formhistory 2.0 with GDOM support +
- + Handle javascript: and mailto: links better +
- + Handle = key in Ukrainian layout better +
- + Fix bookmark export and deletion of bookmark folders +
- + Speed dial shortcut re-reordering by DND+
  
-v0.4.3: +===== v0.3.5 ===== 
- + Implement about:widgets to test rendering +  * Remove frame titles from preference dialogue 
- Fix resizing of inspector by applying a minimum size +  * Show search engine icons in completion 
- + Use dark theme with GTK+ 3 in private browsing +  * Add Liferea news aggregator workaround 
- + Use channel-(in)secure-symbolic icons if available +  * Support libSoup cache + size with WebKitGTK1.3.11 
- Use .security-(un)trusted classes with GTK+  * No language, no encryption but Mozilla in user agent 
- + Improve notebook resizing peformance +  * Support F6, F7, Ctrl+(Shift)+Tab and Tab to complete 
- Fix tab icons in GTK+3 and don't look for GTK+ jscore +  * Strip scheme and www. in completion 
- + Use system-wide CA file with libSoup 2.37.1 +  * Render filename as title of patch files 
- + Improve cookie manager performance +  * Turn location into a plain entry 
- + Action and tab creation for faster startup +  * Fix tab panel foreground colours 
- + Fix number of items in trash in private browsing +  * Mask timezone, language and plugins in private mode 
- + Add Cairo version to about:version +  * Add 'Strip referrer details' preference 
- + Add X-GNOME-Keywords and X-AppInstall-Keywords to .desktop +  * Embed extension list in preferences 
- + Add easy privacy list to default Adblock filters +  * Remove the Page Holder and Download Manager option 
- Fully implement speed dial for GTK++  * Disable prefetching and HTML5 storage in private mode 
- Disable box shadows with WebKitGTK+ 1.2.7 +  * Handle 'Plugin will handle load' error 
- + Fine-grained monospace font overriding +  * Show access keys next to numbers in link search 
- + Implement resizing of Location and Search in toolbar +  * Introduce --private/ -p command line switch 
- + Don't show empty speed dial shortcuts in-between +  * Don't show toolbar preferences if running a DE 
- + Use Midori's name in midori-private.desktop +  * Show script alerts as infobars 
- + Hide all bars in fullscreen and a menu to Unfullscreen+  * Improve URI handling with addon installer 
 +  * Change Ctrl+for Quit to Ctrl+Shift+Q 
 +  * Make speed dial faster and mandatory 
 +  * Load speed dial in private browsing mode 
 +  * Show video formats in about:(version) 
 +  * Move speed dial to key file instead of JSON 
 +  * Add Offline Application Cache to Clear Private Data
  
-v0.4.2: +===== v0.3.3 ===== 
- + Improve -moz-document parsing in user stylesheets +  * Use 60 connections and 6 per host 
- + Render verified secure sites in green, not yellow +  * Allow re-ordering of search engines 
- + Version details for extensions built against different release +  * Resurrect right-click button on the panel 
- + More detailed and more condensed about:version output +  * Page Next finds and link tags again 
- + Refresh missing speed dial thumbnails automatically +  * Always save state when quitting 
- Use faster global CSS mechanism for adblock and addons +  * Support MD5 and SHA1 Link Fingerprints 
- + Show crash dialog only if there's a session +  Use lock-secure and lock-insecure icons 
- Don't complete on a leading space or search token +  * Replace unmaintained docs with FAQ 
- + Support user stylesheets on about: and file:// locations +  * Work around copying bug in WebKitGTK
- + Implement 'Always use my font choices' preferences +  * In doubt always focus page on key press 
- + Allow smaller tabs when close buttons are disabled +  * Show transfer speed in tooltips 
- + Merge 'Closed Tabs' with 'History' in Clear Private Data +  * Support x-scheme-handler for GLib < 2.28 
- + Correctly use user-home and bookmark-new icon names +  * Improve link search, always require Return 
- + Use versioned file speeddial-head-0.4.2.html +  * Re-order tabs with Ctrl+Shift-PageUp/Down 
- + Split proxy server preference into host and port +  * Improve fragment (#handling 
- + Support localized 'next' and 'previous' links +  * Show Netscape plugins in about:version 
- + Implement 'Only accept cookies cookies from sites you visit' +  Add Zoom Level combobox to Statusbar Features 
- + Fix crash in Add/ Import Bookmark feature +  * Improve handling of cookie updates 
- + Fix size of tabs with GTK+  * Always show a minimum visible progress 
- + Detect existing Firefox profiles for bookmark import +  * Don'limit search engines in completion popup
- + Work-around "omg!" in local directory browsing +
- + Rework '--run' feature to allow window.open() and console.info() +
- + Automatically clear finnished downloads from the transferbar +
- Add 'Create desktop shortcut' to the app menu +
- + Require GLib 2.22 and libSoup 2.27.90 +
- Don'register recent files in private browsing mode +
- + Findbar and speed dial honor close button position +
- + Use sqlite3-based backend for cookie storage +
- + Make '--snapshot' create png images with GTK+ 2.20 +
- + Automatically resizing, embossed speed dial, close on hover+
  
-v0.4.1: +===== v0.3.2 ===== 
- + Experimental, unfinnished GTK+ 3 support +  * Fix opening address with Go button 
- + 'Automatic' identification with quirks +  * Fix automigration of existing bookmarks 
- + Build fix for WebKitGTK+ >= 1.4.3 +  Fix crash on opening autocompletion 
- + Register downloaded files as recent files +  Fix adblock handling of frames 
- Fix Flash window on background tabs +  * Reflect tab order in the saved session 
- Fix regression with clearing cookies on quit +  * Don't show multiple user addon infobars 
- + Fix opening tabs from toolbar buttons +  * Provide distribution setting for close on left 
- + Use symbolic find and clear icons +  * Export to Netscape HTML format 
- + Drop usage of mootools +  * Avoid config update on state changes 
- Install separate Private Browsing shortcut +  * Always show progress and search engines in location 
- + Support dragging tabs out of the window +  * Default to app menu and no menubar 
- Use feed: to support Thunderbird news reader +  * Fix GTK2.14 build problems 
- + Re-open closed tabs in private browsing +  * Show 'Private Browsing' in window title 
- Compare link-fingerprints caselessly+  * Uncached reload with Ctrl+Shift+R
  
-v0.4.0: +===== v0.3.0 ===== 
- + Provide buttons to choose how to startup after crash +  * Support libnotify 0.7 
- + Fix crash on corrupted datbase +  * Copy-friendly URIs with %20 
- + Never delay URIs given as command line arguments +  * No blocking of typed URLs with adblock 
- + Space at the bottom of the page: Go to next page +  * Import from Netscape HTML 
- + Initialize session in app/ private before adding URIs +  * Bookmark im- and export fixes 
- + Add 'Last open tabs' option to Clear Private Data +  * Unit tests cleaned up and updated 
- + Show kinetic scrolling option regardless of Hildon +  * Correct bookmark and search icon names 
- + Interpret Shift+Backspace as going forward +  * Better link menu handling 
- + Advertise SVG images as a supported MIME type +  * Certificate location on FreeBSD 
- + Zoom in steps of 10% and support Ctr+= +  Fix Russian keyboard issues 
- Fix a crasher on invalid geo: links +  * Stylesheet parsing improvements 
- + Integrate Adblock and History List options in list +  * Simplify language and panel options 
- + Skip empty lines, ignore subdocument rules in Adblock +  * Default to DuckDuckGo search 
- + Respect VALAC at configuration time +  * No Netscape plugins in extension panel 
- + URL cache, faster JS generator, inline parsing in Adblock +  * Easy user addon install infobar
- + Reuse source of webview instead of redownloading +
- + Remove the description field from bookmark dialog +
- + Add --log-file/ -l switch to log to a file +
- + Pass through javascript: URIS from the command line +
- + Tab and Window items in Unity Quicklist +
- + Adjust the preferences dialog +
- + Require WebKitGTK+ 1.1.17 and Vala 0.10+
  
-v0.3.6: +===== v0.2.9 ===== 
- + Track selected search engine per window +  * Add 'Identify As' to Statusbar Features 
- + Improve preference dialogue size and alignments +  * Don't restrict length of HTTP login passwords 
- + Validate URIs in Adblock, homepage and bookmarks +  * Implement Find Links by number with '.' 
- + Fix loading of Adblock lists from https +  * Reflect security in icon tooltip 
- + Support Backspace as Go Back and F5 as Reload +  * Use GIO to determine special URI schemes 
- + Show 'Private Browsing' in Unity Quicklist +  * Upgrade waf (addresses threading issues) 
- + Ignore Network Cancelled errors +  * Allow clearing HTML5 databases and form history 
- + Reduce allocations when preparing speed dial +  * Add --help-execute command line switch 
- + Fix icon sie of scalable stock icons +  Improve private modewith search and hotkeys 
- + Implement geo URI support as per RFC 5870 +  * Support no-desktop-files and internal Open With 
- + Fix crash after clearing cookies +  * Support x-scheme-handler spec 
- + Faster javascript-based JSON import +  * Infobar for location and HTML5 database 
- Improve speed dial markupwithout scripts +  * Optimise cookie storing, reduce wakeups 
- Allow Escape to cancel History List +  * Avoid deprecated GTKinterfaces 
- + Fix crashes in completion+  * Remove console in favour of Inspector 
 +  * Simplify and explain cookie preferences 
 +  * Fix Google Reader incompatibility
  
-v0.3.5: +===== v0.2.8 ===== 
- + Remove frame titles from preference dialogue +  * Re-implement Bookmarks menu and toolbar button 
- Show search engine icons in completion +  Show transferbar even if statusbar is hidden 
- Add Liferea news aggregator workaround +  * Smart case for inline search while typing 
- + Support libSoup cache + size with WebKitGTK+ 1.3.11 +  * Use Alt+Shift+Right instead of Ctrl+Right for Next Page 
- + No language, no encryption but Mozilla in user agent +  * Addingedit and delete buttons for user scripts/ styles 
- + Support F6, F7, Ctrl+(Shift)+Tab and Tab to complete +  * Rename 'Minimize Tabto 'Show Tab Icon Only
- + Strip scheme and www. in completion +  * Delete key in completion deletes items 
- + Render filename as title of patch files +  Don't show homepage in bookmarkbar 
- Turn location into a plain entry +  * Fix crash when using location arrow button
- + Fix tab panel foreground colours +
- + Mask timezonelanguage and plugins in private mode +
- + Add 'Strip referrer detailspreference +
- + Embed extension list in preferences +
- + Remove the Page Holder and Download Manager option +
- + Disable prefetching and HTML5 storage in private mode +
- + Handle 'Plugin will handle loaderror +
- + Show access keys next to numbers in link search +
- + Introduce --private/ -p command line switch +
- Don't show toolbar preferences if running a DE +
- + Show script alerts as infobars +
- + Improve URI handling with addon installer +
- + Change Ctrl+Q for Quit to Ctrl+Shift+Q +
- + Make speed dial faster and mandatory +
- + Load speed dial in private browsing mode +
- + Show video formats in about:(version) +
- + Move speed dial to key file instead of JSON +
- + Add Offline Application Cache to Clear Private Data+
  
-v0.3.3: +===== v0.2.7 ===== 
- + Use 60 connections and 6 per host +  * Multiple word completion in location 
- + Allow re-ordering of search engines +  * Database backed bookmarks 
- + Resurrect right-click button on the panel +  * Search bookmark panel and drag bookmarks 
- + Page Next finds a and link tags again +  * Bookmarks in address completion 
- + Always save state when quitting +  * Removed bookmarks and history from menubar 
- + Support MD5 and SHA1 Link Fingerprints +  * Add 'Minimize New Tabs' and 'Copy Addresses of Tabs' 
- + Use lock-secure and lock-insecure icons +  * Refactorings and optimisations in the core 
- + Replace unmaintained docs with FAQ +  * Adblock compatibility improvements and speedup 
- + Work around copying bug in WebKitGTK+ +  * Changeable speed dial size 
- + In doubt always focus page on key press +  * Delayed pages at startupor after crash
- + Show transfer speed in tooltips +
- + Support x-scheme-handler for GLib < 2.28 +
- + Improve link searchalways require Return +
- + Re-order tabs with Ctrl+Shift-PageUp/Down +
- + Improve fragment (#) handling +
- + Show Netscape plugins in about:version +
- + Add Zoom Level combobox to Statusbar Features +
- + Improve handling of cookie updates +
- + Always show minimum visible progress +
- + Don't limit search engines in completion popup+
  
-v0.3.2 +===== v0.2.6 ===== 
- + Fix opening address with Go button +  * Show a dialogue when quitting while downloading 
- + Fix automigration of existing bookmarks +  * Render icons in errors/ speed dial properly 
- Fix crash on opening autocompletion +  Fix a build error with API documentation 
- Fix adblock handling of frames +  Fix error pages in frames, and a related crash 
- + Reflect tab order in the saved session +  * Allow more shortcuts or columns in speed dial 
- + Don't show multiple user addon infobars +  * Add 'Copy All' button to Console panel
- + Provide distribution setting for close on left +
- + Export to Netscape HTML format +
- + Avoid config update on state changes +
- + Always show progress and search engines in location +
- + Default to app menu and no menubar +
- + Fix GTK+ 2.14 build problems +
- + Show 'Private Browsing' in window title +
- + Uncached reload with Ctrl+Shift+R+
  
-v0.3.0 +===== v0.2.5 ===== 
- Support libnotify 0.7 +  * Keyboard access in speed dial 
- + Copy-friendly URIs with %20 +  * Panels adapt to system icon style 
- + No blocking of typed URLs with adblock +  * Revamp tab focus handling 
- + Import from Netscape HTML +  * Use new GTK2.20 spinner (throbber) widget 
- + Bookmark im- and export fixes +  * Userscripts and -styles can be (de)activated 
- + Unit tests cleaned up and updated +  * Warn if trying to download with few space 
- + Correct bookmark and search icon names +  * Support right button in Mouse Gestures 
- + Better link menu handling +  * Add (unfinished) 'External Applications' extension 
- + Certificate location on FreeBSD +  * Vala support for extensions and tests 
- + Fix Russian keyboard issues +  * Yellow location for valid SSL, red for invalid 
- + Stylesheet parsing improvements +  * Render XML as source code 
- + Simplify language and panel options +  * Provide tools/midori-dev and check-style scripts 
- + Default to DuckDuckGo search +  * Implement MIDORI_ADBLOCK for Adblock testing 
- + No Netscape plugins in extension panel +  * Fix https URI support in Adblock 
- + Easy user addon install infobar+  * Change 'Autodetect proxy' into 'Proxy type' 
 +  * Update use of deprecated GTKAPI 
 +  * Implement --blocked-uris for kiosk usage 
 +  * Implement --inactivity-reset for kiosk usage 
 +  * Fix typing with dead keys and NumLock 
 +  * Improve parsing in the Feed Panel 
 +  * Add preference 'Allow scripts to open popups' 
 +  * Spawn web apps and private mode with same executable 
 +  * Base Colourful Tabs on icon colours 
 +  * Add Status Clock extension 
 +  * Resolve hosts before trying a search 
 +  * Allow page icons for https 
 +  * Improve handling of special pages 
 +  * Protect against recursive external URI handlers
  
-v0.2.9 +===== v0.2.4 ===== 
- + Add 'Identify As' to Statusbar Features +  * Prevent completion from overlapping 
- + Don't restrict length of HTTP login passwords +  * Fix tab order when restoring session 
- Implement Find Links by number with '.' +  * Ignore accidentally middle click search 
- + Reflect security in icon tooltip +  * Implement bookmark export to XBEL 
- + Use GIO to determine special URI schemes +  * Provide scroll hotkeys, default to Vim 
- + Upgrade waf (addresses threading issues) +  * Store and complete search in location 
- + Allow clearing HTML5 databases and form history +  * Fix opening externally with multiple windows 
- + Add --help-execute command line switch +  * Only use icons in panel buttons 
- + Improve private mode, with search and hotkeys +  * Fix build with different GTK+ versions 
- + Support no-desktop-files and internal Open With +  * Omit micro version and arch from ident string
- + Support x-scheme-handler spec +
- + Infobar for location and HTML5 database +
- + Optimise cookie storing, reduce wakeups +
- + Avoid deprecated GTK+ interfaces +
- + Remove console in favour of Inspector +
- + Simplify and explain cookie preferences +
- + Fix Google Reader incompatibility+
  
-v0.2.8 +===== v0.2.3 ===== 
- + Re-implement Bookmarks menu and toolbar button +  * Improve relocatability for Win32 
- + Show transferbar even if statusbar is hidden +  * Implement 'Close other tabs' menu item 
- + Smart case for inline search while typing +  * Use new GTKaccessors where available 
- + Use Alt+Shift+Right instead of Ctrl+Right for Next Page +  * Allow searching freely in History panel 
- + Adding, edit and delete buttons for user scripts/ styles +  * Re-implement completion based on sqlite 
- + Rename 'Minimize Tabto 'Show Tab Icon Only+  * Re-implement completion suggestion popup 
- + Delete key in completion deletes items +  * Simplify sqlite use towards efficient calls 
- Don't show homepage in bookmarkbar +  * Move panel icons to the bottom 
- + Fix crash when using location arrow button+  * Merge Netscape Plugins and Extensions panels 
 +  * Implement 'about:versionspecial page 
 +  * Implement 'Preferred languagespreference 
 +  * Improve window raising behaviour 
 +  * Allow Ctrl+Right-click to suppress javascript menu 
 +  * Add 'Open link as web app' in context menu 
 +  * Add 'Block image' menu item to Adblock 
 +  * Location progress and compat code refactored 
 +  * Implement 'Paste and proceed' in location 
 +  * Move DNS prefetching into the core 
 +  * Allow selecting and deleting multiple cookies 
 +  * Support attaching/ detaching web inspector 
 +  * Always enable web inspector 
 +  * --diagnostic-dialog command line switch 
 +  * Faster file existence checks 
 +  * Simplified, faster adblock implementation
  
-v0.2.7 +===== v0.2.2 ===== 
- Multiple word completion in location +  * Turn libnotify into a proper build-time dependency 
- + Database backed bookmarks +  * Use Ctrl Return to open tabs from the location entry 
- + Search bookmark panel and drag bookmarks +  * Support right-click on bookmark menu items 
- + Bookmarks in address completion +  * Support -e in midori -a and with multiple commands 
- Removed bookmarks and history from menubar +  * Make Middle click open selection search if needed 
- Add 'Minimize New Tabs' and 'Copy Addresses of Tabs' +  * Make Ctrl+C work as expected again 
- + Refactorings and optimisations in the core +  * Fix order of History, Trash and Recently opened pages 
- + Adblock compatibility improvements and speedup +  * Revise Shortcuts dialogue to fix oddities 
- + Changeable speed dial size +  * Perform Form history completion case insensitive 
- Delayed pages at startupor after a crash+  Add 'Web Cacheto Delete Private data dialogue 
 +  * Load accels from /etc/xdg if present 
 +  * Improve XBEL format compatibility and performance 
 +  * Fix inline find by correcting key handling 
 +  * Add option to open panels in separate windows 
 +  * Support Portrait orientation in Fremantle 
 +  * Support Hildon MIME and URI handling 
 +  * Check status before caching in Web Cache 
 +  * Show popup menu on news feed icon if needed 
 +  * Support Colourful Tabs with Tab Panel 
 +  * Tweak sqlite and dbus handling for Win32 
 +  * 'Run as web app' and 'Show in toolbar' for bookmarks 
 +  * Add 'Small icons' toolbar style 
 +  * Fix build with Glib < 2.20 and GTK< 2.12 
 +  * Add Import bookmarks for XBELOpera and RDF 
 +  * Add Open Link in Foreground/ Background Tab menu 
 +  * Allow closing all tabs 
 +  * Hildon file chooser support
  
-v0.2.6 +===== v0.2.1 ===== 
- + Show a dialogue when quitting while downloading +  * Fix Mouse Gestures to work after activation 
- + Render icons in errors/ speed dial properly +  * Explicitly link to X11 to support gold 
- Fix build error with API documentation +  * Implement various Hildon specific features 
- + Fix error pages in frames, and a related crash +  * Hide the navigationbar in fullscreen 
- + Allow more shortcuts or columns in speed dial +  * Implement permanent storage of form history 
- + Add 'Copy All' button to Console panel+  * Support keyboard shortcuts like Ctrl+Tab or "a" 
 +  * Handle SIGHUPSIGINT, SIGTERM and SIGQUIT 
 +  * Make creation of new windows fast 
 +  * Introduce the Tab History List extension 
 +  * Load icons laziy at startup to speed up startup 
 +  * Introduce a Web Cache extension 
 +  * Refactor and tweak the Preferences dialogue 
 +  * Implement combos to choose external applications
  
-v0.2.5 +===== v0.2.0 ===== 
- + Keyboard access in speed dial +  (Kineticdrag scrolling on touchscreen devices 
- + Panels adapt to system icon style +  * Workaround a speed dial crasher 
- + Revamp tab focus handling +  * Faster Adblock with element blocking, for all WebKitGTKversions 
- + Use new GTK+ 2.20 spinner (throbberwidget +  * Stripped menu, toolbar and tap on hold on Maemo, and 5.0 menu support 
- + Userscripts and -styles can be (de)activated +  * Add a DNS prefetching extension 
- + Warn if trying to download with few space +  * Better IDN handling 
- + Support right button in Mouse Gestures +  * Add a form history extension 
- + Add (unfinished) 'External Applications' extension +  * Restore scrolling positions from the session 
- + Vala support for extensions and tests +  * Keep typed address when switching tabs 
- + Yellow location for valid SSLred for invalid +  * Avoid storing duplicate history items per day 
- Render XML as source code +  Fix multiple duplicate HTTP authentication dialogs 
- + Provide tools/midori-dev and check-style scripts +  * Pass mailto: links to the email client 
- + Implement MIDORI_ADBLOCK for Adblock testing +  * Improve context menu with WebKitGTK1.1.15 
- + Fix https URI support in Adblock +  * Checkbox "Remember password" in HTTP authentication 
- + Change 'Autodetect proxy' into 'Proxy type' +  * Fix crasher when modifying bookmarks 
- + Update use of deprecated GTK+ API +  * Support page icons other than favicon.ico 
- + Implement --blocked-uris for kiosk usage +  * iPhone identity in Network preferences
- + Implement --inactivity-reset for kiosk usage +
- Fix typing with dead keys and NumLock +
- + Improve parsing in the Feed Panel +
- + Add preference 'Allow scripts to open popups' +
- + Spawn web apps and private mode with same executable +
- Base Colourful Tabs on icon colours +
- + Add Status Clock extension +
- + Resolve hosts before trying search +
- + Allow page icons for https +
- + Improve handling of special pages +
- + Protect against recursive external URI handlers+
  
-v0.2.4 +===== v0.1.10 ===== 
- + Prevent completion from overlapping +  Fix freezing when opening multiple windows 
- Fix tab order when restoring session +  * Revamp Adblock with WebKitGTK1.1.14 API 
- Ignore accidentally middle click search +  * Greatly improve the address completion 
- + Implement bookmark export to XBEL +  * Always show news feed icon 
- Provide scroll hotkeys, default to Vim +  * Better handling of feeds in the feed panel 
- + Store and complete search in location +  * Add Gtkand WebKit version to the About dialog 
- + Fix opening externally with multiple windows +  * Improve tab panel and support minimized tabs 
- + Only use icons in panel buttons +  * Implement disabling of extensions in crahs dialog 
- + Fix build with different GTK+ versions +  * Don't make the web inspector transient 
- + Omit micro version and arch from ident string+  * Tidy up the Preferences a bit 
 +  * Load default bookmarks and config from /etc 
 +  * Do not use xprop at runtime 
 +  * Use GNOME proxy server if libsoup-gnome is installed 
 +  * Integrate Save As with transfers 
 +  * Save HTTP logins in a text file 
 +  * Support Undo and Redo with WebKitGTK+ 1.1.14
  
-v0.2.3 +===== v0.1.9 ===== 
- + Improve relocatability for Win32 +  * Preserve navigation history with new tabs 
- Implement 'Close other tabs' menu item +  Implement clearing private data when quitting 
- + Use new GTK+ accessors where available +  * Ellipsize and show close icons in the tab panel 
- Allow searching freely in History panel +  Allow hiding panel operating controls 
- + Re-implement completion based on sqlite +  * Integrate Tools with the compact menu 
- + Re-implement completion suggestion popup +  * Fix User scripts, User styles and Plugins panel 
- + Simplify sqlite use towards efficient calls +  * Remove the bookmarkbar popup 
- + Move panel icons to the bottom +  * Add New Tab to the tab context menu 
- + Merge Netscape Plugins and Extensions panels +  Implement minimizing tabs
- + Implement 'about:version' special page +
- + Implement 'Preferred languages' preference +
- + Improve window raising behaviour +
- + Allow Ctrl+Right-click to suppress javascript menu +
- + Add 'Open link as web app' in context menu +
- + Add 'Block image' menu item to Adblock +
- + Location progress and compat code refactored +
- Implement 'Paste and proceed' in location +
- + Move DNS prefetching into the core +
- + Allow selecting and deleting multiple cookies +
- + Support attaching/ detaching web inspector +
- + Always enable web inspector +
- + --diagnostic-dialog command line switch +
- + Faster file existence checks +
- + Simplified, faster adblock implementation+
  
-v0.2.2 +===== v0.1.8 ===== 
- + Turn libnotify into proper build-time dependency +  * Initial support for extension unit tests 
- + Use Ctrl + Return to open tabs from the location entry +  * Set "browser" role on browser windows 
- + Support right-click on bookmark menu items +  * Support typing search tokens to open websites 
- + Support -e in midori -a and with multiple commands +  * Fix focus loss when switching search engines 
- + Make Middle click open selection search if needed +  * Rewrite Netscape Plugins panel backed by javascript 
- + Make Ctrl+C work as expected again +  * Implement a compact menu if menubar is hidden 
- Fix order of History, Trash and Recently opened pages +  * Provide a context menu for tab labels 
- Revise Shortcuts dialogue to fix oddities +  * Implement Tab Panel as a tabbar replacement 
- + Perform Form history completion case insensitive +  * Remember the last active tab 
- Add 'Web Cache' to Delete Private data dialogue +  * Read and write XBEL metadata internally 
- + Load accels from /etc/xdg if present +  * Implement -e--execute to perform commands 
- + Improve XBEL format compatibility and performance +  * Support socket based single instance 
- Fix inline find by correcting key handling +  * Move Go button inside the location entry 
- + Add option to open panels in separate windows +  Fix the ident string after Midori updates 
- Support Portrait orientation in Fremantle +  * Bind Alt to switching to the n-th tab 
- + Support Hildon MIME and URI handling +  * Revisit conflicting mnemonics 
- + Check status before caching in Web Cache +  Add a Toolbar Editor extension 
- + Show popup menu on news feed icon if needed +  * Add a Shortcut Editor extension 
- + Support Colourful Tabs with Tab Panel +  * Implement context menu in the Transfers panel 
- + Tweak sqlite and dbus handling for Win32 +  * Simplified Extensions and Addons panels with tick marks 
- + 'Run as web app' and 'Show in toolbar' for bookmarks +  Fix Mouse Gestures often ignoreing gestures 
- Add 'Small icons' toolbar style +  * Use one cookie manager model in all windows 
- + Fix build with Glib < 2.20 and GTK+ < 2.12 +  Support building Midori for Win32 
- + Add Import bookmarks for XBEL, Opera and RDF +  Add an entry to specify Fixed-Width font size 
- + Add Open Link in Foreground/ Background Tab menu +  * Implement Save As in the download dialog 
- + Allow closing all tabs +  * Use one history model in all windows
- + Hildon file chooser support+
  
-v0.2.1 +===== v0.1.7 ===== 
- + Fix Mouse Gestures to work after activation +  * Save the activation status of extensions 
- + Explicitly link to X11 to support gold +  * Catch and ignore mouse buttons meant for horizontal scrolling 
- + Implement various Hildon specific features +  * Improve panel detaching and how panels handle it 
- + Hide the navigationbar in fullscreen +  * Add a Feed Panel extension 
- Implement permanent storage of form history +  * Add a Fixed-width Font Family preference 
- Support keyboard shortcuts like Ctrl+Tab or "a" +  * Support spell checking 
- + Handle SIGHUPSIGINT, SIGTERM and SIGQUIT +  * Implement (optional) Speed dial feature 
- + Make creation of new windows fast +  Support nicer error pages with WebKitGTK1.1.6 
- + Introduce the Tab History List extension +  * Implement middle click to open menu items in tabs 
- + Load icons laziy at startup to speed up startup +  * Implement -s--snapshot command line switch 
- + Introduce a Web Cache extension +  * Use libnotify (runtime dependency) for finished transfers 
- + Refactor and tweak the Preferences dialogue +  * Add a Go button to the address entry 
- + Implement combos to choose external applications+  * Always append tabs opened via middle/ double click on the tab bar 
 +  * Implement Open new pages in: New window preference 
 +  * Implement inline find with direct '.' and '/' hotkeys 
 +  * Add basic support for @-moz-document in user styles
  
-v0.2.0 +===== v0.1.6 ===== 
- + (Kinetic) drag scrolling on touchscreen devices +  * Add Delete All to transferbar 
- + Workaround a speed dial crasher +  * Show search in context menu 
- + Faster Adblock with element blocking, for all WebKitGTK+ versions +  * Implement 'Default' search engine 
- + Stripped menu, toolbar and tap on hold on Maemo, and 5.0 menu support +  * Show only icons in Statusbar Features 
- + Add DNS prefetching extension +  * Implement Clear private data 
- + Better IDN handling +  * Support News Feed icon and external aggregator 
- + Add form history extension +  * Fix reloading of Not found pages 
- + Restore scrolling positions from the session +  * Fixup spaces when middle click opening 
- + Keep typed address when switching tabs +  * Fix possibly wrong identificaton string 
- + Avoid storing duplicate history items per day +  * Optionally search engines in completion 
- + Fix multiple duplicate HTTP authentication dialogs +  * Optionally Gtk 2.16 entry progress and icon 
- + Pass mailto: links to the email client +  * Experimental panel detaching 
- + Improve context menu with WebKitGTK+ 1.1.15 +  * Support external download manager again 
- + Checkbox "Remember password" in HTTP authentication +  * Implement '-a', '--app' argument 
- + Fix crasher when modifying bookmarks +  * Implement '-c', '--config' argument 
- + Support page icons other than favicon.ico +  * Fix bookmark saving issue 
- + iPhone identity in Network preferences+  * Support data: URIs in the address entry 
 +  * Several performance and memory leak fixes 
 +  * Load cookies idle to accelerate startup 
 +  * Support mailto: links 
 +  * Save tab reordering in the session 
 +  * Add Cookie Manager extension 
 +  * Fix crashers in Colourful Tabs
  
-v0.1.10: +===== v0.1.5 ===== 
- + Fix freezing when opening multiple windows +  * Add a Colorful Tabs extension 
- + Revamp Adblock with WebKitGTK+ 1.1.14 API +  * Support downloading with WebKitGTK+ 1.1.3 
- + Greatly improve the address completion +  * Load and save settings of extensions 
- + Always show news feed icon +  * Drop internal source view 
- + Better handling of feeds in the feed panel +  * Require WebKitGTK+ 1.1.1, Glib 2.16 and libsoup 2.25.2
- + Add Gtk+ and WebKit version to the About dialog +
- + Improve tab panel and support minimized tabs +
- + Implement disabling of extensions in crahs dialog +
- + Don't make the web inspector transient +
- + Tidy up the Preferences a bit +
- + Load default bookmarks and config from /etc +
- + Do not use xprop at runtime +
- + Use GNOME proxy server if libsoup-gnome is installed +
- + Integrate Save As with transfers +
- + Save HTTP logins in a text file +
- + Support Undo and Redo with WebKitGTK+ 1.1.14+
  
-v0.1.9: +===== v0.1.4 ===== 
- + Preserve navigation history with new tabs +  * Automatic inline find can be disabled 
- Implement clearing private data when quitting +  Implement an Encoding menu 
- + Ellipsize and show close icons in the tab panel +  * Add Open all in Tabs for bookmarks and history 
- + Allow hiding panel operating controls +  * Bookmarks can be moved to other folders 
- + Integrate Tools with the compact menu +  Fix blank page 'loading' and HTTP authentication 
- Fix User scripts, User styles and Plugins panel +  * Display history dates in the local format 
- + Remove the bookmarkbar popup +  * Allow editing of completion items
- + Add New Tab to the tab context menu +
- + Implement minimizing tabs+
  
-v0.1.8: +===== v0.1.3 ===== 
- + Initial support for extension unit tests +  * Sidepanel can be aligned on the right 
- + Set a "browser" role on browser windows +  * Bookmarks can be organized in folders 
- Support typing search tokens to open websites +  Support find as you type 
- + Fix focus loss when switching search engines +  * Support international domain names 
- + Rewrite Netscape Plugins panel backed by javascript +  * Tweak location completion 
- Implement a compact menu if menubar is hidden +  * Provide default search engines 
- + Provide a context menu for tab labels +  * Integrate with Maemo if available 
- Implement Tab Panel as tabbar replacement +  Implement Mouse Gestures extension 
- + Remember the last active tab +  Implement a Plugins panel 
- + Read and write XBEL metadata internally +  * Editing the toolbar via a context menu 
- + Implement -e, --execute to perform commands +  * Introduce Zoom Text and Images preference
- + Support socket based single instance +
- + Move Go button inside the location entry +
- + Fix the ident string after Midori updates +
- + Bind Alt + n to switching to the n-th tab +
- + Revisit conflicting mnemonics +
- + Add Toolbar Editor extension +
- + Add a Shortcut Editor extension +
- + Implement context menu in the Transfers panel +
- + Simplified Extensions and Addons panels with tick marks +
- + Fix Mouse Gestures often ignoreing gestures +
- + Use one cookie manager model in all windows +
- + Support building Midori for Win32 +
- + Add an entry to specify Fixed-Width font size +
- + Implement Save As in the download dialog +
- + Use one history model in all windows+
  
-v0.1.7: +===== v0.1.2 ===== 
- + Save the activation status of extensions +  * Open new tabs by clicking on the tabbar 
- + Catch and ignore mouse buttons meant for horizontal scrolling +  * Refactor and speed up location completion 
- + Improve panel detaching and how panels handle it +  * Show Crash dialog after crashes 
- + Add Feed Panel extension +  * Dynamically save files when needed 
- + Add a Fixed-width Font Family preference +  Support Back/ Forward mouse buttons 
- Support spell checking +  Support javascript: bookmarklets 
- + Implement (optional) Speed dial feature +  Implement Proxy and Identification string 
- Support nicer error pages with WebKitGTK+ 1.1.6 +  Implement cookie storage on disk 
- Implement middle click to open menu items in tabs +  * Remove autotooled build system 
- Implement -s, --snapshot command line switch +  Add a new Extensions panel 
- + Use libnotify (runtime dependency) for finished transfers +  Implement opening of new windows 
- Add a Go button to the address entry +  * Display tooltips in Preferences
- + Always append tabs opened via middle/ double click on the tab bar +
- Implement Open new pages in: New window preference +
- + Implement inline find with direct '.' and '/' hotkeys +
- + Add basic support for @-moz-document in user styles+
  
-v0.1.6: +===== v0.1.1 ===== 
- + Add Delete All to transferbar +  * Reimplement page holder as an extension 
- + Show search in context menu +  * Introduce a C extension interface 
- + Implement 'Default' search engine +  * Introduce unit tests for automated testing 
- + Show only icons in Statusbar Features +  Implement history based location completion 
- Implement Clear private data +  Support the Web Inspector in new WebKit versions 
- Support News Feed icon and external aggregator +  * Bookmarkbar properly reflects changes 
- + Fix reloading of Not found pages +  * Improve overall OS X integration 
- + Fixup spaces when middle click opening +  * Add Text Editor Preference 
- + Fix possibly wrong identificaton string +  * Add Compat sidebar Preference 
- + Optionally search engines in completion +  * Add an Open external pages in Preference 
- + Optionally Gtk 2.16 entry progress and icon +  * Implement source view and cached favicons with libsoup
- + Experimental panel detaching +
- + Support external download manager again +
- + Implement '-a', '--app' argument +
- + Implement '-c', '--config' argument +
- + Fix bookmark saving issue +
- + Support data: URIs in the address entry +
- + Several performance and memory leak fixes +
- + Load cookies idle to accelerate startup +
- + Support mailto: links +
- + Save tab reordering in the session +
- + Add a Cookie Manager extension +
- + Fix crashers in Colourful Tabs+
  
-v0.1.5: +===== v0.1.0 ===== 
- + Add Colorful Tabs extension +  * Allow for hiding the menubar 
- + Support downloading with WebKitGTK+ 1.1.3 +  * Make the navigationbar customizable 
- + Load and save settings of extensions +  * Implement History panel 
- + Drop internal source view +  * Remove the HTTP Proxy hack 
- + Require WebKitGTK+ 1.1.1, Glib 2.16 and libsoup 2.25.2+  * Add an Always Show Tabbar Preference 
 +  * Implement 404 error pages 
 +  * Remove the Primary Clipboard hack 
 +  * Provide user documentation 
 +  * Display Not found errors when possible 
 +  * Remove Stylesheet and Zoom Stepping preferences 
 +  * Make dialogs more compact 
 +  * Ellipsize extremely long menu items 
 +  * Save the trash again when quitting 
 +  * Implement enabling/ disabling addons
  
-v0.1.4: +===== v0.0.21 ===== 
- + Automatic inline find can be disabled +  * Update some translations 
- + Implement an Encoding menu +  * Show progress in location when statusbar is hidden 
- Add Open all in Tabs for bookmarks and history +  * Alt Enter in location should issue a new tab 
- + Bookmarks can be moved to other folders +  * Warn at configure time if GVfs is not installed 
- + Fix blank page 'loading' and HTTP authentication +  * Remove GVfs code that could caused huge problems 
- + Display history dates in the local format +  * Update wad to 1.4.4 to fix building on some systems
- + Allow editing of completion items+
  
-v0.1.3: +===== v0.0.20 ===== 
- + Sidepanel can be aligned on the right +  * Single instance support using Unique 
- + Bookmarks can be organized in folders +  * Make it clear that WAF is preferred 
- + Support find as you type +  * Provide an 'extension' icon 
- + Support international domain names +  * Load user styles from ~/.local/share/midori/styles 
- Tweak location completion +  * Use Ctrl+Shift+T for Undo Close Tab 
- Provide default search engines +  * Add "open-tabs-next-to-current" preference 
- + Integrate with Maemo if available +  * Use rsvg-convert instead of imagemagick's convert 
- + Implement Mouse Gestures extension +  * @name in the meta data of userscripts is recognized 
- + Implement a Plugins panel +  * Remove "small-toolbarpreference
- + Editing the toolbar via a context menu +
- + Introduce Zoom Text and Images preference+
  
-v0.1.2: +===== v0.0.19 ===== 
- + Open new tabs by clicking on the tabbar +  * Improved Greasemonkey compatibility 
- + Refactor and speed up location completion +  * Improve multiple window support 
- + Show a Crash dialog after crashes +  * Use WAF buildscripts, still keeping autotools 
- + Dynamically save files when needed +  * Install and use Midori logo 
- Support Back/ Forward mouse buttons +  Support zooming and printing 
- + Support javascript: bookmarklets +  * Enhance Gjs functionality 
- Implement Proxy and Identification string +  * Refactor in some places, particularly Web Search 
- + Implement cookie storage on disk +  * Implement favicons and source view with GIO 
- + Remove autotooled build system +  * Introduce new fancy location entry 
- + Add a new Extensions panel +  * Detect and show news feeds on web sites 
- + Implement opening of new windows +  * Save the session as needed, not only on quit 
- + Display tooltips in Preferences+  * Reintroduce Download Manager preference
  
-v0.1.1: +===== v0.0.18 ===== 
- + Reimplement page holder as an extension +  * First attempt at userscripts and extensions. 
- + Introduce a C extension interface +  * Show hidden location/ web search temporarily when needed. 
- + Introduce unit tests for automated testing +  * Turn prefs into MidoriPreferences 
- + Implement history based location completion +  * Fix background tabs, strings and new tab focus. 
- + Support the Web Inspector in new WebKit versions +  * Switch configuration to MidoriWebSettings. 
- + Bookmarkbar properly reflects changes +  * Remove 'External programs' logic 
- + Improve overall OS X integration +  * Append the closed tabs items as proper submenu. 
- + Add Text Editor Preference +  * The location is empty and focused by default 
- + Add a Compat sidebar Preference +  * Implement proper menu positioning. 
- + Add an Open external pages in Preference +  Implement the Console panel for script messages. 
- Implement source view and cached favicons with libsoup+  * Implement localization via Gettext. 
 +  * Initial refactoring work, regressions expected 
 +  * Build fix: Webkit's header and pkgconfig name have changed. 
 +  * Implement Fullscreen mode
  
-v0.1.0: +===== v0.0.17 ===== 
- + Allow for hiding the menubar +  * Add a preference to choose a user stylesheet. 
- + Make the navigationbar customizable +  * Implement a few preferences with new settings API in WebKit 
- Implement a History panel +  Implement Add Bookmark and small panel toolbar 
- + Remove the HTTP Proxy hack +  * Escape search engine name and description. 
- + Add an Always Show Tabbar Preference +  * Cleanup and WebKit API update 
- + Implement 404 error pages +  * Make sure selection actions have a widget. 
- + Remove the Primary Clipboard hack +  * Allow Find Next and Find Previous when the findbox is hidden. 
- + Provide user documentation +  * Fixed the header of the KatzeThrobber 
- + Display Not found errors when possible +  * Move XBEL implementation to katze. 
- + Remove Stylesheet and Zoom Stepping preferences +  * Implement a throbber widget. 
- + Make dialogs more compact +  * Always enable Select All if an editable widget is focussed. 
- + Ellipsize extremely long menu items +  * Previous/ next tab menu items should be disabled when not needed. 
- + Save the trash again when quitting +  * Handle the context menu on button press, not release. 
- + Implement enabling/ disabling addons+  * Open the default page only if there is no session and no uri on the cli.
  
-v0.0.21: +===== v0.0.16 ===== 
- + Update some translations +  * Implement editing menu items for the web view. 
- + Show progress in location when statusbar is hidden +  * Implement the bookmarks panel with editing capabilities. 
- + Alt + Enter in location should issue a new tab +  * Prevent repeated checks for the desktop environment. 
- + Warn at configure time if GVfs is not installed +  * Fix coding style in sokoke.c/ sokoke.h, particularly variable names. 
- + Remove GVfs code that could caused huge problems +  * Don't update the remembered window size when maximized. 
- + Update wad to 1.4.4 to fix building on some systems+  * 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.20: +===== v0.0.15 ===== 
- + Single instance support using Unique +  * Build fix: Remove search api
- + Make it clear that WAF is preferred +
- + Provide an 'extension' icon +
- + Load user styles from ~/.local/share/midori/styles +
- + Use Ctrl+Shift+T for Undo Close Tab +
- + Add "open-tabs-next-to-current" preference +
- + Use rsvg-convert instead of imagemagick's convert +
- + @name in the meta data of userscripts is recognized +
- Remove "small-toolbar" preference+
  
-v0.0.19: +===== v0.0.14 ===== 
- + Improved Greasemonkey compatibility +  * FIX Reopening a tab from the trash causes a crash 
- + Improve multiple window support +  * FIX An untitled website keeps the previous title 
- + Use WAF buildscripts, still keeping autotools +  * FIX When switching tabs the location/ title isn't updated correctly 
- + Install and use Midori logo +  * FIX Issues with the preferences dialog 
- + Support zooming and printing +  * Disable location completion for now 
- + Enhance Gjs functionality +  * Save tabtrash to file 
- + Refactor in some places, particularly Web Search +  * Restructure some code 
- + Implement favicons and source view with GIO +  * Remove color picker and throbber 
- + Introduce new fancy location entry +  * Change the license to LGPL
- + Detect and show news feeds on web sites +
- + Save the session as needed, not only on quit +
- + Reintroduce Download Manager preference+
  
-v0.0.18: +===== v0.0.13 ===== 
- + First attempt at userscripts and extensions. +  * Adapt WebKit api change, remove engine wrappers, remove dialog hack 
- Show hidden location/ web search temporarily when needed. +  * Improve XBEL loading and saving 
- + Turn prefs into MidoriPreferences +  Show dialog and backup files on startup errors 
- + Fix background tabs, strings and new tab focus. +  * Rearranged and removed some menus
- + 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: +===== v0.0.12 ===== 
- + Add a preference to choose a user stylesheet. +  * FIX Improve flawed window creation 
- + Implement a few preferences with new settings API in WebKit +  * Build with and eliminate all compiler warnings 
- Implement Add Bookmark and a small panel toolbar +  Implement clipboard handling menus 
- + Escape search engine name and description. +  Allow editing of search engines 
- + Cleanup and WebKit API update +  * Update search engines properly 
- + Make sure selection actions have a widget. +  Implement bookmarks saving 
- Allow Find Next and Find Previous when the findbox is hidden. +  * Implement session saving and loading 
- + Fixed the header of the KatzeThrobber +  * Cleaned up and revised most code 
- + Move XBEL implementation to katze. +  * Remove legacy webi code
- 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: +===== v0.0.11 ===== 
- + Implement editing menu items for the web view. +  * FIX Back/ forward and initial check menu item states 
- + Implement the bookmarks panel with editing capabilities. +  * Remove rather useless debugging helpers 
- + Prevent repeated checks for the desktop environment. +  * Improvements on the preferences 
- + Fix coding style in sokoke.c/ sokoke.h, particularly variable names. +  * First attempt at websearch 
- + Don't update the remembered window size when maximized. +  * Preserve typed uri on tab switch 
- + Don't remember the window position but the size only. +  * First attempt at bookmarks, readonly for now 
- + Command line uris should replace the default page. +  Add an animated throbber
- + 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: +===== v0.0.10 ===== 
- + Build fix: Remove search api+  * FIX Can crash on context menu or new protocol 
 +  * FIX Location isn't updated on tab switch 
 +  * Remember last window position and size 
 +  * Implement Open menu item 
 +  * Allow using location and web search if hidden
  
-v0.0.14: +===== v0.0.9 ===== 
- FIX Reopening a tab from the trash causes a crash +  FIX Close tab not insensitive for only one tab 
- FIX An untitled website keeps the previous title +  FIX Debug output is broken 
- + FIX When switching tabs the locationtitle isn't updated correctly +  * Display uri when hovering a link 
- + FIX Issues with the preferences dialog +  * Implement link uri related part of context menu 
- + Disable location completion for now +  * Implement alt/ middleshift click link 
- + Save tabtrash to file +  * First attempt at external protocol handlers 
- + Restructure some code +  * Initial download manager integration 
- + Remove color picker and throbber +  * Adapt WebKit api prefix change 
- + Change the license to LGPL+  * More code reorganization and cleanup
  
-v0.0.13: +===== v0.0.8 ===== 
- + Adapt WebKit api change, remove engine wrappers, remove dialog hack +  * FIX Crash when invoking document context menu via keyboard 
- Improve XBEL loading and saving +  * FIX Can't build with debug = yes on GTK+2.12 
- + Show dialog and backup files on startup errors +  * Changes related to icons in the gui 
- + Rearranged and removed some menus+  * Reorganize code by splitting into several files 
 +  * Switch from WebkitGdk to WebkitGtk
  
-v0.0.12: +===== v0.0.7 ===== 
- FIX Improve flawed window creation +  FIX Make settings finally work flawlessly 
- + Build with and eliminate all compiler warnings +  * FIX Can crash when settings are opened 
- Implement clipboard handling menus +  * Handle all panels in a general way 
- + Allow editing of search engines +  * Install xdg compliant desktop file 
- + Update search engines properly +  * Implement location and web search menu items 
- + Implement bookmarks saving +  * Display a loading icon on tabs again 
- + Implement session saving and loading +  * Changed the settings dialog again
- + Cleaned up and revised most code +
- + Remove legacy webi code+
  
-v0.0.11: +===== v0.0.6 ===== 
- FIX Back/ forward and initial check menu item states +  FIX Closing an individual tab doesn't work correctly. 
- Remove rather useless debugging helpers +  * FIX Doesn't build with gtkwebcore. 
- + Improvements on the preferences +  * Reimplement menus and and navibar with GtkUIManager. 
- + First attempt at websearch +  * Improve document handling in general. 
- + Preserve typed uri on tab switch +  * Finished tab trash menu. 
- + First attempt at bookmarks, readonly for now +  * Implement searchbox default text. 
- + Add an animated throbber+  * Remove some gtkwebcore code. 
 +  * Use Xfce style dialog in Xfce. 
 +  * Implement a few settings. 
 +  * Change the panel's look. 
 +  * Implement a 'pageholder' panel.
  
-v0.0.10: +===== v0.0.5 ===== 
- + FIX Can crash on context menu or new protocol +  * Implement a few more signals for WebkitGdk. 
- + FIX Location isn't updated on tab switch +  * Add tooltips to navigation toolbar buttons. 
- + Remember last window position and size +  * First attempt on a settings dialog. 
- + Implement Open menu item +  * Reimplemented color picker. 
- + Allow using location and web search if hidden+  * Autocompletion for location and searchbox. 
 +  * Changed menu items and incremental findbar. 
 +  * Implement tab switching via keyboard.
  
-v0.0.9: +===== v0.0.4 ===== 
- FIX Close tab not insensitive for only one tab +  FIX Midori segfaults when quitting. 
- FIX Debug output is broken +  FIX Config loading and saving is broken. 
- + Display uri when hovering a link +  * Switch WebkitGdk to gtk api and make it the build default. 
- + Implement link uri related part of context menu +  * Register custom stock icons instead of icon theme magic. 
- Implement alt/ middle/ shift click link +  Implement dynamic window menu. 
- First attempt at external protocol handlers +  First attempt on resizable panels. 
- + Initial download manager integration +  * Add about dialog.
- + Adapt WebKit api prefix change +
- + More code reorganization and cleanup+
  
-v0.0.8: +===== v0.0.3 ===== 
- FIX Crash when invoking document context menu via keyboard +  FIX Refresh via menu or shortcut crashes the browser. 
- FIX Can't build with debug = yes on GTK+2.12 +  FIX Assertions with and visibility of the progressbar
- + Changes related to icons in the gui +  * FIX Tabs are not reorderable. 
- + Reorganize code by splitting into several files +  * Package versions in ./configure result and --version output. 
- Switch from WebkitGdk to WebkitGtk+  * Improve view menu and add tools menu. 
 +  * Replace deprecated functions and macros. 
 +  * Implement settings saving and loading. 
 +  * Fill the common context menu with items 
 +  * Allow multiple homepages, seperated by '|'. 
 +  * Make code typesafe and C++ friendly. 
 +  * Initially support WebkitGdk directly. 
 +  * Urlify location inputs automatically.
  
-v0.0.7: +===== v0.0.2 ===== 
- + FIX Make settings finally work flawlessly +  Dynamic tab trash menu. 
- + FIX Can crash when settings are opened +  Update UI when page is changed. 
- + Handle all panels in a general way +  Enhanced WebkitGtk support. 
- + Install xdg compliant desktop file +  New function sokoke_dialog_run_modeless. 
- + Implement location and web search menu items +  Finished on_document_request_script_prompt. 
- + Display a loading icon on tabs again +  One name and version, visible in the user agent. 
- + Changed the settings dialog again +  Changed some accelerators and menu items. 
- +  Create and destroy color picker properly. 
-v0.0.6: +  Ctrl + Wheel resets the zoom level. 
- + FIX Closing an individual tab doesn't work correctly. +  Escape in the location entry resets the uri. 
- + FIX Doesn't build with gtkwebcore. +  Use gtk-webcore prefix instead of osb now. 
- + Reimplement menus and and navibar with GtkUIManager. +  Save keybindings on quit. 
- + Improve document handling in general. +  Fancy autotools build setup.
- + Finished tab trash menu. +
- + Implement searchbox default text. +
- + Remove some gtkwebcore code. +
- + Use Xfce style dialog in Xfce. +
- + Implement a few settings. +
- + Change the panel's look. +
- + Implement a 'pageholder' panel. +
- +
-v0.0.5: +
- + Implement a few more signals for WebkitGdk. +
- + Add tooltips to navigation toolbar buttons. +
- + First attempt on a settings dialog. +
- + Reimplemented color picker. +
- + Autocompletion for location and searchbox. +
- + Changed menu items and incremental findbar. +
- + Implement tab switching via keyboard. +
- +
-v0.0.4: +
- + FIX Midori segfaults when quitting. +
- + FIX Config loading and saving is broken. +
- + Switch WebkitGdk to gtk api and make it the build default. +
- + Register custom stock icons instead of icon theme magic. +
- + Implement dynamic window menu. +
- + First attempt on resizable panels. +
- + Add about dialog. +
- +
-v0.0.3: +
- + FIX Refresh via menu or shortcut crashes the browser. +
- + FIX Assertions with and visibility of the progressbar. +
- + FIX Tabs are not reorderable. +
- + Package versions in ./configure result and --version output. +
- + Improve view menu and add tools menu. +
- + Replace deprecated functions and macros. +
- + Implement settings saving and loading. +
- + Fill the common context menu with items +
- + Allow multiple homepages, seperated by '|'+
- + Make code typesafe and C++ friendly. +
- + Initially support WebkitGdk directly. +
- + Urlify location inputs automatically. +
- +
-v0.0.2: +
- Dynamic tab trash menu. +
- Update UI when page is changed. +
- Enhanced WebkitGtk support. +
- New function sokoke_dialog_run_modeless. +
- Finished on_document_request_script_prompt. +
- One name and version, visible in the user agent. +
- Changed some accelerators and menu items. +
- Create and destroy color picker properly. +
- Ctrl + Wheel resets the zoom level. +
- Escape in the location entry resets the uri. +
- Use gtk-webcore prefix instead of osb now. +
- Save keybindings on quit. +
- Fancy autotools build setup.+
  
 ===== v0.0.1 ===== ===== v0.0.1 =====
- +  * Initial release
- Initial release+