Preparations for 0.8

This commit is contained in:
Chris Jones 2008-02-14 00:24:20 +00:00
parent 446d41ae14
commit 788ecceaa2
4 changed files with 10 additions and 4 deletions

5
README
View File

@ -1,4 +1,4 @@
Terminator 0.6
Terminator 0.8
by Chris Jones <cmsj@tenshu.net>
This is a little python script to give me lots of terminals in a single window, saving me valuable laptop screen space otherwise wasted on window decorations and not quite being able to fill the screen with terminals.
@ -9,8 +9,6 @@ You can create more terminals by right clicking on one and choosing to split it
ctrl-shift-n and ctrl-shift-p will shift focus to the next/previous terminal respectively, and ctrl-shift-w will close the current terminal and ctrl-shift-q the current window
One other obvious gotcha - I am experimenting a bit with the URL matching, so at the moment you can match just the domain or the full URL. Let me know if you love/hate this.
Ask questions at: https://answers.launchpad.net/terminator/
Please report all bugs to https://bugs.launchpad.net/terminator/+filebug
@ -22,3 +20,4 @@ the gedit terminal plugin is part of the gedit-plugins package, which is licence
I am thus licensing Terminator as GPL v2 only.
Cristian Grada provided the icon under the same licence.

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
terminator (0.8-0ubuntu1) hardy; urgency=low
* New upstream release
-- Chris Jones <cmsj@tenshu.net> Thu, 14 Feb 2008 00:19:33 +0000
terminator (0.7.1-0ubuntu1) hardy; urgency=low
* New upstream release

1
debian/copyright vendored
View File

@ -9,6 +9,7 @@ Upstream Authors:
Huang He
Kees Cook
Thomas Meire
crisG (Cristian Grada) - Drew our icon and licenced it to us under this licence
Copyright:

View File

@ -44,7 +44,7 @@ class InstallData(install_data):
setup(name='Terminator',
version='0.7.1',
version='0.8',
description='Terminator, the robot future of terminals',
author='Chris Jones',
author_email='cmsj@tenshu.net',