Prepare for 0.94 release

This commit is contained in:
Chris Jones 2010-07-04 18:49:43 +01:00
parent e4890ebdd1
commit d78cb9c92b
4 changed files with 15 additions and 4 deletions

View File

@ -3,10 +3,15 @@ terminator 0.94:
* Plugin configuration via preferences UI
* New plugins: Terminal Screenshot, Watch Terminal Activity
* Add preferences support for profile encodings (LP: #597340)
* Add Terminal profiles and custom titlebar values to layouts
* Deprecate the tabbar_hide option, replacing it with a 'hidden'
option for tab_position.
* Add profiles, custom titlebar and custom tab labels to layouts.
* Improved directional navigation
* Backwards compatibility fixes for RHEL 5.5.
* Disabled-by-default keybindings for switching broadcast modes
* Bug fixes for LPs: #566925, #563445, #583041, #589200, #576279,
#597340 and some other bugs.
#597340, #554571, #597651, #308025, #600280, #576276, #570706,
#575827 and some other bugs.
terminator 0.93:
* Add preferences support for alternate_screen_scroll (LP: #558832).

2
README
View File

@ -1,4 +1,4 @@
Terminator 0.93
Terminator 0.94
by Chris Jones <cmsj@tenshu.net> and 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.94) lucid; urgency=low
* New upstream release of 0.94
-- Chris Jones <cmsj@tenshu.net> Sun, 04 Jul 2010 18:48:52 +0100
terminator (0.93ppa2) karmic; urgency=low
* Nochange rebuild for karmic

View File

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