Bump version to 0.4.4
This commit is contained in:
parent
8c8f985a5c
commit
5588a05c8a
2 changed files with 27 additions and 1 deletions
26
ChangeLog
26
ChangeLog
|
@ -1,5 +1,31 @@
|
||||||
This file is licensed under the terms of the expat license, see the file EXPAT.
|
This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||||
|
|
||||||
|
v0.4.4:
|
||||||
|
+ Disable page cache with < 352 MB RAM
|
||||||
|
+ Display filename in download dialog
|
||||||
|
+ Fix box packing in GTK+3 (in most cases)
|
||||||
|
+ Enable experimental HTML5 fullscreen API
|
||||||
|
+ Harden IPv6 address recognition in location
|
||||||
|
+ Experimental site data policy support (see FAQ)
|
||||||
|
+ Close tabs by middle clicking close button
|
||||||
|
+ Merge cookies and other data in Clear Private Data
|
||||||
|
+ Improve KatzeArrayAction for Unity menuproxy compatibility
|
||||||
|
+ Use GDateTime for history to avoid broken C runtimes
|
||||||
|
+ Add Midori tag to DuckDuckGo default URI
|
||||||
|
+ Rewrite completion popup resizing
|
||||||
|
+ Streamline page icon loading stages and fallbacks
|
||||||
|
+ Disable clipboard work-around for WebKit >= 1.4.3
|
||||||
|
+ Re-word .desktop entry as an action
|
||||||
|
+ Display informative text in private browsing
|
||||||
|
+ Consistent clear icons in entries
|
||||||
|
+ Revised download filename generation
|
||||||
|
+ Add 'Open in Image Viewer' menu item
|
||||||
|
+ Formhistory 2.0 with GDOM support
|
||||||
|
+ Handle javascript: and mailto: links better
|
||||||
|
+ Handle = key in Ukrainian layout better
|
||||||
|
+ Fix bookmark export and deletion of bookmark folders
|
||||||
|
+ Speed dial shortcut re-reordering by DND
|
||||||
|
|
||||||
v0.4.3:
|
v0.4.3:
|
||||||
+ Implement about:widgets to test rendering
|
+ Implement about:widgets to test rendering
|
||||||
+ Fix resizing of inspector by applying a minimum size
|
+ Fix resizing of inspector by applying a minimum size
|
||||||
|
|
2
wscript
2
wscript
|
@ -29,7 +29,7 @@ from Configure import find_program_impl
|
||||||
|
|
||||||
major = 0
|
major = 0
|
||||||
minor = 4
|
minor = 4
|
||||||
micro = 3
|
micro = 4
|
||||||
|
|
||||||
APPNAME = 'midori'
|
APPNAME = 'midori'
|
||||||
VERSION = VERSION_FULL = str (major) + '.' + str (minor) + '.' + str (micro)
|
VERSION = VERSION_FULL = str (major) + '.' + str (minor) + '.' + str (micro)
|
||||||
|
|
Loading…
Reference in a new issue