]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.4.5
authorChristian Dywan <christian@twotoasts.de>
Sat, 14 Apr 2012 19:17:35 +0000 (21:17 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sat, 14 Apr 2012 19:17:35 +0000 (21:17 +0200)
ChangeLog
wscript

index f64e1b1a3905486c329187cd1611b24c9aea5502..066b6535c18e37bafca1eb6eedf1b7861f42efbc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,31 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.4.5:
+ + Work around black border around widgets on Win32
+ + Whitelist direct/ re-directed navigation requests in adblock
+ + Require Vala 0.14
+ + Provide geolocation diagnostics in about:geolocation
+ + List available about: URLs and app instance name in about:version
+ + Replace illegal characters in download filenames
+ + Tweak app options on Win32 and use ShellExecuteEx in sokoke_show_uri
+ + Use sokoke_show_uri in midori_browser_download_status_cb
+ + External Download manager Steadyflow and Aria2 (with cookies)
+ + Ensure adblock config folder when blocking images
+ + Use sqlite WAL mode for history if available
+ + Allow relative -c/ --config path
+ + Context menus on Back and Forward toolbar items
+ + Always show the tabbar by default
+ + Use ubuntu-bug if it exists
+ + Show inline find while typing and statusbar text in overlay with 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:
  + Disable page cache with < 352 MB RAM
  + Display filename in download dialog
diff --git a/wscript b/wscript
index cb6d7d338effb3f4b6c4096db3f1ac6e4d2dd1da..db743242cac76bfd1542f301011cfbc4e5445de9 100644 (file)
--- a/wscript
+++ b/wscript
@@ -29,7 +29,7 @@ from Configure import find_program_impl
 
 major = 0
 minor = 4
-micro = 4
+micro = 5
 
 APPNAME = 'midori'
 VERSION = VERSION_FULL = str (major) + '.' + str (minor) + '.' + str (micro)