From 8e79e8f7fe816166b50404d3c1eb31e2bba14459 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 26 Dec 2007 20:00:52 +0000 Subject: [PATCH] Prepare for 0.6 --- README | 2 +- debian/changelog | 15 +++++++++++++++ setup.py | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/README b/README index cc22df04..6cc258bd 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Terminator 0.3 +Terminator 0.6 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. diff --git a/debian/changelog b/debian/changelog index c12ee6ff..919523a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +terminator (0.6-1) gutsy; urgency=low + + * Use new gnome-terminal gconf key to find available profiles + * Move a few more hardcoded items to our settings array (not that it can be + overridden yet) + * Fix handling of exiting child processes to properly track gnome-terminal + settings + * Add Ctrl-Tab and Ctrl-Shift-Tab as options for switching terminals (patch + from Kees Cook) + * Stop using parent.show_all() when removing/adding a terminal and instead + show the actual widgets that have been created. This prevents scrollbars + from re-appearing after they have been hidden + + -- Chris Jones Wed, 26 Dec 2007 19:54:47 +0000 + terminator (0.5-1) gutsy; urgency=low * The terminator window is now able to resize smaller, thanks to Kees Cook diff --git a/setup.py b/setup.py index 17a7d62b..d17f2c9e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='Terminator', - version='0.5', + version='0.6', description='Terminator, the robot future of terminals', author='Chris Jones', author_email='cmsj@tenshu.net',