Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| midori:changelog [2014/11/14 16:54] – lewisgoddard | midori:changelog [2015/04/25 21:34] (current) – Add 5.10 lewisgoddard | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Changelog ====== | ====== Changelog ====== | ||
| + | |||
| + | ===== v0.5.10 ===== | ||
| + | * use exit instead of return in license script | ||
| + | * Fix HAVE_GCR guards after GtkPopover port | ||
| + | * Remove example app and .desktop before creating it in the unit test | ||
| + | * Fix cache dir path in Adblock and always mkdir tmp | ||
| + | * Port location action from Granite.PopOver to Gtk.Popover | ||
| + | * Match https site when user-style is using domain syntax | ||
| + | * Always disable developer tools on Win32 | ||
| + | * Reimplement Midori.URI.unescape and add various tests | ||
| + | * Make the inspector resizable with GTK3 by packing into a GtkScrolledWindow | ||
| + | * Don't build tabs2one in release builds | ||
| + | * Don't assume GNotification works on Win32 | ||
| + | * update copyright date in About dialog | ||
| + | * Don't entity-escape history and bookmark results in location completion | ||
| + | * Only set tabs' error state if errors come from the main frame | ||
| + | * Implement Paste and Proceed as an action | ||
| + | * No Gcr on Win for the moment | ||
| + | * Yet another Speed Dial CSS update: | ||
| + | * Port bookmark popover from Granite to Gtk.Popover | ||
| + | * Make application choosers resizable with a sane default size | ||
| + | * Use GNotification >= 2.40 and use Midori.App API in webmedia | ||
| + | * Rework mouse button handling in KatzeArrayAction | ||
| + | * Don't bind :day in HistoryDatabase.query | ||
| + | * Make GCR mandatory for all builds | ||
| + | * Update coub support in mediaHerald | ||
| + | * history-list: | ||
| + | * Drop all remaining usages of "using *;" | ||
| + | * Don't open search engines menu when clearing search action | ||
| + | * Only remove apps in the sidepanel when left-clicking the delete icon | ||
| + | * Improve robustness of GTK3-compatibility placeholder text fallback | ||
| + | * Clean up vapi dependency | ||
| + | * tls_flags from webkit_web_view_get_tls_info need to be 0 | ||
| + | * Don't add failed pages to history | ||
| + | * Throw error for wrong paramter in Statement.bind | ||
| + | * Replace NoJS "allow all pages" setting with "allow local pages" | ||
| + | * Avoid bugs due to race condition in addons delete dialog | ||
| + | * Calculate transfer progress at regular intervals to fix 0B/s bug and recalcitrant progess bars | ||
| + | * Fix warnings occurring with EXTRA_WARNINGS | ||
| + | * Escape parentheses in adblock_fixup_regexp() | ||
| + | * Use File.query_exist() on win32 when checking for db to attach | ||
| + | * Handle _NEW_WINDOW_ACTION explicitly to make _blank targets work | ||
| + | * Fix undefined behavior uint in mouse gestures | ||
| + | * fix JavaScript keyup event by calling inherited key-release-event handler in MidoriBrowser | ||
| + | * Inline renaming of speed dials | ||
| + | * Handle current_size and last_size of Download being equal | ||
| + | * Add proper copyright headers to element_hider and autosuggestcontrol | ||
| + | * Add X-GNOME-UsesNotifications to indicate the use of notifications | ||
| + | * Fix typo in Bookmarks menu UI definition | ||
| ===== v0.5.9 ===== | ===== v0.5.9 ===== | ||
| Line 43: | Line 92: | ||
| ===== v0.5.8 ===== | ===== v0.5.8 ===== | ||
| * Use png icon instead of svg in set_status | * Use png icon instead of svg in set_status | ||
| - | * We must not pass a Cancellable to FaviconDatabase.get_favicon_pixbuf | + | * We must not pass a Cancellable to FaviconDatabase.get_favicon_pixbuf | 
| - | * Retain spelling suggestion menu items from WebKit | + | * Retain spelling suggestion menu items from WebKit | 
| - | * Properly guard usage of gtk3 get_style_context | + | * Properly guard usage of gtk3 get_style_context | 
| - | * Mimic the look of Granite.DynamicNotebook when compiled with --enable-granite. | + | * Mimic the look of Granite.DynamicNotebook when compiled with --enable-granite. | 
| - | * Fix X11 lib underlink in midori-core | + | * Fix X11 lib underlink in midori-core | 
| - | * Fix bookmarkbar bookmark click not opening links | + | * Fix bookmarkbar bookmark click not opening links | 
| - | *  Use sanitized app URI as wm_classname/ | + | * Use sanitized app URI as wm_classname/ | 
| - | * Make trunk build with WebKit2 again | + | * Make trunk build with WebKit2 again | 
| - | * Fix for incorrect tstamp for background tabs | + | * Fix for incorrect tstamp for background tabs | 
| - | * Don't declare sorting doubles are nullable and print values when database tracing is enabled | + | * Don't declare sorting doubles are nullable and print values when database tracing is enabled | 
| - | * Correctly apply saved entry state and treat urlbar as a regular editable item | + | * Correctly apply saved entry state and treat urlbar as a regular editable item | 
| - | * Add missing conditional includes for granite flavoured build | + | * Add missing conditional includes for granite flavoured build | 
| - | * Open URIs dragged on tab label or new tab button | + | * Open URIs dragged on tab label or new tab button | 
| - | * Small adblock bugfixes | + | * Small adblock bugfixes | 
| - | * Work around GTK3's hard-coded minimum stackswitcher button width | + | * Work around GTK3's hard-coded minimum stackswitcher button width | 
| - | * Fix building with mingw packages from fedora 18 | + | * Fix building with mingw packages from fedora 18 | 
| - | * Set page title as basis for print filename | + | * Set page title as basis for print filename | 
| - | * Rename notes inline | + | * Rename notes inline | 
| - | * Use EXTRA_WARNINGS option when building for windows | + | * Use EXTRA_WARNINGS option when building for windows | 
| - | * Drop forgotten clutter init and obsolete header declarations | + | * Drop forgotten clutter init and obsolete header declarations | 
| - | * Rework history-step handling and make it work again | + | * Rework history-step handling and make it work again | 
| - | * Port Tabby to DatabaseStatement API | + | * Port Tabby to DatabaseStatement API | 
| - | * Replace bookmark stracing with generic profiling in Midori.Database | + | * Replace bookmark stracing with generic profiling in Midori.Database | 
| - | * Port autocompleter test to async job | + | * Port autocompleter test to async job | 
| - | * Finishing touches for Adblock | + | * Finishing touches for Adblock | 
| - | * Add filters and defaults | + | * Add filters and defaults | 
| - | * Implement and use ContextAction.escaped | + | * Implement and use ContextAction.escaped | 
| - | * printf URI in show_message_dialog for download error | + | * printf URI in show_message_dialog for download error | 
| - | * Improve docs and GIR annotations for KatzeItem, KatzeArray, and MidoriWebSettings | + | * Improve docs and GIR annotations for KatzeItem, KatzeArray, and MidoriWebSettings | 
| - | * Drop redundant TabNew from compact menu and put button in Tab Panel | + | * Drop redundant TabNew from compact menu and put button in Tab Panel | 
| - | * Fix loading file pages | + | * Fix loading file pages | 
| - | * Implement Send Page Link by Email | + | * Implement Send Page Link by Email | 
| - | * Use GtkStackSwitcher with GTK+ >= 3.10 | + | * Use GtkStackSwitcher with GTK+ >= 3.10 | 
| - | * Implements context popup menu on menu entries of bookmark bar and bookmark menu. | + | * Implements context popup menu on menu entries of bookmark bar and bookmark menu. | 
| - | * Fix building with newer mingw versions | + | * Fix building with newer mingw versions | 
| - | * Display locationbar suggestions in the correct order | + | * Display locationbar suggestions in the correct order | 
| - | * Don't bother adblocking internal pages and favicons | + | * Don't bother adblocking internal pages and favicons | 
| - | * Don't use trailing comma on last list element in Adblock tests | + | * Don't use trailing comma on last list element in Adblock tests | 
| - | * Rewrite Adblock more modularly, add Whitelist support | + | * Rewrite Adblock more modularly, add Whitelist support | 
| - | * Add support of DragonFlyBSD | + | * Add support of DragonFlyBSD | 
| - | * Change tooltips of Reload and ReloadStop actions while shift modifier is pressed | + | * Change tooltips of Reload and ReloadStop actions while shift modifier is pressed | 
| - | * Implement Midori.Database.attach method | + | * Implement Midori.Database.attach method | 
| - | * Allow :memory: as folder to make schema detection work | + | * Allow :memory: as folder to make schema detection work | 
| - | * More robust app/ profile creation | + | * More robust app/ profile creation | 
| - | *  Add helper callbacks to modify bookmark' | + | * Add helper callbacks to modify bookmark' | 
| - | * Implement more flexible fallback behavior for Cookie Permissions | + | * Implement more flexible fallback behavior for Cookie Permissions | 
| ===== v0.5.7 ===== | ===== v0.5.7 ===== | ||