Bump version to 0.2.7
This commit is contained in:
parent
b563479014
commit
025334fb8f
2 changed files with 13 additions and 1 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,5 +1,17 @@
|
|||
This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
|
||||
v0.2.7
|
||||
+ Multiple word completion in location
|
||||
+ Database backed bookmarks
|
||||
+ Search bookmark panel and drag bookmarks
|
||||
+ Bookmarks in address completion
|
||||
+ Removed bookmarks and history from menubar
|
||||
+ Add 'Minimize New Tabs' and 'Copy Addresses of Tabs'
|
||||
+ Refactorings and optimisations in the core
|
||||
+ Adblock compatibility improvements and speedup
|
||||
+ Changeable speed dial size
|
||||
+ Delayed pages at startup, or after a crash
|
||||
|
||||
v0.2.6
|
||||
+ Show a dialogue when quitting while downloading
|
||||
+ Render icons in errors/ speed dial properly
|
||||
|
|
2
wscript
2
wscript
|
@ -29,7 +29,7 @@ from Configure import find_program_impl
|
|||
|
||||
major = 0
|
||||
minor = 2
|
||||
micro = 6
|
||||
micro = 7
|
||||
|
||||
APPNAME = 'midori'
|
||||
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
||||
|
|
Loading…
Reference in a new issue