Bump version to 0.1.8
This commit is contained in:
parent
60041f0cbd
commit
20948034d8
2 changed files with 29 additions and 1 deletions
28
ChangeLog
28
ChangeLog
|
@ -1,5 +1,33 @@
|
||||||
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.1.8:
|
||||||
|
+ Initial support for extension unit tests
|
||||||
|
+ Set a "browser" role on browser windows
|
||||||
|
+ Support typing search tokens to open websites
|
||||||
|
+ Fix focus loss when switching search engines
|
||||||
|
+ Rewrite Netscape Plugins panel backed by javascript
|
||||||
|
+ Implement a compact menu if menubar is hidden
|
||||||
|
+ Provide a context menu for tab labels
|
||||||
|
+ Implement Tab Panel as a tabbar replacement
|
||||||
|
+ Remember the last active tab
|
||||||
|
+ Read and write XBEL metadata internally
|
||||||
|
+ Implement -e, --execute to perform commands
|
||||||
|
+ Support socket based single instance
|
||||||
|
+ Move Go button inside the location entry
|
||||||
|
+ Fix the ident string after Midori updates
|
||||||
|
+ Bind Alt + n to switching to the n-th tab
|
||||||
|
+ Revisit conflicting mnemonics
|
||||||
|
+ Add a Toolbar Editor extension
|
||||||
|
+ Add a Shortcut Editor extension
|
||||||
|
+ Implement context menu in the Transfers panel
|
||||||
|
+ Simplified Extensions and Addons panels with tick marks
|
||||||
|
+ Fix Mouse Gestures often ignoreing gestures
|
||||||
|
+ Use one cookie manager model in all windows
|
||||||
|
+ Support building Midori for Win32
|
||||||
|
+ Add an entry to specify Fixed-Width font size
|
||||||
|
+ Implement Save As in the download dialog
|
||||||
|
+ Use one history model in all windows
|
||||||
|
|
||||||
v0.1.7:
|
v0.1.7:
|
||||||
+ Save the activation status of extensions
|
+ Save the activation status of extensions
|
||||||
+ Catch and ignore mouse buttons meant for horizontal scrolling
|
+ Catch and ignore mouse buttons meant for horizontal scrolling
|
||||||
|
|
2
wscript
2
wscript
|
@ -25,7 +25,7 @@ import misc
|
||||||
|
|
||||||
major = 0
|
major = 0
|
||||||
minor = 1
|
minor = 1
|
||||||
micro = 7
|
micro = 8
|
||||||
|
|
||||||
APPNAME = 'midori'
|
APPNAME = 'midori'
|
||||||
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
|
||||||
|
|
Loading…
Reference in a new issue