From 2981b1ad67b86595740a38f6851cf9334a25eeac Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 24 Aug 2010 21:42:46 +0100 Subject: [PATCH] Update tree for 0.95 --- ChangeLog | 6 ++++++ README | 2 +- terminatorlib/version.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4e2f5786..3f23fe07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +terminator 0.95: + * Add a configuration option to enable a DBus server + * Add a configuration option to disable font anti-aliasing + * Improved error handling in various locations + * Maven URL handler plugin (thanks to Julien Nicoulaud) + terminator 0.94: * Improved support for entirely hiding Terminal titlebars * Plugin configuration via preferences UI diff --git a/README b/README index 2960b525..285f4d59 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Terminator 0.94 +Terminator 0.95 by Chris Jones and others. The goal of this project is to produce a useful tool for arranging terminals. diff --git a/terminatorlib/version.py b/terminatorlib/version.py index 994a7f9b..4e3992c6 100644 --- a/terminatorlib/version.py +++ b/terminatorlib/version.py @@ -21,4 +21,4 @@ TerminatorVersion supplies our version number. """ APP_NAME = 'terminator' -APP_VERSION = '0.94' +APP_VERSION = '0.95'