Update various bits of documentation

This commit is contained in:
Chris Jones 2008-08-27 01:35:32 +01:00
parent c2524cec47
commit 1771528474
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,11 @@
terminator 0.10:
* Various bug fixes.
* Improved spawning of more complex terminal commands
* Debug server (not useful for most people)
* Configurable keyboard shortcuts
* Scrollback searching
* Support --geometry
terminator 0.9:
* Tab support
* Drag & Drop support

2
README
View File

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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
terminator (0.10) hardy; urgency=low
* New upstream release.
-- Chris Jones <cmsj@tenshu.net> Wed, 27 Aug 2008 01:34:27 +0100
terminator (0.9) hardy; urgency=low
* New upstream release

View File

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