Bump version to 0.0.19
This commit is contained in:
parent
18e1cd7e74
commit
4a2e5c59f4
3 changed files with 16 additions and 2 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
||||||
|
v0.0.19:
|
||||||
|
+ Improved Greasemonkey compatibility
|
||||||
|
+ Improve multiple window support
|
||||||
|
+ Use WAF buildscripts, still keeping autotools
|
||||||
|
+ Install and use Midori logo
|
||||||
|
+ Support zooming and printing
|
||||||
|
+ Enhance Gjs functionality
|
||||||
|
+ Refactor in some places, particularly Web Search
|
||||||
|
+ Implement favicons and source view with GIO
|
||||||
|
+ Introduce new fancy location entry
|
||||||
|
+ Detect and show news feeds on web sites
|
||||||
|
+ Save the session as needed, not only on quit
|
||||||
|
+ Reintroduce Download Manager preference
|
||||||
|
|
||||||
v0.0.18:
|
v0.0.18:
|
||||||
+ First attempt at userscripts and extensions.
|
+ First attempt at userscripts and extensions.
|
||||||
+ Show hidden location/ web search temporarily when needed.
|
+ Show hidden location/ web search temporarily when needed.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Register ourselves to autoconf
|
# Register ourselves to autoconf
|
||||||
AC_INIT([midori], [0.0.18], [http://software.twotoasts.de/bugs])
|
AC_INIT([midori], [0.0.19], [http://www.twotoasts.de/bugs])
|
||||||
AC_CONFIG_SRCDIR([midori/main.h])
|
AC_CONFIG_SRCDIR([midori/main.h])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
|
|
||||||
|
|
2
wscript
2
wscript
|
@ -6,7 +6,7 @@ import pproc as subprocess
|
||||||
import Common
|
import Common
|
||||||
|
|
||||||
APPNAME = 'midori'
|
APPNAME = 'midori'
|
||||||
VERSION = '0.0.18'
|
VERSION = '0.0.19'
|
||||||
|
|
||||||
try:
|
try:
|
||||||
git = subprocess.Popen (['git', 'rev-parse', '--short', 'HEAD'],
|
git = subprocess.Popen (['git', 'rev-parse', '--short', 'HEAD'],
|
||||||
|
|
Loading…
Reference in a new issue