Bump version to 0.0.17
This commit is contained in:
parent
6477032a6d
commit
cd1fe6bac7
2 changed files with 17 additions and 1 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,3 +1,19 @@
|
||||||
|
v0.0.17:
|
||||||
|
+ Add a preference to choose a user stylesheet.
|
||||||
|
+ Implement a few preferences with new settings API in WebKit
|
||||||
|
+ Implement Add Bookmark and a small panel toolbar
|
||||||
|
+ Escape search engine name and description.
|
||||||
|
+ Cleanup and WebKit API update
|
||||||
|
+ Make sure selection actions have a widget.
|
||||||
|
+ Allow Find Next and Find Previous when the findbox is hidden.
|
||||||
|
+ Fixed the header of the KatzeThrobber
|
||||||
|
+ Move XBEL implementation to katze.
|
||||||
|
+ Implement a throbber widget.
|
||||||
|
+ Always enable Select All if an editable widget is focussed.
|
||||||
|
+ Previous/ next tab menu items should be disabled when not needed.
|
||||||
|
+ Handle the context menu on button press, not release.
|
||||||
|
+ Open the default page only if there is no session and no uri on the cli.
|
||||||
|
|
||||||
v0.0.16:
|
v0.0.16:
|
||||||
+ Implement editing menu items for the web view.
|
+ Implement editing menu items for the web view.
|
||||||
+ Implement the bookmarks panel with editing capabilities.
|
+ Implement the bookmarks panel with editing capabilities.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Register ourselves to autoconf
|
# Register ourselves to autoconf
|
||||||
AC_INIT([midori], [0.0.16], [christian@twotoasts.de])
|
AC_INIT([midori], [0.0.17], [christian@twotoasts.de])
|
||||||
AC_CONFIG_SRCDIR([src/main.h])
|
AC_CONFIG_SRCDIR([src/main.h])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue