diff --git a/README b/README index 7c3cd5db..68f693e6 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ -Terminator 0.2 +Terminator 0.3 by Chris Jones 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. Right now it will create four terminals in a single window and they will (to some degree) mirror the settings of your default gnome-terminal profile in gconf. Eventually this will be extended and improved to offer profile selection per-terminal, configuration thereof and the ability to alter the number of terminals and save meta-profiles. -You can create more terminals by right clicking on one and choosing to split it vertically or horizontally. 0.3 will allow you to remote terminals, but you can't yet do that. +You can create more terminals by right clicking on one and choosing to split it vertically or horizontally. You can get rid of a terminal by right clicking on it and choosing Close 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. diff --git a/debian/changelog b/debian/changelog index 315dbd37..cb78dc68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +terminator (0.3-1) gutsy; urgency=low + + * Implemented terminal closing, which correctly reparents its sibling (if + any) + + -- Chris Jones Sun, 29 Jul 2007 17:48:13 +0100 + terminator (0.2-1) gutsy; urgency=low * Support dynamically splitting terminals diff --git a/setup.py b/setup.py index 21086621..d188d551 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='Terminator', - version='0.2', + version='0.3', description='Terminator, the robot future of terminals', author='Chris Jones', author_email='cmsj@tenshu.net',