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