Bump version to 0.0.16
Add Ori Bernstein to AUTHORS.
This commit is contained in:
parent
36a97da3b8
commit
1b0b15f3de
3 changed files with 19 additions and 2 deletions
3
AUTHORS
3
AUTHORS
|
@ -6,3 +6,6 @@ Artwork by:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
de: Christian Dywan <christian@twotoasts.de>
|
de: Christian Dywan <christian@twotoasts.de>
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Ori Bernstein <ori@eigenstate.org>
|
||||||
|
|
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
||||||
|
v0.0.16:
|
||||||
|
+ Implement editing menu items for the web view.
|
||||||
|
+ Implement the bookmarks panel with editing capabilities.
|
||||||
|
+ Prevent repeated checks for the desktop environment.
|
||||||
|
+ Fix coding style in sokoke.c/ sokoke.h, particularly variable names.
|
||||||
|
+ Don't update the remembered window size when maximized.
|
||||||
|
+ Don't remember the window position but the size only.
|
||||||
|
+ Command line uris should replace the default page.
|
||||||
|
+ More effective status updates and less entry flickering
|
||||||
|
+ Enable inline find for websites
|
||||||
|
+ Make the progressbar work properly again
|
||||||
|
+ Build fix: Adapt WebKit api changes
|
||||||
|
+ Add Tab Size to preferences dialog
|
||||||
|
|
||||||
v0.0.15:
|
v0.0.15:
|
||||||
+ Build fix: Remove search api
|
+ Build fix: Remove search api
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Register ourselves to autoconf
|
# Register ourselves to autoconf
|
||||||
AC_INIT([midori], [0.0.15], [christian@twotoasts.de])
|
AC_INIT([midori], [0.0.16], [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