Update tree for 0.95

This commit is contained in:
Chris Jones 2010-08-24 21:42:46 +01:00
parent 0c6ba18d2b
commit 2981b1ad67
3 changed files with 8 additions and 2 deletions

View File

@ -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

2
README
View File

@ -1,4 +1,4 @@
Terminator 0.94
Terminator 0.95
by Chris Jones <cmsj@tenshu.net> and others.
The goal of this project is to produce a useful tool for arranging terminals.

View File

@ -21,4 +21,4 @@ TerminatorVersion supplies our version number.
"""
APP_NAME = 'terminator'
APP_VERSION = '0.94'
APP_VERSION = '0.95'