Update various bits of documentation
This commit is contained in:
parent
c2524cec47
commit
1771528474
|
@ -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
2
README
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -21,4 +21,4 @@ TerminatorVersion supplies our version number.
|
|||
"""
|
||||
|
||||
APP_NAME = 'terminator'
|
||||
APP_VERSION = '0.9'
|
||||
APP_VERSION = '0.10'
|
||||
|
|
Loading…
Reference in New Issue