diff --git a/ChangeLog b/ChangeLog index cdc6687a..42b0fba5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ This file is licensed under the terms of the expat license, see the file EXPAT. +v0.2.6 + + Show a dialogue when quitting while downloading + + Render icons in errors/ speed dial properly + + Fix a build error with API documentation + + Fix error pages in frames, and a related crash + + Allow more shortcuts or columns in speed dial + + Add 'Copy All' button to Console panel + v0.2.5 + Keyboard access in speed dial + Panels adapt to system icon style diff --git a/wscript b/wscript index f0a6d195..fbbb6e8b 100644 --- a/wscript +++ b/wscript @@ -29,7 +29,7 @@ from Configure import find_program_impl major = 0 minor = 2 -micro = 5 +micro = 6 APPNAME = 'midori' VERSION = str (major) + '.' + str (minor) + '.' + str (micro)