Bump version to 0.1.9
This commit is contained in:
parent
d8157d59bd
commit
c0ecd79a29
2 changed files with 12 additions and 1 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,5 +1,16 @@
|
|||
This file is licensed under the terms of the expat license, see the file EXPAT.
|
||||
|
||||
v0.1.9:
|
||||
+ Preserve navigation history with new tabs
|
||||
+ Implement clearing private data when quitting
|
||||
+ Ellipsize and show close icons in the tab panel
|
||||
+ Allow hiding panel operating controls
|
||||
+ Integrate Tools with the compact menu
|
||||
+ Fix User scripts, User styles and Plugins panel
|
||||
+ Remove the bookmarkbar popup
|
||||
+ Add New Tab to the tab context menu
|
||||
+ Implement minimizing tabs
|
||||
|
||||
v0.1.8:
|
||||
+ Initial support for extension unit tests
|
||||
+ Set a "browser" role on browser windows
|
||||
|
|
2
wscript
2
wscript
|
@ -25,7 +25,7 @@ import misc
|
|||
|
||||
major = 0
|
||||
minor = 1
|
||||
micro = 8
|
||||
micro = 9
|
||||
|
||||
APPNAME = 'midori'
|
||||
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
||||
|
|
Loading…
Reference in a new issue